// ==UserScript== // @name 洛谷题解优化 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.luogu.org/problemnew/solution/* // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... var a=document.getElementsByClassName('am-g lg-main-content')[0]; a.parentNode.removeChild(a); //alert(functional.child); //functional.parentNode.removeChild(functional); //functional.appendChild(exitbutton); //document.body.appendChild(exitbutton); window.onload=function (){ var functional=document.getElementsByClassName('functional')[0]; var exitbutton=document.createElement("button"); functional.appendChild(exitbutton); functional.innerHTML='