百科排版

百科重排版

  1. // ==UserScript==
  2. // @name 百科排版
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.1
  5. // @description 百科重排版
  6. // @author foolmos
  7. // @match https://baike.baidu.com/item/*
  8. // @grant GM_addStyle
  9. // @license MIT
  10. // ==/UserScript==
  11. GM_addStyle("#side {display:none !important;}");
  12.  
  13. GM_addStyle("span {font-size:20px !important;line-height:1.8 !important;}");
  14. GM_addStyle("h3 {font-size:24px !important;}");
  15. GM_addStyle("h2 {font-size:24px !important;}");
  16. GM_addStyle("div[class*=mainContent] {margin-left:10% !important;width:850px !important;}");
  17. GM_addStyle("div[class*=starMapMultiItemInfo] {line-height:20px !important; }");
  18. GM_addStyle("div[class*=basicInfo] {background:none !important; }");
  19.  
  20. (function() {
  21. 'use strict';
  22. // Your code here...
  23. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址