Greasy Fork is available in English.

simplify bbs.szhome.com

simplify bbs.szhome

// ==UserScript==
// @name         simplify bbs.szhome.com
// @namespace    https://greasyfork.org
// @url          https://greasyfork.org/zh-CN/scripts/432398
// @version      0.3
// @description  simplify bbs.szhome
// @author       chaosky
// @match        http://bbs.szhome.com/*
// @grant        GM_log
// @grant        GM_addStyle
// ==/UserScript==
/*jshint multistr: true */

(function() {
    'use strict';

    GM_addStyle(" \
.fixedbox { position: absolute !important; } \
.float-bar { position: absolute !important; display: none !important; } \
");
})();