24
04/20
remove watermark of gaoding
// ==UserScript== // @name remove watermark // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.gaoding.com/* // @grant GM_addStyle // @require https://apps.bdimg.com/libs/jquery/1.4.2/jquery.min.js // ==/UserScript== (function() { 'use strict'; //GM_addStyle('.editor-watermark{display:none;!important}'); // Your code here... var...