You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This extension is still a proof of concept and has the following limitations:
It is limited to Public repositories only.
It is limited to repositories with 10 or less pull requests.
GitHub has a rate limit of 60 requests per hour. Usually same requests are cached but if you want to check multiple files in different repositories, you can quickly "run out" of requests.
Most of the limitations above are there only because I wanted to save time and focused on solving the core idea behind the extension.
Demo
Running locally
Chrome
Go to chrome://extensions/ page.
Toggle “Developer mode” in the upper right corner.
Click the “Load unpacked” button.
Select the source directory.
Firefox
Open the source directory.
Make an archive containing all files within the directory.
Open Firefox and go to about:debugging#/runtime/this-firefox page.
Click the “Load Temporary Add-on...” button.
Select the archive created on step 1.
Contributions
You're more than welcome to contribute. There are several things you can do: