Removes the Descriptions of Digging Sites; enables you to click the site you want without scrolling. ( Flight Rising )
Archaeology Condensed by airazon
Details
Authorairazon
LicenseCC Zero
Categoryhttps://www1.flightrising.com/trading/archaeology/dig-sites
Created
Updated
Size466 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Works on PC Google Chrome on Microsoft OS, untested on everything else.
Source code
/* ==UserStyle==
@name [FR] Archaeology Condensed
@namespace https://userstyles.world/user/airazon
@version 1.0.0
@description Removes the Descriptions.
@author Airazon
==/UserStyle== */
@-moz-document url-prefix("https://www1.flightrising.com/trading/archaeology/dig-sites") {
.archaeology-dig-site-index-row-details {
display: none;
}
#archaeology-dig-site-index {
display: flex;
}
}