just private test module
As of
ეს სკრიპტი არ უნდა იყოს პირდაპირ დაინსტალირებული. ეს ბიბლიოთეკაა, სხვა სკრიპტებისთვის უნდა ჩართეთ მეტა-დირექტივაში // @require https://update.greatest.deepsurf.us/scripts/490056/1344273/test-module.js.
// ==UserScript==
// @name test-module
// @namespace http://tampermonkey.net/
// @version 0.0.1
// @description just private test module
// @author You
// @match https://example.com/
// @grant none
// @run-at document-start
// @license MIT
// ==/UserScript==
await (async function() {
console.log(GM_info.script.version);
})();