Personal UserScripts for various websites.
A userscript is a small JavaScript program that runs on web pages, allowing users to modify their functionality or appearance. These scripts are commonly used to enhance user experience, automate tasks, or remove unwanted elements from websites.
To use userscripts, you need a browser extension that can manage them. Follow these steps:
First, install a userscript manager extension for your browser:
- Chrome / Edge / Brave / Opera → Violentmonkey
- Firefox → Violentmonkey
- Safari → Tampermonkey
Once you have a userscript manager installed, follow these steps:
- Open the userscript file or the raw URL of the script.
- Your userscript manager should automatically detect it and show an "Install" button.
- Click "Install" to add the script to your manager.
- Make sure the script is enabled in the userscript manager.
- Visit the websites where the script is intended to run.
- The script should now be active!
- To enable/disable a script, use the userscript manager dashboard.
- To remove a script, delete it from the manager.
- The script isn't working? Ensure it's enabled and that it's designed for the website you're visiting.
- Conflicts with other scripts? Disable other userscripts to check for conflicts.