-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmamaoptions.html
80 lines (66 loc) · 2.38 KB
/
mamaoptions.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 Medieval 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 Medieval Again</h2>
<p>v.1.0</p>
<p>Based on Make America Kittens Again v1.2.1 10/04/17</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 'President' 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 make them medieval 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 Manuscripts Trump Again :(" to undo the replacements.</p>
<h3>Where can I find more great manuscripts?</h3>
<p>Some of my favorite sites include the University of Pennsylvania's Penn in Hand (http://dla.library.upenn.edu/dla/medren/index.html), the Walters Art Museum's ExLibris (http://manuscripts.thewalters.org/) and e-codices (http://www.e-codices.unifr.ch/en). I like these in particular because they are clear about what you can do with the manuscripts (download and reuse). Not all sites are as clear.</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. (MAMA: I have no additional FAQ for this version, sorry)
<p>Original code developed by:</p>
<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>