8-21

A wiki is run using wiki software, otherwise known as a wiki engine.

  1. // ==UserScript==
  2. // @name 8-21
  3. // @namespace http://www.Tikas.me/
  4. // @version 0.31
  5. // @description A wiki is run using wiki software, otherwise known as a wiki engine.
  6. // @author Tikas
  7. // @match *://test.baidu.com/mark/task/do*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. if(document.getElementById("tipshowstyle")==undefined){
  14. var csss = "<style id='tipshowstyle'>.general-popup-mask{background:none; !important;}.general-popup{top:20%;left:10%; !important;}.general-popup-close{font-size:24px; !important;}.general-popup-notice-content{font-size:24px; !important;}.mark-rect-draw-type,.mark-rect-draw-attr{padding:0;line-height:4px;background:#afafaf; !important;}.mark-rect-draw-attr{line-height:20px;background:#afafaf;border-bottom:1px dashed #afafaf; !important;}.mark-rect-attr-title,.mark-rect-config-title{font-weight100;padding-right:2px; !important;}.mark-rect-draw-type label,.mark-rect-draw-attr label{padding-left:0;padding-right:0; !important;}.container.container-main{margin-bottom:0; !important;}.pro-main{margin:0; !important;}.com-mark-p-question,.com-mark-pq-text-wrap{margin:0;padding:0; !important;}.com-mark-pq-single-wrap .com-mark-pq-single,.com-mark-pq-single-wrap .com-mark-pq-singleplus,.com-mark-pq-content{margin:0;padding:0; !important;}div.com-mark-pq-content{margin:0;padding:0;display:none; !important;}.container-head,.pro-top-nav.clearfix,.pro-top-bar,.pro-top-bar,.footer,.control-panel,.right-sidebar{display:none; !important;}.operation-info,.op-link.info-close,.op-link.info-view.dn,#hotKeyLabelDiv,.limit-desc-item,.limit-desc-item{display:none; !important;}div#rect-draw-config-panel{height:290px; !important;}.com-mark-page .com-mark-p-brief{padding:1.5px 15px 1px; !important;}body,element.style,.mark-rect-draw-type{background: #454545; !important;}</style>";
  15. $('html').append($(csss));
  16. }
  17. }
  18. )();

QingJ © 2025

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