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 i=0;
- var t = setInterval(()=>{
- i++;
- $('.editor-watermark').remove();
- if(i>10){
- clearInterval(t);
- }
- },1000);
- setTimeout(function(){
- }, 1000);
- })();
============ 欢迎各位老板打赏~ ===========
与本文相关的文章
- · 小程序可以绑定其它小程序吗?
- · vue3+vite+多环境发面到二级目录配置
- · 微信小程序防止事件穿透防止事件冒泡
- · 普通链接二维码跳转小程序
- · 解决flex-direction: column 之后元素宽度自动变为100%
- · vue/react/node/vite/npm/yarn build自动更新版本号
- · getVisitDistribution 访问来源定义(访问来源 key 对应关系)
- · TinyMCE工具栏配置详解
- · Ant Design Vue 1.7.8 (vu2)自定义路由菜单图标
- · vue获取节点的父节点、兄弟节点、子节点
- · vue3+vite3实现路由自动化
- · h5吹气互动(利用recorderjs获取输入音量大小)