hujwdupefirefox
www.example.com/abcd by hujwdupefirefox
Details
Authorhujwdupefirefox
LicenseNo License
Categoryfirr
Created
Updated
Size596 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.example.com/abcd
@version 20250302.13.04
@namespace https://userstyles.world/user/hujwdupefirefox
@description hujwdupefirefox
@author hujwdupefirefox
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.example.com/abcd") {
/* Zmniejsz wysokość paska kart */
#tabbrowser-tabs {
height: 15px !important;
}
/* Zmniejsz wysokość paska narzędzi */
#nav-bar {
height: 15px !important;
}
/* Zmniejsz ikony w pasku narzędzi */
.toolbarbutton-1 {
width: 20px !important;
height: 20px !important;
}
}