2021/3/3 上午11:03:33
当前为
// ==UserScript==
// @name CSDN优化体验
// @discribe 练习
// @namespace Violentmonkey Scripts
// @match *://blog.csdn.net/*/article/details/*
// @match *://*.blog.csdn.net/article/details/*
// @match *://bbs.csdn.net/*
// @match *://www.csdn.net/*
// @grant none
// @version 1.0.1
// @author amateur
// @description 2021/3/3 上午11:03:33
// ==/UserScript==
document.querySelectorAll('.main-iframe')[0].setAttribute('display', "none");