Greasy Fork

9anime Bingewatcher+ (Yu Yu Hakusho Mod)

custom Yu Yu Hakusho version, skips 30s intro recap and end credits, auto-advances to next episode, turns series into one long movie

目前为 2021-03-09 提交的版本。查看 最新版本

作者
drhouse
评分
0 0 0
版本
1.0
创建于
2021-03-09
更新于
2021-03-09
大小
3.5 KB
许可证
暂无
适用于

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


9anime BingeWatcher+ (Yu Yu Hakusho Mod)

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
      

Being a fan of Hunter x Hunter, I decided to try out Yu Yu Hakusho, but with over 100 episodes got tired of having to manually skip the same things every time...
So, I made a script for watching Yu Yu Hakusho, where for each episode, it will automatically skip the starting 30 second recap (going straight to the main story) and will skip the end credits, auto-advancing to the next episode... this makes one episode flow into the next like one long movie.

This is a mod of another script I wrote, for other anime titles, check out the standard version, read the info details for usage:
9anime Bingewatcher+


Extra
You can adjust how much the script skips at the start of an episode, I preferred also skipping the 'episode title card', to do this yourself search and change '30' to '35' (seconds):
if (typeof code_happened === 'undefined') {
player.currentTime = current + 30;
window.code_happened = true;
}