分类

链接

2020 年 4 月
 12345
6789101112
13141516171819
20212223242526
27282930  

近期文章

热门标签

新人福利,免费薅羊毛

现在位置:    首页 > 前端 > 正文
共享办公室出租
remove watermark of gaoding
前端 暂无评论 阅读(212)
  1. // ==UserScript==
  2. // @name         remove watermark
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       You
  7. // @match        https://www.gaoding.com/*
  8. // @grant        GM_addStyle
  9. // @require      https://apps.bdimg.com/libs/jquery/1.4.2/jquery.min.js
  10. // ==/UserScript==
  11.  
  12. (function() {
  13.     'use strict';
  14.     //GM_addStyle('.editor-watermark{display:none;!important}');
  15.     // Your code here...
  16.     var i=0;
  17.     var t = setInterval(()=>{
  18.         i++;
  19.         $('.editor-watermark').remove();
  20.         if(i>10){
  21.           clearInterval(t);
  22.         }
  23.  
  24.     },1000);
  25.     setTimeout(function(){
  26.  
  27.     }, 1000);
  28.    
  29. })();

============ 欢迎各位老板打赏~ ===========

本文版权归Bruce's Blog所有,转载引用请完整注明以下信息:
本文作者:Bruce
本文地址:remove watermark of gaoding | Bruce's Blog

发表评论

留言无头像?