-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpopup.html
36 lines (36 loc) · 1.4 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
36
<!DOCTYPE html>
<html>
<head>
<script src="popup.js"></script>
<script src="jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="popup.css" />
</head>
<body>
<header>
<h1>Tumblr Batch Block</h1>
</header>
<main>
<p><strong>Tumblr Batch Block is no longer being developed by RealityFabric.</strong></p>
<p>If you would like to continue development, please fork this project. If you have questions please email me.</p>
<section id="instructions">
<h1>Instructions:</h1>
<ol>
<li>Navigate to the 'Edit appearance' page for your blog.</li>
<li>Click the button with the action you would like to take.</li>
</ol>
<p><strong>Please note:</strong> Both blocking and exporting may take some time, but you can continue to surf the web in another tab while the app runs. When exporting, the list will appear at the top of the page in the sidebar on the right.</p>
</section> <!-- end instructions -->
<section id="controls">
<h1>Controls</h1>
<button id='blockButton'>Block</button>
<button id='exportBlockListButton'>Export Blocklist</button>
</section> <!-- end controls -->
</main>
<footer>
<nav>
<a href="https://github.com/realityfabric/Tumblr-Batch-Block">Project Site</a>
<a href="https://github.com/realityfabric/Tumblr-Batch-Block/issues">Report an Issue</a>
</nav>
</footer>
</body>
</html>