little collection of tampermonkey plugins I've programmed for various websites
- Beautify Prog CMS (v2.4) - Removes Closed Submissions
- Hide Sensitive Data (v0.1) - Hide your sensitive data in all SIC-related Course-Management-Systems
- DarkMode Prog CMS (never finished) - Well, it makes the whole cms page... dark!
(Since the development on this has stopped, I recommend this stylus theme, made by Colin Barndt) - Pixle AutoHide Cookie (v0.1) - I hate Angular an some of its immature features, which produce persistent graphical bugs. This plugin is a workaround mitigation of the cookie opt-in of pixle.gg.
- Legals AutoCheck (v0.1) - I'm not the person, who tries to hit these little checkboxes every time. So I made a small and very simple script, that searches for legal checkboxes, which are required. Also, I experimented with the "require" directive of tampermonkey.
- Vulnbox Flag Hide (v0.1) - I programmed a small challenge service, for which I host(ed) a vulnbox for testing purposes. Everytime I present this to someone who plans to try the challenge, I want to hide the flag, which is visible in the admin dashboard.
- Download Tampermonkey for your browser (here)
- Enable Tampermonkey
- Go to the Utilities tab
- Download project files as
.zip
(current version) - Extract zip-file
- Press "Select File" in tampermonkey (you can find it in "File" Section)
- Now select the
.js
file, you've extracted from the zip-file and which you wish to install - Press install
- You're done
There are some known issues with these plugins. But since I don't program them for a public audience, I don't focus on user-friendly usability. Please note that, if you plan to re-factor or use some of these plugins. Thanks.