页面调整
游民星空 by zcq100
Details
Authorzcq100
LicenseNo License
Categorygamersky.com
Created
Updated
Size537 B
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 20240222.23.23
@namespace ?
@description 页面调整
==/UserStyle== */
@-moz-document url-prefix("https://www.gamersky.com/handbook") {
/*移除右边栏*/
.Mid2_R{
display: none;
}
/* 移除不需要的元素*/
.gs_comm_content_bot_fun,.recommend-app-btn-wrap,.fixedCode{
display: none !important;
}
/*本页是否有用*/
.gs_ccs_solve{
display: none;
}
.Mid2_L,.Mid2L_ctt > *{
width: auto !important;
}
.Content_Paging,.Content_Paging>*{
width: auto !important;
}
}