Skip to content

remove welcome by ndxbn

Screenshot of remove welcome

Details

Authorndxbn

LicenseCC0

Categoryuserstyles

Created

Updated

Size610 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

remove "welcome card"

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         etro.gg tall
@version      20230413.10.55
@namespace    userstyles.world/user/ndxbn
@description  remove welcome card, that makes to display more gearsets.
@author       ndxbn
@license      CC0
==/UserStyle== */

@-moz-document domain("etro.gg") {
.etro-about-wrapper {
    display: none;
}
.gearset-list-wrapper {
    margin: 0;
}
.gearset-list-wrapper {
    padding: 10px;
}
#etro-ad-home-top {
    display: none;
}
#etro-ad-gearset-top {
    display: none;
}
}

@-moz-document domain("ffxiv-the-hunt.net") {
#wellcome {
    display: none ;
}
.ads-grid {
    display: none;
}
}

Reviews

No reviews yet.