Optimize Douban layout for widescreen displays, utilizing full screen width with modern responsive design
优化豆瓣网页在宽屏显示器(1920px+)下的布局,充分利用屏幕空间。
Optimize Douban's layout for widescreen displays, making better use of available screen space.
使用现代 CSS 技术:
.grid-16-8.clearfix 使用 display: flex.grid-16-8.clearfix {
display: flex !important;
gap: 24px !important;
}
.article {
flex: 1 1 70% !important;
min-width: 600px !important;
}
.aside {
flex: 0 0 320px !important; /* 固定宽度 */
}
本脚本与以下脚本完全兼容:
本项目在开发过程中使用了 AI 技术的辅助。所有代码和文档都经过人工审查和测试。
This project was developed with AI assistance. All code and documentation have been reviewed and tested by humans.
MIT License
Copyright (c) 2026 Better Douban Team
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
v1.0.4 (2026-06-08) - 当前版本
v1.0.3 - 兼容 scripts1.json 和 scripts2.json
v1.0.2 - 详情页评分区域移至右侧
v1.0.1 - 修复选择器过于宽泛的问题
v1.0.0 - 初始版本
最后更新:2026-06-08