Greasy Fork is available in English.
Full-featured Similar Repos panel for GitHub. Tabs, filters, sort, bookmarks, dismissals, settings, keyboard shortcut and API token support.
GitHub Similar Repos — GreasyFork
Adds a sidebar panel to every GitHub repository page showing
similar and related projects — without ever leaving the page you're on.
When you open any GitHub repository, the script queries
LibHunt
— a curated index of open source projects — to find similar repos. If a match
is found, the results are enriched with live data from the GitHub API: star counts,
last activity date, description, and language.
I've been running this daily for the past week across a wide range of repos
with no issues. LibHunt has been reliable and fast throughout.
The script uses the GitHub API to enrich results with live data. Without a personal
token, GitHub allows 60 requests per hour — enough for casual browsing
but easy to exhaust if you're visiting many repos quickly.
Adding your own token increases this to 5,000 requests per hour and
also unlocks the ability to star repos directly from the panel. The settings panel
includes a direct link to generate one — it takes about 30 seconds and only requires
the public_repo scope.
api.github.com in the Authorization header. It is never logged or shared.@connect headers and are the only outbound requests the script ever makes.libhunt.comapi.github.com
Screenshots of the panel in action are posted above. More improvements are on the way —
this is an active project. If you run into any issues, have suggestions, or just want
to say hi, comments and questions are very welcome below.