Greasy Fork

来自缓存

Greasy Fork is available in English.

remove tgfc flag for abp

example script to alert "Hello world!" on every page

当前为 2017-04-09 提交的版本,查看 最新版本

// ==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()