Removes redundancies to focus better.
rewordify - home page (focus) by iarmankarimi
Details
Authoriarmankarimi
LicenseMIT
Categoryuserstyles
Created
Updated
Size694 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 rewordify - home page (focus)
@version 20211213.18.42
@namespace userstyles.world/user/iarmankarimi
@description Removes redundancies to focus better.
@author iarmankarimi
@license MIT
==/UserStyle== */
@-moz-document url-prefix("https://rewordify.com/index.php") {
/* Home page (main page) */
#contentborder {
max-width: 100%
}
#contentborder > div.interactivepagecontent {
margin: 0px
}
#yellowbox {
padding: 10px 25px
}
#subheaderback,
#headerback,
#learnmain,
#learnannounce,
#learnprogress,
#splashtext,
#fix,
#djad02,
#djad03,
#whoa,
#contentborder > p,
#contentborder > form:nth-child(20),
#footer {
display: none
}
}