Youtube Auto Quick Buffer

Quickens the bufferer on all Youtube videos

目前为 2015-02-07 提交的版本。查看 最新版本

// ==UserScript==
// @name         Youtube Auto Quick Buffer
// @namespace    http://userscripts.org/users/zackton
// @description  Quickens the bufferer on all Youtube videos
// @include      *.youtube.com/watch?v=*
// @run-at       document-end
// @grant        none
// @version      1.2
// ==/UserScript==

var add = document.URL.indexOf("&gl=CA");
if (add === -1) {
	window.location = document.URL + "&gl=CA";
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址