defPrefs

improvement of style; enhancement font style browser - css text-shadow;

  1. // ==UserScript==
  2. // @name defPrefs
  3. // @description improvement of style; enhancement font style browser - css text-shadow;
  4. // @include *
  5. // @namespace https://gf.qytechs.cn/en/users/3561-lucianolll
  6. // @namespace https://openuserjs.org/users/lucianolll
  7. // @namespace https://userscripts.org/users/46776
  8. // @version 4.1
  9. // @grant none
  10. // @author lucianolll
  11. // ==/UserScript==
  12. function adstyle(){
  13. var doc=document,adstyle=doc.createElement('style');adstyle.textContent="body{text-shadow:0.1px 0.2px 0 rgb(0,0,0);}";
  14. doc.getElementsByTagName('head')[0].appendChild(adstyle);
  15. }
  16. addEventListener('load',adstyle(),false);

QingJ © 2025

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