Greasy Fork is available in English.
通过菜单快速切换 Discourse 列表排序(创建/回复时间、回复数、浏览量、点赞数,升/降序),通过修改 URL 参数实现。
通过用户脚本菜单快速切换 Discourse 列表排序,直接更新页面 URL 参数实现。支持创建时间、回复时间、回复数量、浏览量与点赞数等多种排序,并提供升/降序两个方向。内置中英文菜单文案(自动按浏览器语言选择)。

order 与 ascendingzh 开头使用中文,否则英文)@match 限定只在特定 Discourse 论坛运行,避免干扰其他站点该脚本仅在以下域名上运行:
https://meta.discourse.org/*https://linux.do/*https://idcflare.com/*https://www.nodeloc.com/*https://meta.appinn.net/*https://community.openai.com/*https://community.cloudflare.com/*https://community.wanikani.com/*https://forum.cursor.com/*https://forum.obsidian.md/*https://forum-zh.obsidian.md/*https://www.uscardforum.com/*order 与 ascending 参数,并跳转到目标排序。GM_registerMenuCommand 注册菜单命令,提供多个排序选项。order 和 ascending 查询参数,然后通过 window.location.assign(...) 导航。navigator.language 以 zh 开头时使用中文,否则使用英文。适配现代浏览器的 Tampermonkey/Violentmonkey,适用于基于 Discourse 的论坛网站。
🏷️ UTags - 为链接添加用户标签
🔄 Discourse 话题快捷切换器
🔗 链接助手
🔍 查找适用于当前网站的脚本
MIT License - 详见仓库中的 LICENSE 文件。
欢迎提交 Issue 与 Pull Request!