Removes tomo dialogue
Flight Rising - Compact Tomo by werewire
Details
Authorwerewire
LicenseCC0 - Public Domain
Categoryflightrising.com
Created
Updated
Size346 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 Flight Rising - Compact Tomo
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Removes tomo dialogue
@author Werewire
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/trading/trivia") {
.tomo-dialog, .tomo-result-dialog {
display:none;
}
}