1688链接精简

try to take over the world!

  1. // ==UserScript==
  2. // @name 1688链接精简
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author hendeliao
  7. // @match https://detail.1688.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. // Your code here...
  15. window.history.pushState({},0,window.location.href.split("?")[0]);
  16. })();

QingJ © 2025

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