2017-08-05 22:02:15 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>ClearURLs Add-on</title>
|
2017-08-18 22:30:47 +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:23 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="switchButtons.css">
|
|
|
|
<script src="jquery-3.2.1.min.js"></script>
|
|
|
|
<script src="popup.js"></script>
|
2017-08-05 22:02:15 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="main">
|
2017-08-20 16:53:31 +00:00
|
|
|
<div class="header">ClearURLs 1.1</div>
|
2017-08-05 22:02:15 +00:00
|
|
|
<div id="content">
|
|
|
|
<div id="default">
|
|
|
|
<div id="global">
|
2017-08-06 16:34:23 +00:00
|
|
|
Enable globally:<br>
|
|
|
|
<button id="globalStatus" class="status statusEnabled"></button>
|
2017-08-05 22:02:15 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|