Back to projectsAutomation script

AnimeFLV Enhancements

Tampermonkey enhancement for AnimeFLV that automates provider selection and adds faster navigation controls.

Context

Built as a quality-of-life script for a streaming workflow where the same provider and navigation actions are repeated on every episode.

Problem

Choosing the preferred video provider and navigating long pages by hand adds unnecessary clicks when the user repeats the same viewing flow over and over.

Solution

The script auto-selects the preferred provider, remembers that preference across sessions, offers a quick provider menu, and adds a floating Page Up control for faster navigation.

Key decisions

  • -Persisted provider preferences so the script improves the workflow after the first use.
  • -Added both automation and a manual quick-access menu instead of forcing a single behavior.
  • -Included keyboard access for settings to keep the script lightweight but configurable.

Key features

  • -Automatic preferred-provider selection
  • -Saved settings across sessions
  • -Quick provider access menu
  • -Floating Page Up navigation button
  • -F2 settings shortcut

Results

  • -Reduces repetitive clicks on a site used episode after episode.
  • -Shows practical DOM automation around a concrete viewing workflow.
  • -Adds a smaller but polished browser-enhancement example to the portfolio.

Stack

JavaScriptTampermonkeyDOM Manipulation

Links