wklejamy.pl website for sale. You are interested in. Please contact. wklejamy@gmail.com
Click to buy coffe
Untitled
Guest 60 15th Nov, 2023
// ==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');
})();
To share this paste please copy this url and send to your friends
RAW Paste Data