-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 961 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Launchbar JS</title>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<style>
body { padding:20px; font-family: sans-serif; }
a, a:hover, a:visited
{
color: orange;
}
ul li{
margin: 10px;
}
</style>
</head>
<body>
<ul>
<li>
Grab the <a href="javascript:window.LAUNCHBAR={options:{user_command_path:''}};(function(){document.body.appendChild(document.createElement('script')).src='//danborufka.github.io/cdn/launchbar-js/js/bookmarklet.min.js';})();">Launchbar Bookmarklet here</a> or
</li>
<li style="margin-left:76px;">
<a href="//danborufka.github.io/cdn/launchbar-js/apps/firefox/launchbar.xpi">install the Firefox Add-On</a> or
</li>
<li style="margin-left:76px;">
<a href="//danborufka.github.io/cdn/launchbar-js/apps/chrome/launchbar.crx">the Chrome Extension</a>
</li>
</ul>
</body>
</html>