您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
example script to alert "Hello world!" on every page
当前为
// ==UserScript== // @name remove tgfc flag for abp // @description example script to alert "Hello world!" on every page // @version 0.0.1.20170409052550 // @namespace http://greasyfork.icu/users/115835 // ==/UserScript== new_element = document.createElement("Script"); new_element.setAttribute("type","text/javascript") new_element.setAttribute("src","https://code.jquery.com/jquery-3.1.1.min.js") document.body.appendChild(new_element) $("i").remove()