SoBooks 自动跳转

SoBooks 网址中转免等待自动跳转

目前為 2021-10-22 提交的版本,檢視 最新版本

// ==UserScript==
// @name         SoBooks 自动跳转
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  SoBooks 网址中转免等待自动跳转
// @author       You
// @match        https://sobooks.cc/go.html?url=*
// @icon         https://sobooks.cc/favicon.ico
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    window.location.replace(window.location.href.replace('https://sobooks.cc/go.html?url=',''))
    // Your code here...
})();

QingJ © 2025

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