YachnikScript

try to take over the world!

// ==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");
})();