https://github.com/paulgamerboy101/github-all-files-in-graph
A Tampermonkey Script to Show all File Types in the Graph (Except for Image File Types as the Image Sizes Vary Too Much)
https://github.com/paulgamerboy101/github-all-files-in-graph
github-customization tampermonkey tampermonkey-script tampermonkey-scripts tampermonkey-userscript userscript userscripts
Last synced: 14 days ago
JSON representation
A Tampermonkey Script to Show all File Types in the Graph (Except for Image File Types as the Image Sizes Vary Too Much)
- Host: GitHub
- URL: https://github.com/paulgamerboy101/github-all-files-in-graph
- Owner: PaulGamerBoy101
- Created: 2025-05-15T19:42:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T19:55:36.000Z (about 1 year ago)
- Last Synced: 2025-09-10T12:22:14.338Z (9 months ago)
- Topics: github-customization, tampermonkey, tampermonkey-script, tampermonkey-scripts, tampermonkey-userscript, userscript, userscripts
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Github: All Files in Graph
> A Tampermonkey Script to Show all File Types in a Graph (Except for Image File Types as the Image Sizes Vary Too Much)
## The Table:
Lists The File Type, Amount of Files of Said Type, the Amount of Space Used by That File Type.
## The Graph:
The Graph is a Donut Chart, and Includes All File Types Excluding Image File Types.
### In Order to Use:
* #### Replace the Entry in @match to Have Your Username:
``` // @match https://github.com/YOUR_USERNAME/* ```
* #### Replace the Item in the Following Entry With Your Github Token:
``` const GITHUB_TOKEN = 'YOUR_GITHUB_TOKEN'; ```
## Screenshot:
