Hides survey popup, and bottom right bar.
starcraft.fandom.com by alkarnur
Details
Authoralkarnur
LicenseNo License
Categorystarcraft, fandom
Created
Updated
Size354 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 starcraft.fandom.com
@version 20220625.17.56
@namespace userstyles.world/user/alkarnur
@description Hides survey popup, and bottom right bar.
@author alkarnur
@license No License
==/UserStyle== */
@-moz-document domain("starcraft.fandom.com") {
#SurveyModule, #WikiaBarWrapper {
display: none;
}
}