A Tampermonkey Script to Show all File Types in a Graph (Except for Image File Types as the Image Sizes Vary Too Much)
Lists The File Type, Amount of Files of Said Type, the Amount of Space Used by That File Type.
The Graph is a Donut Chart, and Includes All File Types Excluding Image File Types.
// @match https://github.com/YOUR_USERNAME/*
const GITHUB_TOKEN = 'YOUR_GITHUB_TOKEN';
