CSDN优化体验

2021/3/3 上午11:03:33

目前為 2021-03-03 提交的版本,檢視 最新版本

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


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