csdn不关注展开全部

csdn不需要关注 就展开全部

// ==UserScript==
// @name         csdn不关注展开全部
// @namespace    csdn
// @version      0.2
// @description  csdn不需要关注 就展开全部
// @author       huzhen
// @match        *://blog.csdn.net/*
// @match        *://*.blog.csdn.net/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    document.getElementById('article_content').setAttribute('style','');
    document.getElementsByClassName('hide-article-box hide-article-pos text-center')[0].setAttribute('style',' display: none;');
})();