Disables the annoying sidebar on the right.
Disable right bar. by unixtreme
Details
Authorunixtreme
LicenseNo License
Categorygenshin-impact-map.appsample.com
Created
Updated
Size298 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 ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("genshin-impact-map.appsample.com") {
[class='MapLayout_Rightbar '] {
display: none;
}
}