Skip to content

Instantly share code, notes, and snippets.

@fallengiants
Last active December 15, 2015 10:49
Show Gist options
  • Select an option

  • Save fallengiants/5248795 to your computer and use it in GitHub Desktop.

Select an option

Save fallengiants/5248795 to your computer and use it in GitHub Desktop.
TVTropes Spoiler bookmarklet for ipad
+javascript:(function()%7Bd%3Ddocument%3Bs%3Dd.createElement(%22script%22)%3Bs.src%3D%22//cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js%22%3Bs.type%3D%22text/javascript%22%3Bd.getElementsByTagName(%22head%22)%5B0%5D.appendChild(s)%3B%24().ready(function()%7B%24(%22.spoiler%22).click(function()%7B%24(this).removeClass(%22spoiler%22)%7D)%7D)%7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment