-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpopup.html
More file actions
51 lines (40 loc) · 1.17 KB
/
popup.html
File metadata and controls
51 lines (40 loc) · 1.17 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Redirect to mobile site for Wikimedia pages</title>
<link rel="stylesheet" href="popup.css">
</head>
<body>
<a href="#"></a>
<main id="Main">
<section id="WikimediaRedirect">
<h1>Wikimedia Redirect</h1>
<div class="standard-options">
<option-widget>
<input type="checkbox" class="options-input" id="enabled" name="enabled">
<label for="enabled">
Enable<br>Redirect
</label>
</option-widget>
<label for="enabled">
<strong>Switch this extension on or off</strong>
</label>
</div>
<div class="standard-options">
<option-widget>
<input type="checkbox" class="options-input" id="redirect-edit-page" name="redirect-edit-page">
<label for="redirect-edit-page">
Always Edit on Desktop
</label>
</option-widget>
<label for="redirect-edit-page">
<strong>Redirect all edit pages to use the desktop version of the site</strong>
</label>
</div>
</section>
</main>
<!-- <a href="/popup.html" target="_blank">Ploppops</a> -->
<script type="text/javascript" src="popup.js"></script>
</body>
</html>