Remove empty div, post adblock
leingpt.ru/chat/ by Igor20264
Details
AuthorIgor20264
LicenseNo License
Categoryleingpt.ru/chat
Created
Updated
Size291 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name leingpt.ru/chat/ - март 2024 г.
@version 20240310.07.05
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://leingpt.ru/chat/") {
.ad-block,
.newmsg,
.info23,
.infobar,
.leinlogo {
display: none;
}
.buttontop {
margin-top: 0px;
}
}