-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakaoptions.html
80 lines (66 loc) · 2.08 KB
/
makaoptions.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head><title>Make America Kittens Again Options</title></head>
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<style type="text/css">
body {
font-family: 'Raleway', sans-serif;
font-size:medium;
}
</style>
<body>
<h2>Make America Kittens Again</h2>
<p>v1.0.0 for FF Quantum</p>
<p>Donald Trump is now being blocked. Want to get rid of anyone else while we're at it?</p>
<ul>
<li>
<label>
<input type="checkbox" id="blockpence">
Mike Pence
</label>
</li>
<li>
<label>
<input type="checkbox" id="blockbannon">
Steve Bannon
</label>
</li>
<li>
<label>
<input type="checkbox" id="blockfarage">
Nigel Farage
</label>
</li>
<li>
<label>
<input type="checkbox" id="blocklepen">
Marine Le Pen
</label>
</li>
<li>
<label>
<input type="checkbox" id="blockwilders">
Geert Wilders
</label>
</li>
</ul>
<p>Custom Blocking: enter a comma-separated list of names (for example: Thatcher, Reagan) and we'll kittenize them too.
<p>
<label>
<input type="text" id="customblock">
</label>
<p><div id="status"></div>
<p><button id="save">Block 'em!</button>
<!--
<h3>Undo! Undo!</h3>
<p>Looking for images of a trumpet, or socks in Swedish? Right-click / Control-click the page then choose "Make Kittens Trump Again :(" to undo the replacements.</p>
-->
<h3>Um, help? It's not working?</h3>
<p>Sorry! Please see the FAQ <a href="http://www.tomroyal.com/make-america-kittens-again-faq/" target="_blank">here</a> for details.
<h3>Donations</h3>
<p> Many thanks to all who donated to cover the costs #MAKA incurred in the first few months of operation. Please check out <a href="http://www.tomroyal.com/blog/2017/04/08/make-america-kittens-again-v1-2/" target="_blank">my blog</a> for details of why donations are no longer needed.
<p><a href="http://www.twitter.com/tomroyal" target="_blank">@tomroyal</a>
<p><a href="https://github.com/tomroyal/Make-America-Kittens-Again" target="_blank">https://github.com/tomroyal/Make-America-Kittens-Again</a>
<script src="options.js"></script>
</body>
</html>