微信地址精简

去掉微信公众号文章地址的多余部分,减小长度。

  1. // ==UserScript==
  2. // @name 微信地址精简
  3. // @namespace http://domain.com/directory
  4. // @version 0.2.1
  5. // @description 去掉微信公众号文章地址的多余部分,减小长度。
  6. // @author 幸福的赢得
  7. // @include https://mp.weixin.qq.com/s?*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12. if (/chksm/.test (location.href) ) {
  13. var plainPath =
  14. location.href.replace (/&chksm=.*/, "")
  15. history.pushState({}, '', plainPath);
  16.  
  17. }

QingJ © 2025

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