Greasy Fork镜像 还支持 简体中文。

youtube profile picture hd

view youtube profile picture in high resolution

目前為 2023-12-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name        youtube profile picture hd
// @namespace   youtube profile picture hd
// @match       https://yt3.googleusercontent.com/ytc/*=s1*
// @match       https://yt3.googleusercontent.com/*=s1*
// @run-at document-start
// @grant       none
// @version     1.2
// @author      Rishabh
// @description view youtube profile picture in high resolution
// ==/UserScript==
(function () {
var currentUrl = window.location.href;
var newUrl = currentUrl.replace("=s1","=s50");
window.location.href = newUrl;
})();

QingJ © 2025

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