Back to projectsAutomation script
Serieslan Enhancements
Serieslan enhancement script that automates provider choice and improves readability with persistent visual tweaks.
Context
Built for a streaming site where the repetitive tasks are picking the same provider and adjusting the page to be visually more comfortable.
Problem
Repeating the same provider-selection flow and working around a less comfortable default UI creates friction for regular use.
Solution
The script chooses the preferred provider automatically, remembers that preference, applies a darker background for visual comfort, and exposes its controls through a small settings panel.
Key decisions
- -Combined provider automation with visual comfort instead of treating them as separate scripts.
- -Applied settings immediately on load so the site feels improved before manual interaction.
- -Used persistent preferences so the script gets more valuable over time.
Key features
- -Automatic preferred-provider selection
- -Saved provider preferences
- -Darker background and improved readability styling
- -Real-time configurable settings
- -F2 shortcut for quick access
Results
- -Improves both speed and comfort on a frequently reused site.
- -Shows that browser automation can target UX polish, not just button clicks.
- -Adds another compact but well-targeted streaming enhancement.
Stack
JavaScriptTampermonkeyDOM Manipulation