您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
try to take over the world!
// ==UserScript== // @name fuck off ?tdsourcetag=s_pctim_aiomsg // @name:zh-CN 去除?tdsourcetag=s_pctim_aiomsg // @namespace https://greasyfork.org/zh-CN/scripts/392201 // @homeurl https://greasyfork.org/zh-CN/scripts/392201 // @version 1.2 // @description try to take over the world! // @description:zh-cn try to take over the world! // @author ScrapW // @create 2019-11-10 // @update 2019-11-15 // @match http://*/*?tdsourcetag=s_pctim_aiomsg // @match https://*/*?tdsourcetag=s_pctim_aiomsg // @grant none // @run-at document-start // ==/UserScript== window.location.replace(window.location.href.substr(0,window.location.href.lastIndexOf("?tdsourcetag=s_pctim_aiomsg")))