您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
this script automatically redirects youtube to a proxy.
当前为
// ==UserScript== // @name Youtube auto Proxfree // @description this script automatically redirects youtube to a proxy. // // @include http://www.youtube.com/watch?* // @include https://www.youtube.com/watch?* // @include http://*.youtube.com/watch?* // @include https://*.youtube.com/watch?* // @version 0.0.1.20140607005814 // @namespace https://gf.qytechs.cn/users/2561 // ==/UserScript== GM_xmlhttpRequest({ method: 'POST', url: 'http://eu.proxfree.com/request.php?do=go', data: 'get=' + encodeURIComponent(window.location.href), headers: { 'User-agent': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101 Firefox/13.0', 'Accept': 'application/xml,text/xml', "Content-Type": "application/x-www-form-urlencoded" }, onload: function(responseDetails) { var res = responseDetails.responseText; var premalinks = res.match(/(http:\/\/eu\.proxfree\.com\/permalink\.php\?.*\);)/im); window.location = premalinks[0]; } });
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址