Disable YouTube 60 FPS (Force 30 FPS)

Tells YouTube that your browser only supports videos at 30FPS or less, which switches all 60FPS videos to 30FPS and allows old computers to watch high-resolution videos without stutter!

< Обсуждения Disable YouTube 60 FPS (Force 30 FPS)

Отзыв: Плохой — скрипт не работает

It does what it said it does; prevents youtube videos from playing at 60fps... along with preventing playback at more than 720p :(

That is because there is no 1080p 30FPS video, if there is a 1080p 60 FPS video. The script only prevents the 60 FPS, so if there is no 1080p 30FPS video, you won;lt be seeing that resolution. Even if there was in the past, youtube has deleted them.

The only way now for a video to have 1080p at 30FPS, is for the uploader to not choose the 60 FPS option when uploading it.

to RE-ENABLE 60fps after that fucking script you must:
1. Install script again.
2. change function "createNewTypeChecker" like this:

var createNewTypeChecker = function(originalChecker, fnQueryCallback, debugQueries, debugCallstack) {
return function(videoType) {
// Let the browser answer all other codec queries.
return originalChecker(videoType);
};
};

3. make sure youtube works normally again
4. remove that script forever

Ответить

Войдите, чтобы ответить.