// ==UserScript==
// @
name clean csdn
// @
namespace http://jishux.net/// @
version 0.1
// @
description try to take over the world!
// @
author Trancy
// @
match https://blog.csdn.net/*// @
grant none
// @
require https://www.jishux.com/js/jquery-3.3.1.min.js// ==/UserScript==
(function() {
'use strict';
var $ = window.$ || $
var host = window.location.host
$('.recommend-right,#csdn-toolbar,aside,.tool-box').remove();
$('main').css('float','unset').css('margin','auto')
$('div.article_content').removeAttr('style')
$('#btn-readmore').parent().remove()
})();
扔进油猴直接用