// ==UserScript== // @name YMDD // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author CC // @match https://ccs.uce.cn/cc-main/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // ==/UserScript== (function() { 'use strict'; document.querySelector("body > div:nth-child(36)").remove() // Your code here... })();