Sub to Pewdiepie

PewDiePieifies almost all the websites you visit

目前为 2019-09-03 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Sub to Pewdiepie
  3. // @namespace http://tampermonkey.net/
  4. // @version ChickenProductions1.1
  5. // @description PewDiePieifies almost all the websites you visit
  6. // @author TheChickenMan
  7. // @match *://*/*
  8. // @run-at document-start
  9. // @grant GM_addStyle
  10. // ==/UserScript==
  11.  
  12. var style = document.createElement("style");
  13. style.type = "text/css";
  14. style.innerHTML = "* { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATwAAACgCAMAAACmCCC4AAAAA1BMVEUAAACnej3aAAAASElEQVR4nO3BMQEAAADCoPVPbQ0PoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA+DcYgAAEvA8oXAAAAAElFTkSuQmCC) url(https lh3 googleusercontent com vsevnlmppiseeygobbsffx pbuarxnh0663wvm1ld_6ghlcmm_ouhtwm3mpcfv4ym8xnlro s85) !important; background-size: 100% !important; } \n";
  15. document.getElementsByTagName("head")[0].appendChild(style);