00mjk / active-forks

Find active github forks of a repo https://git.io/vSnrC

Home Page:https://techgaun.github.io/active-forks/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

active-forks

Find the active github forks of a project

This project allows you to find the most active forks of a repository.

Find Active Fork

As Bookmarklet

If you would like to use this tool as a bookmarklet, you can do so by saving the following javascript code as the bookmarklet. Since Github doesn't allow javascript in its markdown, you can add it manually. Hit Ctrl+D to create a new bookmark and paste the javascript below into the URL or "Location" entry (you may have to click "More" to see the URL field). Any time you're on a Github repo you can click the bookmarklet and it'll bring up the Active Forks of that repo.

javascript:!function(){if(title=document.title,title)if(thing=title.split(/(GitHub\s-\s)*([^:]*)/)[2],thing){var t="https://techgaun.github.io/active-forks/index.html#"+thing;window.open(t)}else window.alert("Not%20a%20valid%20GitHub%20page")}();

Screenshot

About

Find active github forks of a repo https://git.io/vSnrC

https://techgaun.github.io/active-forks/index.html


Languages

Language:JavaScript 51.1%Language:HTML 48.9%