您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Make trolls on techdirt sound more intelligent. Based on a suggestion by G Thompson on techdirt
// ==UserScript== // @name trolls eat paste // @version 0.1 // @description Make trolls on techdirt sound more intelligent. Based on a suggestion by G Thompson on techdirt // @author midraal // @match https://www.techdirt.com/* // @grant none // @namespace https://greasyfork.org/users/6146 // ==/UserScript== $j(".cbody").each(function(comment){ if($j(this).text().toLowerCase()=="mike masnick just hates it when copyright law is enforced."){ $j(this).text("I like to eat Paste, I like to eat paste") } })