Just removes the selector very simple
newworldminimap.com by l-404-l
Details
Authorl-404-l
LicenseNo License
Categorynewworldminimap
Created
Updated
Code size352 B
Code checksum92f86b4e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name newworldminimap.com
@version 20211123.23.23
@namespace userstyles.world/user/l-404-l
@description Just removes the selector *very simple*
@author l-404-l
@license No License
==/UserStyle== */
@-moz-document domain("newworldminimap.com") {
#root > div > div > div.Sidebar {
display: none;
}
}