// ==UserScript== // @name 小说适配器 // @namespace http://tampermonkey.net/ // @version 0.13 // @description try to take over the world! // @author You // @match https://www.kdzw.cc/* // @match https://www.8czw.com/8837/* // @match https://www.mayiwxw.com/* // @match https://www.linovel.net/* // @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net // @grant none // @license MIT // @downloadURL none // ==/UserScript== //轻之文库 if(window.location.href.indexOf("https://www.linovel.net")>-1){ (function() { 'use strict'; var o = document.getElementsByClassName("l"); for(var i=0;i-1){ (function() { // 'use strict'; alert("Wellcome"); var o = document.getElementById("content"); o.setAttribute("style","font-size: 40px;background-color:#c9e0cb;"); var a = document.getElementsByTagName("body")[0]; a.setAttribute("style","background-color:#c9e0cb;"); // Your code here... })(); } //getElementById() //getElementsByTagName() //getElementsByClassName()