YouTube Childproofing Remover

YouTube without rounded edges on images.

// ==UserScript==
// @name         YouTube Childproofing Remover
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  YouTube without rounded edges on images.
// @author       44nifty
// @match        https://www.youtube.com/
// @icon         https://44nifty.com/userscripts/childproof-remover.ico
// @grant    GM_addStyle
// @license MIT
// @run-at   document-start
// ==/UserScript==

(function() {
    'use strict';
    GM_addStyle ( `
    .style-scope {
        border-radius: 0 !important;
    }
` );
})();

QingJ © 2025

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