// ==UserScript== // @name 博客园纯净版 // @namespace http://tampermonkey.net/ // @version 1.1 // @description try to take over the world! // @author bage22 liangys1115 // @include *.cnblogs.com/* // @lastmodified 2020-11-20 // @note 2020-11-20-V1.1 修改授权 // @note 2020-11-20-V1.0 移除更多无关的div中class内容 // @grant GPL License // @downloadURL none // ==/UserScript== (function() { 'use strict'; function removeByID(){ let len = arguments.length; for(var i=0;i