makes the dojo full size, removes sidebar
i combine with dojo dark 2
Full Size Dojo by gen3vra
Details
Authorgen3vra
LicenseMIT
Categoryuserstyles
Created
Updated
Size462 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 Full Size Dojo
@version 20220326.13.19
@namespace userstyles.world/user/gen3vra
@description makes the dojo full size, removes sidebar
i combine with dojo dark 2
@author gen3vra
@license MIT
==/UserStyle== */
@-moz-document domain("www.hyunsdojo.com") {
#dforumlist{
width: 100% !important;
}
#profile_top{
display: none;
}
#profile_top_footer{
display: none;
}
#dforumside{
display: none;
}
}