- Google Drive Pane Hider install
- Google Drive Resize Sidebar install
- HN Simple Tree install
- Whatsapp Blur / Privacy install
- Whatsapp Toggle Sidebar install
- Youtube Convenient Show less install
- Youtube Audio and Caption Shortcut install
- Silly Dark Mode install
- Class Picker (for my uni) install
- Add Video Controls on Instagram
- Dark Mode
- Disable YouTube Music AutoPause
- Discord No Title Bar
- HN Avatars in 396 bytes
- Return YouTube Dislike
- WhatsApp Right-Click Dropdown Menu
- YouTube Music Exponential Volume
- YouTube: always show a progress bar
Just select the script the script (including the javascript:) and drag to your browser's bookmark tab
Github Show Absolute Time
javascript: document.querySelectorAll("div[class='react-directory-commit-age']").forEach(d => { d.style.display = "flex"; d.style.flexDirection = "column"; d.appendChild(document.createTextNode(/.*\d{4}/i.exec(d.firstChild.getAttribute("title"))))});