MNG Support

Replaces img, object, embed, and CSS background-image *.mng references with animated canvas elements

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
Denveous
Denně instalací
0
Celkem instalací
1
Hodnocení
0 0 0
Verze
1.0.1
Vytvořeno
30. 03. 2026
Aktualizováno
30. 03. 2026
Size
5,8 KB
Licence
GPL-3.0-or-later
Spustit na
všech stránkách

MNG (Multiple-image Network Graphics) is an animation format from the early 2000s that lost native browser support and was largely forgotten. This script restores it by intercepting any `` pointing to a `.mng` file, fetching it via GM_xmlhttpRequest, parsing the chunk structure manually, and swapping it with an animated canvas — preserving the original element's size and styles. Works on page load and watches for dynamically added images via MutationObserver.