苏宁手机页面跳转

苏宁手机版商品页面直接跳转到pc页面

  1. // ==UserScript==
  2. // @name 苏宁手机页面跳转
  3. // @namespace http://tampermonkey.net/
  4. // @description 苏宁手机版商品页面直接跳转到pc页面
  5. // @author kjl
  6. // @include *//m.suning.com/*
  7. // @include *//product.m.suning.com/*
  8. // @version 0.4
  9. // @grant none
  10. // @run-at document-start
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. //直接打开pc端页面
  16. location.assign("https://product.suning.com/0000000000/"+location.href.toString().match(/\d+.html/g));
  17. })();

QingJ © 2025

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