an improved version of https://greasyfork.org/zh-CN/scripts/392201
当前为
// ==UserScript==
// @name fuck off ?tdsourcetag=s_pctim_aiomsg v1.3
// @name:zh-CN 去除?tdsourcetag=s_pctim_aiomsg
// @version 1.3
// @description an improved version of https://greasyfork.org/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 https://greasyfork.org/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)