YachnikScript

try to take over the world!

Versión del día 14/2/2020. Echa un vistazo a la versión más reciente.

// ==UserScript==
// @name         YachnikScript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        http://*/*
// @grant        none
// ==/UserScript==

(function() {

    console.log("Hello");
})();