Skip to content

DHL Paket Tracking Uncluttering by xrstf

Details

Authorxrstf

LicenseNo License

Categorydhl

Created

Updated

Size653 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the DHL tracking information page much easier to use by hiding the giant hero banner.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         DHL Paket Tracking Uncluttering
@version      20220520.12.24
@namespace    userstyles.world/user/xrstf
@description  Makes the DHL tracking information page much easier to use by hiding the giant hero banner.
@author       xrstf
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.dhl.de/de/privatkunden.html") {
/* corona warnung */
.header-info {
    display: none;
}

footer {
    display: none;
}

/* gigantic image */
.dhl.redesign.isHomepage {
    display: none;
}

/* hide a lot of crap */
.responsivegrid {
    display: none;
}

.responsivegrid:nth-child(2) {
    display: block;
}
}

Reviews

No reviews yet.