Created
November 28, 2022 18:40
-
-
Save esdraslov/e65850f0fcb74b10022d1d805349c362 to your computer and use it in GitHub Desktop.
alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name alert videos | |
// @name:pt-br alerta de videos | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author esdraslov | |
// @match https://www.youtube.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
alert("new videos loaded!") | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment