1
0
Fork 0
config/chromium-based-browsers/clngdbkpkpeebahjckkjfobafhncgmne/parcels.user.css
2026-04-24 00:45:29 +02:00

16 lines
404 B
CSS

/* ==UserStyle==
@name ParcelsApp focused tracking view
@namespace git.kaki87.net/KaKi87
@version 0.1.0
@description Keeps only the header and tracking details visible on ParcelsApp.
@author KaKi87
==/UserStyle== */
@-moz-document domain("parcelsapp.com")
{
body > *:not(header, #tracking-info),
.usp-container > *:not(.row)
{
display: none;
}
}