User:Sterile/monobook.js

From RationalWiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
 
  $('ul.special>li').filter('li:contains("moderat")').css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#FFFFCC"});
  $('ul.special>li').filter('li:contains("coop")').css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#FFFFCC"});
  $('ul.special>li').filter('li:contains("election")').css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#FFFFCC"});
  $('ul.special>li').filter('li:contains("creationis")').css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#FFFFCC"});
  $('ul.special>li').filter('li:contains("community")').css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#FFFFCC"});
  $('ul.special>li').filter('li:contains("rwf")').css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#FFFFCC"});
  $('ul.special>li').filter('li:contains("RWF")').css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#FFFFCC"});
  $('ul.special>li').filter('li:contains("oundation")').css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#FFFFCC"});

  $('ul.special>li>a[href*="User:Proxima_Centauri"]').parent().css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#F3D4D5"});

  $('ul.special>li>a[href*="User:Ace_McWicked"]').parent().css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#E3FBFF"});
  $('ul.special>li>a[href*="User:Nutty_Roux"]').parent().css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#E3FBFF"});
  $('ul.special>li>a[href*="User:Tmtoulouse"]').parent().css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#E3FBFF"});
  $('ul.special>li>a[href*="User:Human"]').parent().css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#E3FBFF"});
  $('ul.special>li>a[href*="User:El_Taj"]').parent().css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#E3FBFF"});
  $('ul.special>li>a[href*="User:Crundy"]').parent().css({"border" : "1px black dotted", "border-radius" : "3px", "background-color" : "#E3FBFF"});

  $('ul.special>li>a[href*="Brasov"]').parent().remove();
  $('ul.special>li>a[href*="Inquisitor"]').parent().remove();
  $('ul.special>li>a[href*="Dirk"]').parent().remove();
  $('ul.special>li>a[href*="Brxbrx"]').parent().remove
  $('ul.special>li>a[href*="Hipocrite"]').parent().remove
  $('ul.special>li>a[href*="Gamergate"]').parent().remove();

  $('ul.special>li>a[href*="Special:Log/block"]').parent().remove();
  $('ul.special>li>a[href*="talk:Community"]').parent().remove();
  $('ul.special>li>a[href*="Conservapedia"]').parent().remove();
  $('ul.special>li>a[href*="newuser"]').parent().remove();
  $('ul.special>li>a[href*="RationalWiki:Kitzmiller"]').parent().remove();

  $('p').filter('p:contains("rape")').hide()