Greasy Fork镜像 is available in English.

youtube profile picture hd

view youtube profile picture in high resolution

Installera detta skript?
Författaren's rekommenderade skript

Du kanske också gillar YouTube redirect to mobile.

Installera detta skript
// ==UserScript==
// @name        youtube profile picture hd
// @namespace   youtube profile picture hd
// @match       https://yt3.googleusercontent.com/ytc/*=s*
// @match       https://yt3.googleusercontent.com/*=s*
// @run-at      document-start
// @grant       none
// @version     1.4
// @description view youtube profile picture in high resolution
// ==/UserScript==

(function () {
    'use strict';
    const currentUrl = window.location.href;
    const newSize = 5000; // Define the new size here
    const sizeRegex = /=s\d+/; // Match the size parameter
    const newUrl = currentUrl.replace(sizeRegex, `=s${newSize}`);
    if (currentUrl !== newUrl) {
        window.location.replace(newUrl);
    }
})();
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

注册一下就行

Rainyun

一年攒够 12 元