您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Make new reddit layout fill screen width. Obtain class names dynamically to avoid breaks. 28/02/2023, 4:05:40 pm
Make new reddit layout fill screen width; this script is forked from Wide New Reddit.
The original script hardcodes hashed class names, which breaks the script every time Reddit makes some updates to its frontend.
This script tries to obtain the class names dynamically from the page instead, which (hopefully) makes it more robust against Reddit changes and break less often.
jxm for making the original script.
Myself for making this fork.