Sleazy Fork is available in English.

坏都都破解显示隐藏(只对第一页有效)

try to take over the world!

// ==UserScript==
// @name         坏都都破解显示隐藏(只对第一页有效)
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  try to take over the world!
// @author       You
// @match        https://*.huaidudu.org/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    //var ui = document.getElementById("content_news");if(ui.style.display = "none")ui.style.display = "";
    var ui1 = document.getElementById("content_news").style.display = "";
    // Your code here...
})();