GitHub Unfollower Viewer Script

Description

This is a browser script that adds a "Scan Unfollowers" button to user profile pages on GitHub. When clicked, it scans the user's followers and following lists and displays a list of users who do not follow them back in a clean, easy-to-read modal window.

How to Use

  1. Navigate to GitHub: Go to any user's profile page on GitHub (e.g., https://github.com/some-user).
  2. Open Developer Console: Open your browser's developer console. You can usually do this by pressing F12, or right-clicking on the page and selecting "Inspect," then choosing the "Console" tab.
  3. Run the Script: Copy the code from the box below and paste it directly into the developer console, then press Enter.
  4. Scan for Unfollowers: A "Scan Unfollowers" button will appear on the profile page. Click it to start the scan and see the results.
View the script on GitHub

Disclaimer

Use this script at your own risk. Automating actions on GitHub may be against their terms of service. Rapidly sending requests could lead to temporary rate-limiting or, in rare cases, account suspension.