test script
// ==UserScript==
// @name test
// @namespace fuuYeah
// @version 0.1.1
// @description test script
// @author @fuuYeah / Lukasz Kowalski
// @include http*wykop.pl*
// @grant none
// @run-at document-end
// ==/UserScript==
(function() { GM_log("Hello World"); })()