// ==UserScript== // @name SoBooks 自动跳转 // @namespace https://greasyfork.org/zh-CN/scripts/434291 // @version 0.2 // @description SoBooks 网址中转免等待自动跳转 // @author zhenhappy // @match https://sobooks.cc/go.html?url=* // @icon https://sobooks.cc/favicon.ico // @license MIT // @downloadURL https://update.greasyfork.icu/scripts/434291/SoBooks%20%E8%87%AA%E5%8A%A8%E8%B7%B3%E8%BD%AC.user.js // @updateURL https://update.greasyfork.icu/scripts/434291/SoBooks%20%E8%87%AA%E5%8A%A8%E8%B7%B3%E8%BD%AC.meta.js // ==/UserScript== (function() { window.location.replace(window.location.href.replace('https://sobooks.cc/go.html?url=','')) })();