Twitteando con Yuyito

Enhance Twitter experience with the wonderfull Yuyito Gonzalez

  1. // ==UserScript==
  2. // @name Twitteando con Yuyito
  3. // @namespace https://gf.qytechs.cn/kchamat
  4. // @version 0.2.10
  5. // @description Enhance Twitter experience with the wonderfull Yuyito Gonzalez
  6. // @author kchamat
  7. // @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
  8. // @match https://twitter.com/*
  9. // @match https://mobile.twitter.com/*
  10. // @license AGPL-3.0-or-later
  11. // @grant GM_setValue
  12. // @grant GM_getValue
  13. // @grant GM_addStyle
  14. // ==/UserScript==
  15.  
  16. GM_addStyle(`
  17. svg.r-8kz0gk g {
  18.  
  19. display:none;
  20.  
  21. }`);
  22. GM_addStyle(`
  23.  
  24. .r-64el8z {
  25. padding:0px;
  26. border-width:0px;
  27. width: 120px;
  28. height:120px;
  29. background-image: url("https://pbs.twimg.com/media/F16ArsgWYBY9IlL?format=png&name=120x120");
  30. }
  31. }`);

QingJ © 2025

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