Skip to content

Instantly share code, notes, and snippets.

@gen3vra
Created March 27, 2022 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gen3vra/8e80e3b446f90153fa3be797b70c395e to your computer and use it in GitHub Desktop.
Save gen3vra/8e80e3b446f90153fa3be797b70c395e to your computer and use it in GitHub Desktop.
/* ==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;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment