Skip to content

Instantly share code, notes, and snippets.

View ElGatoSaez's full-sized avatar
🙄

Sebastián Sáez ElGatoSaez

🙄
View GitHub Profile
@ElGatoSaez
ElGatoSaez / antiborder.js
Last active September 2, 2023 03:04
userscript to remove curved borders on youtube
// ==UserScript==
// @name YouTube Border Radius Remover
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Removes border-radius from the YouTube player element
// @author ElGatoSaez
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==