This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
170 lines (160 loc) · 7.26 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>TempMail - A temporary email address generator</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Generate temporary/disposable email addresses to use for other websites!">
<meta name="keywords" content="tempmail, TempMail, Temporary Email, generator, Temporary Email Generator">
<meta property="og:title" content="TempMail" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://tempmail.lol/" />
<meta property="og:image" content="https://tempmail.lol/logo.png" />
<meta property="og:description" content="Generate temporary email addresses to reduce spam!" />
<meta property="og:site_name" content="TempMail.lol" />
<meta name="apple-itunes-app" content="app-id=1632857148">
<!--twitter stuff -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@tempmail_lol">
<meta name="twitter:title" content="TempMail.lol">
<meta name="twitter:description" content="Generate temporary email addresses to reduce spam!">
<meta name="twitter:creator" content="@tempmail_lol">
<meta name="twitter:image" content="https://tempmail.lol/logo.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/index.css">
<link rel="stylesheet" href="/css/topnav.css">
<link rel="stylesheet" href="/css/topsec.css">
<link rel="stylesheet" href="/css/inbox.css">
<link rel="stylesheet" href="/css/bottomsec.css">
<link rel="stylesheet" href="/css/emailmodal.css">
<link rel="stylesheet" href="/css/ads.css">
<link rel="stylesheet" href="/css/switch.css">
<link rel="icon" href="https://tempmail.lol/logo.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HZ5HBWPCW2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HZ5HBWPCW2');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2561999092732135" crossorigin="anonymous"></script>
</head>
<body>
<div class="mega_header">
<nav>
<div class="topnav" id="topnav">
<a href="/" class="active">TempMail</a>
<a href="/news/">News</a>
<a href="/contact">Contact</a>
<a href="https://discord.gg/GHapeHPWVS">Discord Server</a>
<a href="/custom">Custom Domains</a>
<a href="/pricing">Pricing</a>
<a href="javascript:void(0);" class="icon" onclick="topnav_resize()">
<i class="fa fa-bars"></i>
</a>
</div>
</nav>
<section class="header">
<h1>
TempMail
</h1>
</section>
<div class="desc">
<!--stats will be populated by js-->
<p id="stats"></p>
<p>
Say goodbye to spam! Generate temporary email addresses to use for other websites without giving away your real email address.
</p>
<h3>
Old TempMail domains are for sale now! <a href="/domain-sale" target="_blank">See here for more information.</a>
</h3>
</div>
<section class="email">
<div id="ab" style="display: none">
</div>
<input type="text" id="email_field" class="email_field" readonly>
</section>
</div>
<section class="email_buttons">
<button id="copy_button" class="button" onclick="copyToClipboard()">
<i class="fa fa-copy" style="color: black; font-size: 24px;"></i> Copy
</button>
<button id="regenerate_button" class="button" onclick="regenerate()">
<i class="fa fa-refresh" style="color: black; font-size: 24px;"></i> Reset
</button>
<button id="customize_button" class="button" onclick="customize()">
<i class="fa fa-pencil" style="color: black; font-size: 24px;"></i> Edit
</button>
</section>
<section class="modify_address center" id="mad" hidden>
<h2>Make a new address with a prefix</h2>
<label for="prefix" style="font-size: x-large;">Email Prefix:</label>
<br><br>
<input type="text" class="email_field" id="prefix" placeholder="Enter your prefix">
<p id="prefix-error" hidden><b>Error: prefix must be letters, numbers, underscores, and hyphens only.</b></p>
<br>
<button class="button" onclick="customize(document.getElementById('prefix').value)">Change Address</button>
</section>
<section class="inbox_container">
<table class="inbox" id="inbox_table">
<tr>
<th>From</th>
<th>Date Sent</th>
<th>Subject</th>
</tr>
</table>
<div class="waiting_container">
<h1 id="waiting">Waiting for emails</h1>
</div>
<div class="click_prompt" id="click_prompt">
<h1>Click to open an email.</h1>
</div>
<br>
</section>
<div id="email_modal" class="modal">
<div class="modal-content">
<h2 class="modal_subject_header">Subject: </h2>
<h2 id="modal_subject" class="modal_subject"></h2>
<span id="modal_close" class="close">×</span>
<iframe id="email_iframe" src=""></iframe>
</div>
</div>
<section class="about_ee">
<h1>What is TempMail?</h1>
<p style="text-align: justify;">
TempMail is a temporary email address generator. It generates temporary email addresses to use for other websites without giving away your real email address.
TempMail is also known as 10minutemail, fake email, burner email, and throwaway email. Free Wi-Fi, forum owners, and websites require that
you signup with an email address before allowing you to access content.
<br><br>
Want to learn more? Check out our <a href="/about">about</a> page and our <a href="/news/">blog page</a>.
<br><br>
</p>
</section>
<div class="mega_header center foot">
<p>
By using this site, you agree to the <a href="/privacy-policy">Privacy policy</a> and <a href="/terms-of-use">Terms of Use</a>.
</p>
<hr>
<p class="promos">
<a href="https://api.tempmail.lol/">Developer API</a> |
<a href="https://discord.gg/GHapeHPWVS">Discord Server</a> |
<a href="mailto:contact@bananacrumbs.us">Email</a> |
<a href="https://bananacrumbs.us/pubkey.txt">GPG Key</a> |
<a href="/pricing">Pricing</a>
</p>
<hr>
<p property="dc:rights">Copyright ©
<span property="dc:dateCopyrighted">2023-2024</span>
<span property="dc:publisher">BananaCrumbs, LLC.</span>
All Right Reserved.
</p>
</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/dompurify/2.3.3/purify.min.js"></script>
<script src="/js/topnav.js"></script>
<script src="/js/index.js"></script>
</html>