显示CSDN文章所有留言

show CSDN all message

// ==UserScript==
// @name         显示CSDN文章所有留言
// @namespace    https://github.com/maidouofgithub
// @version      0.1
// @description  show CSDN all message
// @author       landwind
// @match        https://blog.csdn.net/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    $('.comment-list-box').css("max-height","");
})();