您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
custom Yu Yu Hakusho version, skips 30s intro recap and end credits, auto-advances to next episode, turns series into one long movie
当前为
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;
}