-
Notifications
You must be signed in to change notification settings - Fork 0
/
toolbar.html
executable file
·31 lines (22 loc) · 1.29 KB
/
toolbar.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
<div align="center" style="position:fixed; right: 0px; bottom: 0px; padding: 10px 10px 10px 10px; height: 550px; width: 200px; background-color: #1DABB8; color: white; z-index: 999;">
<p style="font-size:16px"><b>LinkedIn Extractor</b><p>
<div style="padding-top:20px;padding-bottom:30px">
<button id="extractor-start-button" style="padding: 20px 20px">Start</button>
</div>
<div style="padding-top:20px;padding-bottom:30px">
<input id="extractor-email" type="text" style="padding-bottom: 5px" value="" placeholder="Email API key">
<button id="extractor-email-save" style="padding: 20px 20px">Save API key</button>
</div>
<div style="padding-top:20px;padding-bottom:30px">
<input id="extractor-crawl-count" type="text" style="padding-bottom: 5px" value="" placeholder="150">
<button id="extractor-change-count" style="padding: 20px 20px">Limit Count To</button>
</div>
<div style="padding-top:10px;padding-bottom:30px">
<input id="extractor-save-to" type="text" style="padding-bottom: 5px" value="" placeholder="https://">
<button id="extractor-change-save" style="padding: 20px 20px">Save To This API</button>
</div>
<div align="left">
<p>Visited: <b><span id="extractor-visited">0</span></b></p>
<p>Next visit in: <b><span id="extractor-next-visit">0</span></b></p>
</div>
</div>