Imgflip Logo Icon

A little javascript magic to make dealing with your friends and foes easier

A little javascript magic to make dealing with your friends and foes easier | IMGFLIP SHORTCUTS | image tagged in memes,ancient aliens | made w/ Imgflip meme maker
241 views 2 upvotes Made by WiseCracker 3 years ago in offensive
Ancient Aliens memeCaption this Meme
7 Comments
0 ups, 3y
Archer Meme | PLAUSIBLE DENIABILITY | image tagged in memes,archer | made w/ Imgflip meme maker
One upvote! That's brave!

For everyone else - don't upvote this meme or the comments.
0 ups, 3y,
2 replies
OK, Chrome - Firefox - Safari.....not sure about Edge, but it's got to have something like the javascript console.....

Basically, these code snips will allow you to mass upvote (or down vote) for an individual user or stream.

1. Navigate to the user or stream you want to up or down vote. For a user, also click the button to see their "Latest Submissions"

2. Open developer tools (F12 in Chrome and FF) - navigate to the Console (Javascript Console)

3. test that you're in the right place by typing alert('hello') into the console, this should display a "hello" popup/alert message. If you see that, you're in the right place - close the alert

4. The replies below contain the code you need to accomplish this. Basically, paste the code and press enter. It will up (or down) vote all of the memes on the current page and click next. On the next page you should be able to press the up arrow on your keyboard and enter to up (or down) vote all of the memes on that page - rinse and repeat until you get to the end (or until you get bored)
0 ups, 3y
Up Vote Script:

document.querySelectorAll('.but.img-up.-up').forEach((el)=>{ if(!el.classList.contains('set')) {el.click();} }); setTimeout(()=>{document.querySelector('a.pager-next').click();},2000)
0 ups, 3y
Down Vote Script:

document.querySelectorAll('.but.img-down.-down').forEach((el)=>{ if(!el.classList.contains('set')) {el.click();} }); setTimeout(()=>{document.querySelector('a.pager-next').click();},2000)
0 ups, 3y
Oy - I don't know if I should post this one. It's complicated - but when set up correctly, you can point it at a user or a stream and it will upvote or downvote all of their memes - fully automated....decisions, decisions..... If I post it, the imgflip admins will figure out how I did it and they can make changes to prevent its use. Also, if I post it - the less capable will hound me for support......
0 ups, 3y
You get points for up and down voting, so this is a way to get points as well. Whoever you mass up vote will get a shitload of points (depending on the number of memes they have). Down voting someone doesn't do any harm to them, but you still get points for it.....so - yay!

Enjoy!
0 ups, 3y
flag an image in the wrong stream, from that image page:

document.querySelector('.img-flag-top').click(); document.querySelector('option[value="img-flag-wrong-stream"]').selected = true; document.querySelector('.img-flag-text').innerText = "wrong stream"; document.querySelector('.img-flag-submit').click();
Ancient Aliens memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
IMGFLIP SHORTCUTS