forked from alexbw/Get-That-Paper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (56 loc) · 2.94 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
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Get that Paper, A Harvard Bookmarklet</title>
<style type="text/css">
a {
text-decoration:none;
color: #00F;
}
p {
font-family: sans-serif;
font-weight: 300;
font-size: 18px;
}
.centered {
position: relative;
width: 100%;
height: 100%;
text-align: center;
text-decoration: none;
}
.bookmarklet a {
color: #FFF;
text-decoration: none;
}
</style>
</head>
<body>
<div class="centered">
<div>
<p><br />
<br />
<img src="images/bookmarklet.png" width="326" height="148" /><br />
<br />
<span style="font-family: Helvetica, Arial, sans-serif; font-size: 14px;">
<span style="color: #ffffff; font-family: 'Lucida Grande', Verdana, sans-serif; font-size: small;">
<span class="bookmarklet" style="display: inline-block; font-size: 15px; border-top-left-radius: 8px 8px; border-top-right-radius: 8px 8px; border-bottom-right-radius: 8px 8px; border-bottom-left-radius: 8px 8px; background-color: #626262; padding-right: 7px; padding-bottom: 1px; padding-left: 7px; text-shadow: #3b3b3b 1px 1px 0px; min-width: 62px; text-align: center; vertical-align: 2px; text-decoration: none;">
<strong>
<a href="javascript:function go(){ window.location = window.location.protocol+'//'+window.location.host+'.ezproxy.cul.columbia.edu'+window.location.pathname+window.location.search;}go();void(0);e">
Get That Paper!
</a>
</strong>
</span>
</span>
</p><br/>
<p><span style="vertical-align: 2px;">In <strong>Safari</strong> or in <strong>Chrome</strong>: drag the link above to your Bookmarks Bar.<br />
In <strong>Firefox</strong>: right-click the link above and select "Bookmark this Link", and place it in your Bookmarks Toolbar.<br />
In <strong>Internet Explorer:</strong> go get a <a href="http://www.google.com/chrome/intl/en/landing_chrome_mac.html?hl=en">real</a> <a href="http://www.mozilla.com/en-US/firefox/firefox.html?from=getfirefox">browser</a>, and then follow the instructions above.<br />
<br />
<br />
<strong>To use it</strong>: when you're on a journal website for an article behind a paywall, click the bookmarklet link you saved, log-in to your Harvard account, and voilà! </span></p>
</div>
</div>
</body>
</html>