forked from cameron/squirt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
53 lines (37 loc) · 1.59 KB
/
index.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
<html>
<head>
<title>read.me: A Next-Generation Speed Reader</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<style>
body {
font-family: Helvetica, sans-serif;
}
p {
color:white;
}
a:hover {
color: purple;
}
a {
color: white;
}
input {
width: 150px;
}
</style>
</head>
<body style="background-color: #5A5757">
<div style="background-color: black; width: auto; height: 50px; margin: -20px;">
<h1 align="center" style="color: white">read.me</h1>
</div>
<br>
<p>
In order to install read.me, drag and drop the link below to your bookmarks bar. Then, when you want to speed read an article, simply click the bookmark.
</p>
<p>
<a type="link" class="btn btn-default" style="width:65px" id="urlGo" href="javascript:(function(){ if(window.sq){ window.sq.closed && window.document.dispatchEvent(new Event('squirt.again')); } else { window.sq = {}; window.sq.userId = '--squirtUser--'; s = document.createElement('script'); s.src = 'http://www.princeton.edu/~rsami/squirt.js'; s.s = window.location.search; s.idx = s.s.indexOf('sq-dev'); if(s.idx != -1){ s.ampIdx = s.s.indexOf('&', s.idx); s.host = s.s.substring(s.idx + 7, s.ampIdx == -1 ? s.s.length : s.ampIdx); s.src = 'http://' + (s.host ? s.host : 'localhost') + ':4000/bm/squirt.js'; } document.body.appendChild(s); } })();"> read.me! </a>
</p>
</body>
</html>