您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
在宽版的基础上变得更宽
当前为
/* ==UserStyle== @name 百度贴吧-更宽 @description 在宽版的基础上变得更宽 @version 0.0.2 @namespace AN drew @license MIT ==/UserStyle== */ @-moz-document url-prefix("https://tieba.baidu.com/f") { .head_main .head_middle, .head_main .head_content{width:1282px} .content, .foot{width:1280px} .frs_content_footer_pagelet{width:1280px} .tb_rich_poster_container{width:1280px} .tbui_aside_float_bar{left:57.7%!important} } @-moz-document url-prefix("https://tieba.baidu.com/p/") { .l_container{width:1480px} .content{width:1478px} .pb_bright_share{width:1478px} .tb_rich_poster_container{width:1478px} .pb_footer{width:1478px} .nav_wrap_add_border{width:1478px} .thread_theme_5{width:1478px} .pb_content{width:1479px} .left_section{width:1479px!important} .core_title_wrap_bright{width:1479px!important} .p_postlist{width:1479px!important} .l_post_bright{width:1479px!important} .l_post_bright .d_post_content_main{width:1326px!important} .l_post_bright .d_post_content_main .p_content{width:1306px!important} .p_content img.BDE_Image.origin{max-width:1310px!important} .thread_theme_7{width:1478px!important} .tbui_aside_float_bar{left:63%!important} html{overflow-x:hidden} }