Enhances Greasy Fork's interface and functionality: adds script icons, a full HTML toolbar for writing descriptions and comments, a direct script download button, metadata customization, and an AI translator.
< Feedback on Better Greasy Fork
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?