16 lines
404 B
CSS
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;
|
|
}
|
|
}
|