Migliora l'interfaccia e la funzionalità di Greasy Fork: aggiunge icone agli script, una barra degli strumenti HTML completa per scrivere descrizioni e commenti, un pulsante di download diretto degli script e un traduttore AI.
Better Greasy Fork fetches the icon for each script and displays it next to the title, whether in script lists (homepage, search, author's profile) or in the header of the script's own page.
It's fully automatic! Just browse Greasy Fork and watch the icons appear, making visual identification of your favorite scripts much faster. To optimize speed, the icons are cached, so they load instantly on subsequent visits.
A complete HTML toolbar is added to all text boxes that support formatting. This includes creating or editing script descriptions, comments, feedback, or discussion posts.
code, horizontal lines, collapsible sections, and center text.
When visiting the Code tab of any script, a new buttonwill appear at the top of the code box.
Clicking this button will download the .user.js file directly to your computer, ready to use as you wish.
@bgf
A set of new metadata tags has been introduced that authors can add to their scripts to integrate with Better Greasy Fork. This allows for much greater customization of the script page for users who have Better Greasy Fork installed.
@bgf-colorLT and @bgf-colorDT@bgf-colorLT sets the description color for the light theme, and @bgf-colorDT sets the description color for the dark theme. This allows the script page to match the script's own visual identity.
@bgf-copyright@bgf-compatible@bgf-social@bgf-colorLT: use only one of the following color formats#hex | rgb(0, 0, 0) | rgba(0, 0, 0, 0) | hsl(0, 0%, 0%) | hsla(0, 0%, 0%, 0).
@bgf-colorDT: use only one of the following color formats#hex | rgb(0, 0, 0) | rgba(0, 0, 0, 0) | hsl(0, 0%, 0%) | hsla(0, 0%, 0%, 0).
@bgf-compatible: accepts onlybraveormobile, or both together, separated by a commabrave, mobile.
@bgf-copyright: must follow the format[text](https://gist.github.com/*).
@bgf-social: accepts the following addresses: Instagram, Facebook, X/Twitter, Youtube, Bilibili, TikTok, DouYin, GitHub, and LinkedIn
@bgf-compatible does not replace `@compatible`; it just complements it.// ==UserScript==
// @bgf-colorLT #6a9955
// @bgf-colorDT rgb(106, 153, 85)
// @bgf-compatible brave, mobile
// @bgf-copyright [2025 Example. All Rights Reserved.](https://gist.github.com/*example*)
// @bgf-social https://www.instagram.com/*, https://www.youtube.com/*, https://github.com/*, https://www.linkedin.com/*
// ==/UserScript==