您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Enhance Twitter experience with the wonderfull Yuyito Gonzalez
// ==UserScript== // @name Twitteando con Yuyito // @namespace https://greasyfork.org/kchamat // @version 0.2.10 // @description Enhance Twitter experience with the wonderfull Yuyito Gonzalez // @author kchamat // @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com // @match https://twitter.com/* // @match https://mobile.twitter.com/* // @license AGPL-3.0-or-later // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle // ==/UserScript== GM_addStyle(` svg.r-8kz0gk g { display:none; }`); GM_addStyle(` .r-64el8z { padding:0px; border-width:0px; width: 120px; height:120px; background-image: url("https://pbs.twimg.com/media/F16ArsgWYBY9IlL?format=png&name=120x120"); } }`);