WEIBO排版

WEIBO重排版

  1. // ==UserScript==
  2. // @name WEIBO排版
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description WEIBO重排版
  6. // @author foolmos
  7. // @match https://weibo.com/*
  8. // @match https://s.weibo.com/*
  9. // @grant GM_addStyle
  10. // @license MIT
  11. // ==/UserScript==
  12. GM_addStyle(".WB_main_r, .WB_frame_b, .fold_cont.clearfix, .fold_bg, .webim_fold.webim_fold_v2.clearfix {display:none !important;}");
  13. GM_addStyle(".WB_main_c, .WB_frame_c, .main-full {width:850px !important;}");
  14. GM_addStyle(".WB_main_c, .WB_frame_c, .main-full {width:850px !important;}");
  15. GM_addStyle(".WB_frame, .WB_frame_c, .woo-box-flex.woo-box-column.Frame_wrap_3g67Q, .main-full {margin-left:10% !important;}");
  16. GM_addStyle(".Main_full_1dfQX {width:800px !important;}");
  17. GM_addStyle(".woo-box-flex.woo-box-column.Frame_wrap_3g67Q {margin-left:8% !important;}");
  18. GM_addStyle(".woo-box-flex {line-height:1.7em !important;}");
  19. GM_addStyle("body , .f-art {background-color: transparent !important; /* color: #b5b2b2 !important; */ }");
  20. GM_addStyle(".Nav_wrap_gHB1a, .Bar_main_R1N5v.Bar_card_3Jk5b {position:relative !important;}");
  21. GM_addStyle(".detail_wbtext_4CRf9 {line-height:1.8 !important;}");
  22.  
  23.  
  24. (function() {
  25. 'use strict';
  26. // Your code here...
  27. })();