Skip to content

Instantly share code, notes, and snippets.

@esdraslov
Created November 28, 2022 18:40
Show Gist options
  • Save esdraslov/e65850f0fcb74b10022d1d805349c362 to your computer and use it in GitHub Desktop.
Save esdraslov/e65850f0fcb74b10022d1d805349c362 to your computer and use it in GitHub Desktop.
alert
// ==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