Skip to content

[FR] Archaeology Condensed by Airazone

Screenshot of [FR] Archaeology Condensed

Details

AuthorAirazone

LicenseCC Zero

Categoryflightrising

Created

Updated

Size580 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the Descriptions, condenses the display.

Notes

Tested & Works with/in Stylus, Google Chrome, and Windows 10 OS.

Source code

/* ==UserStyle==
@name           [FR] Archaeology Condensed
@namespace      userstyles.world/user/Airazone
@version        2.0
@description    Removes the Descriptions, condenses the display.
@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;
        flex-wrap: wrap;
    }
    .archaeology-dig-site-index-row-image {
        width:170px;
    }
}

Reviews

No reviews yet.