taobao fix

临时修复火狐访问淘宝店铺问题

  1. // ==UserScript==
  2. // @name taobao fix
  3. // @namespace https://gf.qytechs.cn/zh-CN/users/821
  4. // @description 临时修复火狐访问淘宝店铺问题
  5. // @author gfork
  6. // @include *.taobao.com/*
  7. // @exclude https://item.taobao.com/*
  8. // @version 1.2
  9. // @grant none
  10. // @run-at document-end
  11. // ==/UserScript==
  12. /*
  13. var url=document.location.href;
  14.  
  15. if(url.match('world')==null && document.getElementsByTagName('meta')['microscope-data'].getAttribute('content').match('shopId')){
  16. jump=url.replace(/(.*)\.taobao\.com(.*)/, "$1.world.taobao.com$2");
  17. window.location=jump;
  18. }
  19. */

QingJ © 2025

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