simplify bbs.szhome.com

simplify bbs.szhome

  1. // ==UserScript==
  2. // @name simplify bbs.szhome.com
  3. // @namespace https://greasyfork.org
  4. // @url https://greasyfork.org/zh-CN/scripts/432398
  5. // @version 0.3
  6. // @description simplify bbs.szhome
  7. // @author chaosky
  8. // @match http://bbs.szhome.com/*
  9. // @grant GM_log
  10. // @grant GM_addStyle
  11. // ==/UserScript==
  12. /*jshint multistr: true */
  13.  
  14. (function() {
  15. 'use strict';
  16.  
  17. GM_addStyle(" \
  18. .fixedbox { position: absolute !important; } \
  19. .float-bar { position: absolute !important; display: none !important; } \
  20. ");
  21. })();