-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
30 lines (24 loc) · 1.01 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
<!-- Lerie Taylor 2021,2022 -->
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div id="container">
<div id="info">
<label for="txtCurSite" id="lblCurSite">Current Site<br/>
<input type="text" id="txtCurSite" placeholder="n/a" />
</label>
<button id="btnSendUrl">Send URL</button>
</div>
<div id="btnMenu">
<button id="btnKillAds">Kill Ads</button>
<!--button id="btnSupport">Support this Software</button-->
</div>
<p><b>NOTE:</b> You may have to wait for the entire page to load to remove certain ads. You can click the kill button as many times and as much as you want whenever you want to try and clear the ads.</p>
<p><a href="http://lerietaylor.com/textadkill" target="_blank">lerietaylor.com</a>, <a href="https://github.com/Lerie82/textadkill">github.com</a>, <a href="https://undraw.co/" target="_blank">undraw.co</a></p>
</div>
<script src="popup.js"></script>
</body>
</html>