跳转到指定 URL

打开百度页面时自动跳转到 https://hzyw.gjintel.cn/

目前为 2024-12-05 提交的版本。查看 最新版本

// ==UserScript==
// @name         跳转到指定 URL
// @namespace    http://tampermonkey.net/
// @version      0.6
// @description  打开百度页面时自动跳转到 https://hzyw.gjintel.cn/
// @author       You
// @match        https://www.baidu.com/
// @grant        none
// @run-at       document-start
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    // 设置跳转目标 URL
    window.location.href = "https://hzyw.gjintel.cn/";
})();

QingJ © 2025

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