2017-08-05 22:02:15 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>ClearURLs Add-on</title>
|
2017-08-06 16:34:02 +00:00
|
|
|
<meta charset="utf-8">
|
2017-08-05 22:02:15 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="popup_style.css">
|
2017-08-06 16:34:02 +00:00
|
|
|
<script type="text/javascript" src="jquery-3.2.1.min.js"></script>
|
|
|
|
<script type="text/javascript" src="popup.js"></script>
|
2017-08-05 22:02:15 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main">
|
|
|
|
<div class="header">ClearURLs 0.4</div>
|
|
|
|
<div id="content">
|
|
|
|
<div id="default">
|
|
|
|
<div id="global">
|
2017-08-06 16:34:02 +00:00
|
|
|
<span id="statusText">En</span>able globally:<br>
|
|
|
|
<button id="statusBtn" class="status statusEnabled"></button>
|
2017-08-05 22:02:15 +00:00
|
|
|
</div>
|
|
|
|
<div id="individual">
|
|
|
|
Enable individually:<br>
|
|
|
|
<div id="presets">
|
2017-08-06 16:34:02 +00:00
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholder---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholder---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchDisabled"></button><div class="textElement">---placeholder---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholderrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholder---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholder---<br></div></div>
|
2017-08-05 22:02:15 +00:00
|
|
|
<!-- <button id="exception" class="enable" onclick="handleException()">Enable on page</button><br> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div id="custom">
|
2017-08-06 01:23:02 +00:00
|
|
|
My rules (advanced):<br>
|
2017-08-05 22:02:15 +00:00
|
|
|
<div id="rules">
|
2017-08-06 16:34:02 +00:00
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholder---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholder---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholdeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeer---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholder---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchEnabled"></button><div class="textElement">---placeholder---<br></div></div>
|
|
|
|
<div class="element"><button class="switch switchDisabled"></button><div class="textElement">---placeholder---<br></div></div>
|
2017-08-05 22:02:15 +00:00
|
|
|
</div>
|
|
|
|
<div id="addRuleOuter">
|
2017-08-06 01:23:02 +00:00
|
|
|
Add new rule:<br>
|
2017-08-05 22:02:15 +00:00
|
|
|
<div id="addRuleInner">
|
2017-08-06 16:34:02 +00:00
|
|
|
<div id="addRuleField"><input id="inputField" type="text"></div><button id="addRuleBtn"><img src="plus.png"></button>
|
2017-08-05 22:02:15 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|