缺货-短链接转换

雨夜工作室实用系列!

  1. // ==UserScript==
  2. // @name 缺货-短链接转换
  3. // @namespace http://web.yuyehk.cn/
  4. // @version 1.5.6
  5. // @description 雨夜工作室实用系列!
  6. // @author YUYE
  7. // @match *://s.taobao.com/search*
  8. // @match *://list.tmall.com/search*
  9. // @match *://wq.jd.com/*
  10. // @match *://wqs.jd.com/*
  11. // @match *://yangkeduo.com/*
  12. // @match *://haohuo.jinritemai.com/ecommerce/*
  13. // @match http*://wq.jd.com*
  14. // @match http*://tcs.jiyunhudong.com/workprocess/6983936727631020548*
  15. // @match http*://tcs.jiyunhudong.com/workprocess/*
  16. // @license MIT
  17. // @icon http://fk.yuyehk.cn:81/uploads/images/ffaf74f0b5ed1ffc420401645c5d6ecf.png
  18. // @grant GM_addStyle
  19. // ==/UserScript==
  20. (function() {
  21. var interval2 = window.setInterval(tcsth,100);
  22. setTimeout(function() {window.clearInterval(interval2);},60000);
  23. function tcsth() {
  24. let css = `
  25. .ivu-col-span-8 { display: block;width: 50%;}`
  26. GM_addStyle(css)
  27. var tblocalHostPathName = window.location.href //当前路径
  28. if(tblocalHostPathName.indexOf("haohuo.jinritemai.com/ecommerce/trade/detail/index.html?alkey=") > -1){
  29. // 提取id
  30. var localHostss="https://haohuo.jinritemai.com/views/product/item2?id="+tblocalHostPathName.match(/promotion_id%3D(.*?)%26/)[1]
  31. window.location.href = localHostss
  32. }
  33. }
  34. })();

QingJ © 2025

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