.dotfiles/.config/chromium/Default/Extensions/khncfooichmfjbepaaaebmommgaepoid/1.6.8_0/donate.html

1 line
1.2 KiB
HTML
Raw Normal View History

2024-09-21 14:05:15 -04:00
<!doctype html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1"> <link rel="stylesheet" href="css/info-popup.css"> <title>Donate - Unhook</title> </head> <body> <div id="container"> <header> <a href="popup.html">Back</a> </header> <div id="info"> <p class="title">Donations</p> <p> If you find Unhook helpful, please consider making a contribution. </p> <div id="donate-btns"> <a class="button full-btn" href="https://www.paypal.me/unhook" target="_blank">Venmo @unhook</a> <a class="button border-btn" href="https://www.paypal.me/unhook" target="_blank">PayPal.me/unhook</a> <a class="button full-btn" href="https://cash.app/$unhookapp" target="_blank">Cash App $unhookapp</a> <a class="button border-btn" href="https://www.paypal.com/donate/?cmd=_donations&business=removerecs@gmail.com&currency_code=USD" target="_blank"> Credit or Debit Card </a> </div> <p>If you can't contribute financially, I'd love if you could share Unhook with friends or leave a review on the Chrome, Firefox, or Edge stores.</p> </div> </div> <script src="js/info-popup.js"></script> </body> </html>