-
Notifications
You must be signed in to change notification settings - Fork 0
/
KittyWales_options.html
59 lines (45 loc) · 2.08 KB
/
KittyWales_options.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>KittyWales options</title>
<script src="KittyWales_options.js"></script>
<style>
@media screen and (min-device-width: 640px) {
body {
width: 500px;
}
.float {
float: right;
margin: 0.2em 0 1em 1em;
}
}
body {
font-family: sans-serif;
}
.float {
width: 240px;
padding: 0;
}
h2 {
font-size: 120%;
}
</style>
</head>
<body>
<h2>KittyWales options</h2>
<p>There are <span id="count">0</span> photos for the tag(s) '<span id="tags2">?</span>'.</p>
<p>Cute tawny owls are the new kittehz? Try something like 'tawny,owls' or 'little,owl' below. Or try 'puppy,dog'.
Of course you may also try 'boobs' or 'babes' etc. (think of a synonym for kitteh), but let me tell you: as per their
<a href="http://www.flickr.com/services/api/flickr.photos.search.html" target="_blank">API docs</a>,
Flickr will only serve “safe” photos.</p>
<hr/>
<p><label for="tags">Flickr tags (comma or space separated)</label> <input name="tags" id="tags" type="text"></input></p>
<p><label>Match <input name="logic_op" type="radio" value="all" id="all"></input> all</label> of these tags or <br/>match <label><input name="logic_op" type="radio" value="any" id="any"></input> any</label> of these tags?</p>
<p><button id="save" onclick="save_options()">Save</button> <button onclick="render_settings('reset')">Defaults</button></p>
<hr/>
<p class="float"><img src="icons/KittyWales_128.png" id="icon"/></p>
<p>Hit Esc to close this popup. You need to reload the Wikipedia page (or load another one) in order for the changed settings to take effect.</p>
<p>This useful Chrome extension was brought to you by <a href="http://gplus.to/gimsieke" target="_blank">Gerrit Imsieke</a>. The code (<a href="http://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_.28.22Simplified_BSD_License.22_or_.22FreeBSD_License.22.29" target="_blank">simplified BSD license</a>) is on <a href="http://github.com/gimsieke/KittyWales" target="_blank">github</a>.</p>
</body>
</html>