GoogleNormal

Hide google's seasonal/holiday logos

  1. // ==UserScript==
  2. // @name GoogleNormal
  3. // @version 0.1
  4. // @description Hide google's seasonal/holiday logos
  5. // @author Th3_A11_M1ghty_
  6. // @match *://*.google.com/*
  7. // @grant none
  8. // @require http://code.jquery.com/jquery-latest.js
  9. // @namespace https://greasyfork.org/users/41967
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. $("#hplogo").html('<img border="0" height="175" src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/Google_2015_logo.svg/2000px-Google_2015_logo.svg.png" style="padding-top:25px" width="546" onload="window.lol&amp;&amp;lol()">');
  14. })();