改進 Greasy Fork镜像,在標題旁顯示腳本圖示,新增 HTML 工具列以支援評論與描述,並在程式碼頁面提供按鈕,可直接下載 “.user.js” 檔案。同時透過中繼資料增強頁面,包含作者自訂的重點顏色、版權資訊與社交圖示等功能。
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.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
what changed in this version i see no changes in the code?