Removes the anime girls in the bottom right corner.
bye bitch by lexyeevee
Details
Authorlexyeevee
LicenseCC Zero
Categorycatbox.moe, catbox
Created
Updated
Size319 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 bye bitch
@version 20211206.03.43
@namespace userstyles.world/user/lexyeevee
@description Removes the anime girls in the bottom right corner.
@author lexyeevee
@license CC Zero
==/UserStyle== */
@-moz-document domain("catbox.moe") {
div.image {
display: none;
}
}