forked from gattis/milkshake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bookmarklet.html
39 lines (31 loc) · 882 Bytes
/
bookmarklet.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
<html>
<head>
<style type="text/css">
body {
font-family: Lucida Grande;
width: 640px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
ol {
line-height: 30px;
}
</style>
</head>
<body>
To visualize the SoundCloud music of your choice, follow these steps:
<ol>
<li>
Drag this bookmarklet <a href="javascript:(function () {window.location.href='http://gattis.github.com/milkshake/?tracks='+escape(window.location.href);})();">link</a>
up to your bookmarks toolbar.
</li>
<li>
Go to any SoundCloud.com track page, like <a href="http://soundcloud.com/officialswedishhousemafia/coldplay-vs-swedish-house">this</a> one.
</li>
<li>
Click the bookmarklet you dragged to your bookmarks toolbar.
</li>
</ol>
</body>
</html>