Skip to content

Clean Mousehunt by greytyphoon

Screenshot of Clean Mousehunt

Details

Authorgreytyphoon

LicenseMIT

Categorymousehuntgame.com

Created

Updated

Size1.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Provides a simplified, cleaner UI for the Mousehunt game.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Clean Mousehunt
@version      20241104.00.31
@namespace    https://userstyles.world/user/greytyphoon
@description  Provides a simplified, cleaner UI for the Mousehunt game.
@author       greytyphoon
@license      MIT
==/UserStyle== */

@-moz-document domain("mousehuntgame.com") {
.mousehuntHeaderView-gameBanner,
.mousehuntHeaderView-newsTicker,
.mousehuntHud-gameInfo,
.menuItem.myProfile,
.menuItem.chat,
.menuItem.premiumShop,
.menuItem.superBrie,
.menuItem.community,
.menuItem.support,
.pageSidebarView,
.pageFrameView-footer,
.mousehuntHud-menu .friends .community_maps,
.mousehuntHud-menu .friends .send_supplies,
.mousehuntHud-menu .friends .tournament_scoreboards,
.mousehuntHud-menu .kingdom .forum,
.mousehuntHud-menu .kingdom .scoreboards,
.mousehuntHud-menu .kingdom .discord_server,
.mousehuntHud-menu .kingdom .guide,
.mousehuntHud-menu .kingdom .feedback_friday,
.mousehuntHud-menu .kingdom .merch_store,
.itemView-sidebar-socialContainers,
.itemView-sidebar-socialContainer,
.journalactions
{ display: none; }

/* In mouse pop-up, fix display of "Your stats" by moving them to the bottom. */
.mouseView-descriptionContainer,
.mouseView-statsContainer { width: unset; }

/* In the bar at the top, align "Settings" to the left. It's the only button left on the right. */
.mousehuntHeaderView-dropdownContainer { position: unset; }

/* Remove the space meant for the right-hand column in the overall page template. */
.pageFrameView { grid-template-columns: [first] auto [content-start] 760px [sidebar] 0 [content-end] auto [last]; }
}

Reviews

No reviews yet.