Mult Fan: Sort Seasons

On mult-fan.tv, seasons are sorted in reverse order (last to first). This script changes the order to the more convenient format: from first to last.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Autor
boggur
Instalări zilnice
0
Total instalări
1
Rating-uri
0 0 0
Versiune
1.0.0
Creat
17-01-2026
Actualizat
17-01-2026
Size
1,68 KB
Licență
MIT
Se aplică pe

Mult Fan: Sort Seasons

On mult-fan.tv, seasons are displayed in reverse order (from last to first), which is inconvenient when watching a series in sequence.

This userscript automatically reorders seasons from first to last, making navigation more intuitive and comfortable.


Features

  • Sorts seasons in correct chronological order
  • Works automatically on page load
  • Lightweight and fast
  • No dependencies
  • Safe DOM-only modification

How It Works

The script:

  1. Finds the seasons container (#otherSeasons)
  2. Reads all season elements
  3. Sorts them numerically
  4. Re-inserts them in the correct order

Supported Website