NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name webnovel.com interstitial skip // @namespace https://openuserjs.org/scripts/shadofx // @version 2 // @run-at document-end // @match https://www.webnovel.com/rssbook/* // @match http://www.webnovel.com/rssbook/* // @match https://webnovel.com/rssbook/* // @match http://webnovel.com/rssbook/* // @match https://m.webnovel.com/rssbook/* // @match http://m.webnovel.com/rssbook/* // @license MIT // ==/UserScript== // ==OpenUserJS== // @author shadofx // ==/OpenUserJS== window.location.replace(window.location.toString().replace('rssbook','book'));