luluu9 / Rozbudowa cegielni

// ==UserScript==
// @name         Rozbudowa cegielni 
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://pl136.plemiona.pl/game.php?village=42668&screen=main
// @grant        none
// @licence      MIT
// ==/UserScript==

(function() {
    'use strict';
        console.log("dziala w pipke")
})();