Random fixes on random websites.
Random fixes by fuim
Details
Authorfuim
LicenseNo License
Categoryhentaila, liteloader, gamesradar, quora
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Random fixes
@namespace .
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("hentaila.com") {
.hd {
position: unset;
position: unset;
top: 0;
}
}
@-moz-document domain("liteloader.com") {
.screen {
overflow: auto;
}
}
@-moz-document domain("gamesradar.com") {
.sp-message-open {
margin-top: auto !important;
overflow: auto !important;
left: auto !important;
right: auto !important;
top: auto !important;
bottom: auto !important;
position: unset !important;
}
element {
display: none;
}
}
@-moz-document domain("quora.com") {
.sp-message-open {
margin-top: auto !important;
overflow: auto !important;
left: auto !important;
right: auto !important;
top: auto !important;
bottom: auto !important;
position: unset !important;
}
element {
display: none;
}
html {
overflow:auto
}
}