Skip to content

Instantly share code, notes, and snippets.

@IBBoard
Last active August 17, 2017 19:19
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 IBBoard/7e8cd63594d10d9778b5409aa3e92d41 to your computer and use it in GitHub Desktop.
Save IBBoard/7e8cd63594d10d9778b5409aa3e92d41 to your computer and use it in GitHub Desktop.
Print list of all LoveFilm films on rental list. Useful for rescuing your planned rentals after Amazon announced they're pulling the plug. To use: Log in to Amazon, go to "Your LOVEFiLM Rental List", pick your list (if you use multiple), open the developer console (Ctrl+Shift+I), paste the code, run it and then copy the output from the console. …
document.querySelectorAll("a.video_rental").forEach(function(obj, a, b){console.log(obj.innerText)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment