Hello guys, this is my new Summer lookbook, please go check it out!
This commit is contained in:
astaar
2017-08-06 00:02:15 +02:00
parent 4bec2d6928
commit fba2653302
5 changed files with 159 additions and 1 deletions

41
popup.html Normal file
View File

@@ -0,0 +1,41 @@
<!doctype html>
<html>
<head>
<title>ClearURLs Add-on</title>
<link rel="stylesheet" type="text/css" href="popup_style.css">
<script src="popup.js"></script>
<script src="jquery-3.2.1.min.js"></script>
</head>
<body>
<div id="main">
<div class="header">ClearURLs 0.4</div>
<div id="content">
<div id="default">
<div id="global">
Enable globally:<br>
<button id="statusBtn" class="enable" onclick="changeStatus()"><img src="icon96.png"></button>
</div>
<div id="individual">
Enable individually:<br>
<div id="presets">
---placeholder---
<!-- <button id="exception" class="enable" onclick="handleException()">Enable on page</button><br> -->
</div>
</div>
</div>
<div id="custom">
My rules:<br>
<div id="rules">
---placeholder---<br>
</div>
<div id="addRuleOuter">
Add new rule (advanced):<br>
<div id="addRuleInner">
<div id="addRuleField"><input type="text"></div><div id="addRuleBtn"><img src="plus.png"></div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>