Fakirdebrid VIP Auto Helper

Automatically downloads files from compatible file hosts through Fakirdebrid using your VIP account

À partir de 2021-01-18. Voir la dernière version.

Auteur
drhouse
Évaluations
0 0 0
Version
2.4
Créer
2020-04-18
Mis à jour
2021-01-18
Taille
12,1 ko
Licence
S/O
S'applique à

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


9anime BingeWatcher+
Automatically plays Vidstream and MyCloud videos in auto-fullscreen, skip opening titles hotkey (advance 90s forward), skip to next episode.
movies7.to - script also happens to be compatible with this free streaming movie/tv site cuz it uses Mycloud to host videos

News 11/24/20: v2.3 added hotkey 'N' - skip to next episode
News 11/5/20: v2.2 now works on MyCloud videos
News 11/5/20: Starting a major 2.0 revision, ongoing changes

Note: please enable the '☑ Auto Play + ☑ Auto Next' checkboxes at the bottom of the 9anime video player for best results, set video source to 'Vidstream' (default) or MyCloud
      

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) and (numpad 6 or 'N') skip to next episode. This script works only on 'Vidstream' and 'MyCloud' source videos, but not 'Streamtape' for the moment. When reaching the end of an episode and credits start to play, one can press 'numpad 6' or 'N' 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:
► auto-fullscreen
► skip forward 90s
► skip to next episode

Hotkeys:
      V - forward 90 seconds
      N - skip to next episode
Numpad0 - forward 90 seconds
Numpad6 - skip to next episode 

|-[----------| V/0 |----------------------------------------------------------------]-----|

You may visualize how an anime timeline works as above (will be more useful as features increase):
| - real start, [ - skip id intro, V/0 - 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.

Pressing [ N ] or [ numpad 6 ] skips to next episode:
This hotkey jumps the player to the end of the current video, so that 9anime's native feature, which automatically loads the next episode upon reaching the end of the current episode, is activated.


► 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);