您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically pause YouTube HTML5 videos on Youtube
This script will automatically pause videos on Youtube. Works with the HTML5 video player that has been updated in August 2015. This only works on video pages that you open in new tabs or windows, directly navigating (i.e. left clicking) won't automatically pause the video.
This script works based on MutationObserver
s that will recognize when the video has loaded and the play/pause button is available. This means that on slow computers (or when opening a lot of tabs at once) this will likely play a few seconds of the video, but it will pause them more reliably than other more simple methods.