优化排版,让“虎扑评分”更好看。
Hupu modification.
虎扑评分优化 by runningcheese
Details
Authorrunningcheese
LicenseNo License
Categoryuserstyles
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 虎扑评分优化
@version 1.0.1
@description 让“虎扑评分”更好看。
@author RunningCheese
@namespace https://userstyles.world/user/runningcheese
@homepageURL https://www.runningcheese.com
@supportURL https://www.runningcheese.com/userstyles
==/UserStyle== */
@-moz-document domain("m.hupu.com") {
html,
.hupu-m-nav-tabs-component-wrapper,
.header_title__c6Ki9{
max-width: 500px !important;
margin: 0 auto !important;
}
/*header颜色修改*/
.header_header__KTVf_{background: #BC2816 !important}
.fufu-info-flow-container{
width:20%!important;
height:20%!important;
}
/*隐藏元素*/
.fufu-post-top-download,
.icon.recommend-card_icon__vaPkK,
.open-hupu,
.comment-area_comment-footer__wAfLn,
.footer{display:none !important
}
/*显示滚动条*/
* { scrollbar-width:auto !important;
}
}
/*隐藏元素*/
@-moz-document url-prefix("https://m.hupu.com/score-list/"), url-prefix("https://m.hupu.com/score-item/"){
header{display:none !important
}
.header_header__KTVf_ {
margin-top:-45px !important;
}
}
/*隐藏元素*/
@-moz-document domain("bbsactivity.hupu.com") {
.qrcode{display:none !important
}
body { background:#fff !important
}
iframe {min-width:500px !important
}
}