微信地址精简

去掉微信地址的多余部分,减小长度。

目前為 2020-11-23 提交的版本,檢視 最新版本

// ==UserScript==
// @name         微信地址精简
// @namespace    http://domain.com/directory
// @version      0.1
// @description  去掉微信地址的多余部分,减小长度。
// @author       幸福的赢得
// @include      https://mp.weixin.qq.com/s?*
// @grant        none
// ==/UserScript==


if (/chksm/.test (location.href) ) {
    var plainPath =
    location.href.replace (/&chksm=[\S]*/, "")

location.replace(plainPath)
}

QingJ © 2025

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