Untitled - MARKUP 0.61 KB
                                
                                    // ==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';
    $(`<style>
.chat-plug{
display:none;
}

.chat-size-1 .layer.interface-layer .main-column.left-column{
width:250px;
box-shadow: 0 0 10px 1px black;
height:50%;
}

body{
background: url(../img/gui/chat-powtarzalny-podklad.png) -500px 0px;
}
</style>`).appendTo('head');
})();
                                
                            

Paste Hosted With By Wklejamy.pl