// ==UserScript== // @name old-smzdm(旧版张大妈) // @namespace http://hktkdy.com // @version 0.1 // @description 什么值得买默认使用旧版本 // @author zhangolve@gmail.com // @match http://www.smzdm.com/ // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; window.location.href='http://www.smzdm.com/jingxuan/'; // Your code here... })();