Скрывает чат, меняет цвет.
yobit.net, yobit.io by zanevu
Details
Authorzanevu
LicenseNo License
Categoryyobit.net
Created
Updated
Size594 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Если центральная часть обрезана измените % где 82.
Source code
/* ==UserStyle==
@name yobit.net, yobit.io
@version 20220620.12.28
@namespace userstyles.world/user/zanevu
@description Скрывает чат, меняет цвет. Если центральная часть обрезана измените % где 82.
@author zanevu
@license No License
==/UserStyle== */
@-moz-document domain("yobit.io"), domain("yobit.net") {
body {
filter: invert(80%) hue-rotate(180deg) brightness(150%);
}
path[stroke='#000000'] {
stroke: #d6d6d6;
}
.right_bar {
display: none;
}
.center_box {
width: 82%;
}
}