Disable the alert image for the gem discount among other things.
Flight Rising Disable Link Alert by MohenjoDaro
Details
AuthorMohenjoDaro
LicenseCC-BY-NC-SA-4.0
Categoryflightrising
Created
Updated
Size236 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 Disable Link Alert
@version 20231128.22.05
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com") {
.common-nav-item-alert
{
display: none;
}
}