// ==UserScript== // @name MiniChat // @namespace http://tampermonkey.net/ // @version 0.1 // @description duży czat => mały czat // @author kacpi // @match https://nubes.margonem.pl/ // @grant none // ==/UserScript== (function() { 'use strict'; $(``).appendTo('head'); })();