去除?tdsourcetag=s_pctim_aiomsg v1.3

an improved version of https://gf.qytechs.cn/zh-CN/scripts/392201

当前为 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 https://gf.qytechs.cn/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://gf.qytechs.cn/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)

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址