Skip to content

Instantly share code, notes, and snippets.

@neopunisher
Created December 20, 2022 05:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neopunisher/9c3be1fa53bc9928031dd0547f556280 to your computer and use it in GitHub Desktop.
Save neopunisher/9c3be1fa53bc9928031dd0547f556280 to your computer and use it in GitHub Desktop.
// extracts data from https://imgflip.com/popular-meme-ids
console.log("./imgflip-single.sh " + Array.from(document.querySelectorAll('table.admin-table tr td:nth-child(2n)')).map((a)=>a.innerText.replace(/[\W]+/g," ").split(' ').join('-')).join("\n./imgflip-single.sh "))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment