您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
try to take over the world!
当前为
// ==UserScript== // @name ureactor change static // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://*.ureactor.zbj.com/* // @grant none // ==/UserScript== (function() { 'use strict'; document.getElementsByClassName("logo")[0].innerHTML = "<img height=42 width=130 src='https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1566808889663&di=30fd68e089504d52384d149dbb00d684&imgtype=0&src=http%3A%2F%2Fwww.mobiletrain.org%2Fd%2Ffile%2Fabout%2Fmoney%2F246edbd8e4fe0655524e7661d22951d4.jpg' />"; document.getElementsByClassName("logo")[1].innerHTML = "<img height=42 width=98 src='https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1566808889663&di=30fd68e089504d52384d149dbb00d684&imgtype=0&src=http%3A%2F%2Fwww.mobiletrain.org%2Fd%2Ffile%2Fabout%2Fmoney%2F246edbd8e4fe0655524e7661d22951d4.jpg' />"; //var footer = document.getElementById("layout-foot"); //if (footer != null){ // footer.parentNode.removeChild(footer); //} document.getElementById("layout-foot").id = "footer"; //document.getElementById("footer").className = "footer_class"; document.getElementById("footer").innerHTML = "<p> ©CopyRight 2006-2019 JB51.Net Inc All Rights Reserved. 脚本之家 版权所有</p>"; // Your code here... })();