Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

This is for the cat haters out there.

  • 16-07-2008 10:51PM
    #1
    Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭


    If you don't know how to install greasemonkey or save this script then you deserve cat pics.
    // 
    //   |\      _,,,---,,_
    //   /,`.-'`'    -.  ;-;;,_
    //  |,4-  ) )-,_..;\ (  `'-'
    // '---''(_/--'  `-'\_)  
    //  ONOZ U KILLD ME!!
    //
    // Written by Hobbes.
    // Filename to save as: boardsie_cathater.user.js
    //
    // ==UserScript==
    // @name          Boards.ie Feedback lolcat killer.
    // @namespace     BOARDS.IE
    // @description   Kills all images on feedback forum.
    // @include       http://www.boards.ie/vbulletin/showthread.php?*
    // @include       http://boards.ie/vbulletin/showthread.php*
    // @exclude       
    // ==/UserScript==
    
    var feedBackThread = /<a href\="forumdisplay\.php\?f\=82\">Feedback<\/a>/i;
    
    if (document.body.innerHTML.match(feedBackThread)) {
    	var img = document.images;
    
    	for (var i = 0; i < img.length; i++) {
    			img[i].src = "";
    	}
    	
    }
    

    59645.gif
    Post edited by Shield on


Comments

  • Registered Users, Registered Users 2 Posts: 10,523 ✭✭✭✭Nerin


    Hobbes wrote: »
    If you don't know how to install greasemonkey or save this script then you deserve cat pics.
    // 
    //   |\      _,,,---,,_
    //   /,`.-'`'    -.  ;-;;,_
    //  |,4-  ) )-,_..;\ (  `'-'
    // '---''(_/--'  `-'\_)  
    //  ONOZ U KILLD ME!!
    //
    // Written by Hobbes.
    // Filename to save as: boardsie_cathater.user.js
    //
    // ==UserScript==
    // @name          Boards.ie Feedback lolcat killer.
    // @namespace     BOARDS.IE
    // @description   Kills all images on feedback forum.
    // @include       http://www.boards.ie/vbulletin/showthread.php?*
    // @include       http://boards.ie/vbulletin/showthread.php*
    // @exclude       
    // ==/UserScript==
    
    var feedBackThread = /<a href\="forumdisplay\.php\?f\=82\">Feedback<\/a>/i;
    
    if (document.body.innerHTML.match(feedBackThread)) {
        var img = document.images;
    
        for (var i = 0; i < img.length; i++) {
                img[i].src = "";
        }
        
    }
    
    59645.gif
    this makes me a sad panda


  • Registered Users, Registered Users 2 Posts: 15,173 ✭✭✭✭kmart6


    Sad panda you say.....

    sadpanda.jpg


  • Closed Accounts Posts: 9,972 ✭✭✭orestes


    Lolcat murderer! :mad:


  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    Nerin wrote: »
    this makes me a sad panda

    For the cat lovers change:
    img[i].src = "";
    

    to
    img[i].src = "http://randomlolcat.com/image.gif";
    

    *shudder*


  • Registered Users, Registered Users 2 Posts: 3,696 ✭✭✭DeepBlue


    Hobbes wrote: »
    If you don't know how to install greasemonkey or save this script then you deserve cat pics.

    At a wild guess I'd say 99% wouldn't have heard of greasemonkey, let alone know how to install it.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 29,509 ✭✭✭✭randylonghorn


    Hobbes wrote: »

    // |\ _,,,---,,_
    // /,`.-'`' -. ;-;;,_
    // |,4- ) )-,_..;\ ( `'-'
    // '---''(_/--' `-'\_)
    // ONOZ U KILLD ME!!
    Boooooooo!!!11!111 :(


  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    DeepBlue wrote: »
    At a wild guess I'd say 99% wouldn't have heard of greasemonkey, let alone know how to install it.

    I'm pro-cat.


  • Registered Users, Registered Users 2 Posts: 2,746 ✭✭✭taidghbaby


    meah....for the real cat haters:

    http://www.al4ie.com/?p=497


  • Posts: 31,828 ✭✭✭✭ [Deleted User]


    Prefer wet pussies myself

    slippery-when-wet.jpg


  • Closed Accounts Posts: 5,332 ✭✭✭311


    Down with the cat pats ,down I say !


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 6,790 ✭✭✭cornbb




  • Registered Users, Registered Users 2 Posts: 22,575 ✭✭✭✭Steve


    did someone say cats?

    Drama_prairie_dog.gif


  • Registered Users, Registered Users 2 Posts: 22,227 ✭✭✭✭Sparky


    me704d693e6h3ench20.gif


  • Registered Users, Registered Users 2 Posts: 32,387 ✭✭✭✭DeVore


    LOL @ SPankeH ... I shouldnt get that but I do. :)


    DeV.


  • Moderators, Society & Culture Moderators Posts: 25,657 Mod ✭✭✭✭Dades


    SteveC wrote: »
    did someone say cats?
    You totally robbed that from the "Are the Hamsters still on Strike?" thread!
    Never get tired of seeing it though! :D

    This
    http://randomlolcat.com/image.gif
    Has made my day...


  • Registered Users, Registered Users 2 Posts: 5,400 ✭✭✭Maximilian


    My God Hobbes - you have way to much time on your hands.

    1207272578472.gif


  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    Maximilian wrote: »
    My God Hobbes - you have way to much time on your hands.

    2 mins actual coding work. 5 mins to find ascii cat picture. lolcat pic 10 seconds in google.


  • Registered Users, Registered Users 2 Posts: 5,400 ✭✭✭Maximilian


    Hobbes wrote: »
    2 mins actual coding work. 5 mins to find ascii cat picture. lolcat pic 10 seconds in google.

    Duly amended.

    My God Hobbes - you have way to much time the correct amount of time on your hands for the required purpose.


  • Registered Users, Registered Users 2 Posts: 6,033 ✭✭✭GhostInTheRuins


    But this removes all images, the page looks really messy now


  • Closed Accounts Posts: 16,713 ✭✭✭✭jor el


    Text only browsing, ah the memories. Bring back DOS.


  • Advertisement
  • Moderators, Technology & Internet Moderators, Regional South East Moderators, Paid Member Posts: 28,713 Mod ✭✭✭✭Cabaal


    DeepBlue wrote: »
    At a wild guess I'd say 99% wouldn't have heard of greasemonkey, let alone know how to install it.

    then obviously they need to see cat pics


  • Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭Hobbes


    But this removes all images, the page looks really messy now

    Can't please everyone!

    I was amazed actually that when I nuked the images boards.ie site still worked. I was expecting loads of blank buttons and breakages. Kudos on a well developed site.


  • Registered Users, Registered Users 2 Posts: 86,683 ✭✭✭✭Overheal


    clever little piece of script... but youre an evil bastard for making it!


Advertisement
Advertisement