Greasy Fork

Greasy Fork is available in English.

去除?tdsourcetag=s_pctim_aiomsg v1.3

去除URL中的tdsourcetag=s_pctim_aiomsg

目前为 2020-06-18 提交的版本。查看 最新版本

// ==UserScript==
// @name              fuck off ?tdsourcetag=s_pctim_aiomsg v1.3
// @name:zh-CN        去除?tdsourcetag=s_pctim_aiomsg v1.3
// @version           1.3
// @description       an improved version of http://greasyfork.icu/zh-CN/scripts/392201
// @description:zh-cn 去除URL中的tdsourcetag=s_pctim_aiomsg
// @author            chess99
// @create            2020-06-18
// @match             http://*/*tdsourcetag=s_pctim_aiomsg
// @match             https://*/*tdsourcetag=s_pctim_aiomsg
// @grant             none
// @run-at            document-start
// @namespace http://greasyfork.icu/users/584389
// ==/UserScript==

var newUrl = window.location.href.replace('?tdsourcetag=s_pctim_aiomsg&', '?').replace('?tdsourcetag=s_pctim_aiomsg', '').replace(/\&tdsourcetag=s_pctim_aiomsg/g, '')
window.location.replace(newUrl)