获得徽章 12
赞了这篇文章
分享一段代码, 用于修复网页显示异常,dddd
```
// ==UserScript==
// @name I dont need gray
// @namespace
tampermonkey.net
// @version 0.1
// @description try to fix the world!
// @author You
// @match *://juejin.cn/*
// @match *://www.jd.com/*
// @match *://www.bilibili.com/*
// @icon
www.google.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
let html = document.getElementsByTagName("html")[0]
html && html.removeAttribute("class")
})();
```
```
// ==UserScript==
// @name I dont need gray
// @namespace
// @version 0.1
// @description try to fix the world!
// @author You
// @match *://juejin.cn/*
// @match *://www.jd.com/*
// @match *://www.bilibili.com/*
// @icon
// @grant none
// ==/UserScript==
(function() {
'use strict';
let html = document.getElementsByTagName("html")[0]
html && html.removeAttribute("class")
})();
```
展开
评论
3
赞了这篇文章
赞了这篇沸点
赞了这篇文章
赞了这篇文章
day47![[无辜呆]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_96.4fb9d71.png)