forked from saeedezzati/superpower-chatgpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
34 lines (31 loc) · 1.13 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="popup.css" />
</head>
<body>
<a target="_blank" href="https://chat.openai.com/">
<button id="chatgpt">ChatGPT <span>→</span></button>
</a>
<a target="_blank" href="https://www.superpowerdaily.com/">
<button id="newsletter">Newsletter <span>→</span></button>
</a>
<a target="_blank" href="https://www.passionfroot.me/superpower">
<button id="sponsorship">Advertise with us
<span>→</span></button>
</a>
<a target="_blank" href="https://ezi.notion.site/Superpower-ChatGPT-FAQ-9d43a8a1c31745c893a4080029d2eb24">
<button id="faq">FAQ
<span>→</span></button>
</a>
<a target="_blank"
href="https://www.paypal.com/donate/?business=TAF9NBUWQQQ7J&no_recurring=0&item_name=Thank+you+for+supporting+Superpower+ChatGPT+%F0%9F%99%87%F0%9F%8F%BB%E2%80%8D%E2%99%82%EF%B8%8F¤cy_code=USD">
<button id="paypel">Support (Paypal) <span>→</span></button>
</a>
<a target="_blank" href="https://buy.stripe.com/6oE6s0dQS7y2bjG9AA">
<button id="stripe">Support (Stripe)
<span>→</span></button>
</a>
<script src="popup.js"></script>
</body>
</html>