CSDN优化体验

练习脚本

目前为 2021-03-04 提交的版本。查看 最新版本

// ==UserScript==
// @name        CSDN优化体验 
// @description 练习脚本
// @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.2
// @author      amateur
// @description 2021/3/3 上午11:03:33
// ==/UserScript==


document.querySelectorAll('.main-iframe')[0].setAttribute('display', "none");