你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/552737-better-greasy-fork/discussions/312708,源站連結 點此以跳轉。
通过此功能包提高 Greasy Fork 的可用性:添加标识符图标、用于编辑描述/评论的完整 HTML 工具栏以及直接下载按钮。还包括页面内容的 100 多种语言翻译功能,并允许通过元数据进行高级自定义。旨在使脚本导航和管理更加实用和有条理的技术工具。
In version 1.1, I focused on adding optimization and customization features for users.
🔄️ Force UpdateThis feature forces the update of cached values (such as icons) without having to wait for the programmed 30-day period.
So, if you change your script’s icon or any metadata, you’ll see the update immediately on your page without manually clearing the cache — just click the button.
Now, Better Greasy Fork allows you to style your userscript page using exclusive metadata.
Simply add them to your script and be a Better Greasy Fork user:
// ==UserScript== // @bgf-colorLT // @bgf-colorDT // @bgf-compatible // @bgf-copyright // @bgf-social // ==/UserScript==
In item 5 of this script’s description, I explained in more detail what each of these metadata entries does and how they work.
Force the update using the new button in the menu, then take a look at the homepage of Better Greasy Fork.
You’ll notice that the color of my description card is no longer the default one — it now automatically changes according to the browser’s theme, thanks to the declared metadata.
I’ve also added new information fields such as “Social” and “Copyright”, along with two new compatibility platforms that didn’t exist before: Brave and Mobile.
what changed in this version i see no changes in the code?