NguyenTran44 / Demo 1

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


(function() {
    alert("hello!");
})();