Removes pestering "Upgrade to Business Edition" button
Remove pestering "Upgrade/Upsell" button by Erickbarrera
Details
AuthorErickbarrera
LicenseNo License
Categorylocalhost:9000
Created
Updated
Size556 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Make sure to install for the domain of your portainer instance.
Source code
/* ==UserStyle==
@name Remove annoying upgrade button
@version 20230730.18.20
@namespace ?
==/UserStyle== */
@-moz-document domain("50.239") {
button[class="flex w-full items-center justify-center gap-1 py-2 pr-2 hover:underline border border-solid border-blue-9 bg-[#023959] font-medium text-white th-dark:border-[#343434] th-dark:bg-black th-highcontrast:border th-highcontrast:border-solid th-highcontrast:border-white th-highcontrast:bg-black th-highcontrast:font-medium th-highcontrast:text-white"] {
display: none !important;
}
}