-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
35 lines (35 loc) · 1.59 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
35
<html>
<head>
<title>GelbooruMultiPostDownloader</title>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
</head>
<body>
<center id="mainbody">
<img title="" alt="" src="assets/g_icon_nbg.png" width="200" height="200" style="margin-top: 15px;">
<h1 id="titleheader">GelbooruMultiPostDownloader</h1>
<button type="button" id="cpgl"><b>Copy all post links</b></button>
<br>
<button type="button" id="dgpi"><b>Download all post images</b></button>
<br>
<button type="button" id="closetabs"><b>Close all post tabs</b></button>
<div class="divbuttonbox">
<label class="switch">
<input type="checkbox" id="autoclosetabs">
<span class="slider round"></span>
</label>
<p><b>Autom. close post tabs</b></p>
</div>
<div class="divbuttonbox">
<label class="switch">
<input type="checkbox" id="nnnblock">
<span class="slider round"></span>
</label>
<p><b>Disable NNN Block :/</b></p>
</div>
<h2 id="infobox"></h2>
<div id="creditsdiv"><p id="creditspar"><b>Made with 💕 by <a href="https://github.com/Thetechacker" target="_blank">Thetechacker</a> & <a href="https://github.com/luainjector" target="_blank">lua injector</a> ;3</b></p></div>
</center>
</body>
<script src="main.js"></script>
</html>