Greasy Fork is available in English.

9anime Bingewatcher+ Prime

AutoPlay and auto-fullscreen 9anime Vidstream videos

Verzia zo dňa 05.11.2020. Pozri najnovšiu verziu.

Autor
drhouse
Hodnotenie
0 0 0
Verzia
2.0
Vytvorené
18.04.2020
Aktualizované
05.11.2020
Veľkosť
2,8 KB
Licencia
neuvedené
Spustiť na

Tested on Chrome & Tampermonkey, (Firefox / ViolentMonkey incompatible)


9anime BingeWatcher+
Automatically plays Vidstream videos in auto-fullscreen, skip opening titles hotkey (advance 90s forward).

News 11/5/20: Starting a major 2.0 revision, ongoing changes

Re-starting this project after getting a new computer, I have got auto-fullscreen working and hotkey (either 'V' or 'numpad 0') to skip opening titles hotkey (advance 90s forward). This script works only on 'Vidstream' source videos for the moment. It's recommended, for the time being, that when reaching the end of an episode and credits start to play, one can either tap 'V' or 'numpad 0' a few times to reach the video end and the next episode will automatically load. I am considering using the numpad keys for all hotkeys as 9anime has its own native hotkeys which causes overlap and confusion (Bingwatcher+ hotkeys work when the video has focus, native 9anime hotkeys work when the background page has focus).

9anime is actively working to make it difficult for userscripts to be made, they implemented anti-devtools (Chrome Developer Tools) code, so that opening devtools causes the video to automatically unload and all console.log messages to be erased. I've found a workaround, so the project can continue.

Current Features:
► autoplays
► fullscreen
► jump forward
► auto-advances to next episode when the video ends

Hotkeys:
      V - forward 90 seconds
Numpad0 - forward 90 seconds

|-[----------| L |----------------------------------------------------------------]-----|

You may visualize how an anime timeline works as above (will be more useful as features increase:
| - real start, [ - skip id intro, L - skip opening titles, ] - end credits, | - real end

Reference:
id intro = short company intro, at video start (if exists), around 10 seconds
opening titles = long animation/music sequence, at any time, around 90 seconds

Pressing [ V ] or [ numpad 0 ] skips forward 90 seconds:
I've found the modern industry standard for most anime show's opening titles is exactly 90 seconds, the time it starts playing often varies from episode to episode within the same series.
This is why pressing the hotkey as soon as the opening titles start is a perfect way to skip it, whenever it may appear.

► The video player should have focus for hotkeys to work (script does auto-focus the player when it first auto-fullscreen's). If the video player does not have focus, regular 9anime hotkeys will probably work instead.

► If you don't want auto-fullscreen, comment out this line:
// openFullscreen(elem);