Isoraqathedh

TVTropes auto-unspoiler script

Mar 19th, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     Else, IfInString Clipboard, //tvtropes.org/
  2.     {
  3.         Send !tww
  4.         Sleep 600
  5.         SendRaw,
  6.         ( Join`s
  7.             for (i in document.getElementsByClassName("spoiler")) {
  8.                 document.getElementsByClassName("spoiler")[i].setAttribute("style", " color:black !important; background-color:#DDD;");
  9.                 for (j in document.getElementsByClassName("spoiler")[i].getElementsByTagName(" a"))
  10.                 if (document.getElementsByClassName("spoiler")[i].getElementsByTagName(" a")[j].setAttribute)
  11.                 document.getElementsByClassName("spoiler")[i].getElementsByTagName(" a")[j].setAttribute("style", "color:blue;");
  12.             }
  13.         )
  14.         Send {Enter}
  15.         Sleep 500
  16.         Send !t
  17.         Sleep 1500
  18.         Send ww
  19.     }
Advertisement
Add Comment
Please, Sign In to add comment