Removes the upgrade button from proton!
NO UPGRADE BUTTON by jay_the_stay
![Screenshot of NO UPGRADE BUTTON](https://userstyles.world/preview/20701/0.jpeg)
Details
Authorjay_the_stay
LicenseNo License
Categoryproton.me
Created
Updated
Size337 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 NO UPGRADE BUTTON
@namespace https://git.gay/jaysplace/stylus-tweaks/
@version 0.1.0
@description Removes the upgrade button from proton!
@author Jay the Stay
==/UserStyle== */
@-moz-document domain("proton.me") {
.button-promotion--full-gradient {
display:none;
}
}