|
发表于
2022-1-14 17:35:50
|
显示全部楼层
ggggg,这个 比格设计 https://bigesj.com/ 是不是同样的道理呀
// ==UserScript==
// @name 比格设计
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://bigesj.com/*
// @icon https://bige.cdn.bcebos.com/favicon.ico
// @grant none
// ==/UserScript==
var timeid = setInterval(function () {
if (document.querySelector("div.designDownloadButton")) {
document.querySelector('div.header-banner-warpper.header-banner-activity').__vue__.$children[0].userInfo.canUseCopyright = true;
document.querySelector("div.water").remove();
document.querySelector("div.gaoqing-tip").remove();
clearInterval(timeid);
}
}, 1000);
为什么没反应呀,好ggg |
|