Sorry, spoiler

So, I loves me the ghetto, but some of spoiler’s posts make me wish that each entry had a button that would let me hide it, while repeatedly punching him in the face, if I didn’t want to have to scroll all the way through for fear of tearing out my own eyes because of the inherent stupidity.  In lieu of that, here’s a quick trick.  Find the javascript console on your browser, and enter this line of javascript:

$(“div.node”).each(function(idx, item){
  if($(“a[href=’/?q=blogs/spoiler’]”, item).length)
  $(item).toggle();});

Press enter, and it’ll look through every entry on that page and hide it if it has a link to spoiler’s blog.

So, I loves me the ghetto, but some of spoiler’s posts make me wish that each entry had a button that would let me hide it, while repeatedly punching him in the face, if I didn’t want to have to scroll all the way through for fear of tearing out my own eyes because of the inherent stupidity.  In lieu of that, here’s a quick trick.  Find the javascript console on your browser, and enter this line of javascript:

$(“div.node”).each(function(idx, item){
  if($(“a[href=’/?q=blogs/spoiler’]”, item).length)
  $(item).toggle();});

Press enter, and it’ll look through every entry on that page and hide it if it has a link to spoiler’s blog.

(No Ratings Yet)
Loading...

Leave a Reply