掘友等级
VIP.5 如鱼得水

获得徽章 6
分享一段代码, 用于修复网页显示异常,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")
})();
``` #JB实用快捷键#: CTRL R + P , 用于将函数体内使用的普通变量直接声明为函数的参数
记忆点: Ctrl / Refactor / Parameter
掘金能不能增加自动签到的功能啊,签到的入口太深了,经常忘记点点点。
红米k30 pro客户端最近几次更新后一直都有底部区域滚动不了的bug,后台反馈过问题,一直没有解决。
平台:Android
系统版本:11
掘金版本:v5.10.09 (Build-ae52dbd0)
设备:Redmi
问题描述:文章内容页无法拉到底部区域,,无法向下滚动
有换到16G M1芯片的MacBook的前端大佬么,,开发工具能适配吗
下一页