_Test

test

// ==UserScript==
// @name         _Test
// @namespace    mailto:[email protected]
// @version      0.6
// @description  test
// @author       Zuzana Nyiri
// @match        */admin/*
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
 $(".navigation").prepend('Test userscript verze ' + GM_info.script.version);
//nový kód
})();