Some utilities.
indexxx by xiggi
Details
Authorxiggi
LicenseNo License
Categoryindexxx
Created
Updated
Size639 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 indexxx
@version 20240712.11.19
@namespace ?
==/UserStyle== */
@-moz-document domain("indexxx.com") {
body.defaultLayout #footer, #comments-box {
display: none;
}
body.defaultLayout #sidebar {
border: 1px solid transparent;
border-radius: 10px;
}
body.defaultLayout #navCol {
border-radius: 10px;
}
body.defaultLayout #leftCol {
border: 1px solid transparent;
border-radius: 10px;
}
body.defaultLayout {
background: #000;
background-color: #000;
}
.model-snippet-box, #url-box, #model-websites-box, #tagBox, #comments-box {
border: 1px solid transparent;
}
}