Remove Google doodles

Stop the doodle madness!

  1. // ==UserScript==
  2. // @name Remove Google doodles
  3. // @namespace http://alhur.es/
  4. // @version 0.1
  5. // @description Stop the doodle madness!
  6. // @author fiatjaf
  7. // @include /^https?://(?:encrypted|www)\.google\.[^/]+/
  8. // @license MIT
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. var center = document.querySelectorAll('center')[1]
  13. center.children[0].innerHTML = ''
  14. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址