mirror of
https://github.com/lawrencehook/remove-youtube-suggestions.git
synced 2026-07-25 06:54:31 +00:00
Add Stripe checkout hint to upgrade modal
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1019,6 +1019,13 @@ html[dark_mode='true'] .upgrade-plan[selected] {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
#upgrade_footer {
|
||||
font-size: 0.7rem;
|
||||
color: var(--label-color);
|
||||
opacity: 0.6;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
/* Premium lock icon for options */
|
||||
html:not([is_premium='true']) .option[data-premium='true'] {
|
||||
opacity: 0.25;
|
||||
|
||||
@@ -222,6 +222,7 @@
|
||||
<button id="upgrade-cancel-button">Not now</button>
|
||||
<button id="upgrade-checkout-button">Checkout</button>
|
||||
</div>
|
||||
<div id="upgrade_footer">Secure checkout by Stripe for Lawrence Hook</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user