work

test

Από την 26/02/2023. Δείτε την τελευταία έκδοση.

// ==UserScript==
// @name         work
// @namespace    http://tampermonkey.net/
// @version      0.1
// @license      MIT
// @description  test
// @author       fc
// @match        *://*
// @grant        none
// ==/UserScript==

(function () {
	"use strict";
	console.log('hello');
})();