forked from Xenko/BeachBall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (19 loc) · 1.04 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
<!doctype html>
<head>
</head>
<body>
<h2>How to Get the BeachBall Add-on for Sandcastle Builder</h2>
<h3>As a UserScript</h3>
<ol>
<li>If you don't already have it, install the required browser add-on. <a href="https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo?hl=en">Tampermonkey (Chrome)</a> or <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/">Greasemonkey (Firefox).</a>
<li>Install the script from: <a href="http://userscripts.org/scripts/show/183541">http://userscripts.org/scripts/show/183541</a>
</ol>
<h3>As a Bookmarklet</h3>
<ol>
<li>Paste the <em>contents</em> (not the url) of <a href="http://xenko.github.io/BeachBall/BeachBall_Bookmark_Loader.js">http://xenko.github.io/BeachBall/BeachBall_Bookmark_Loader.js</a> into a bookmark.</li>
<li>Load Sandcastle Builder.</li>
<li>Load the bookmark.</li>
</ol>
<p>Use the following like to access the BeachBall source code: <a href="http://xenko.github.io/BeachBall/BeachBall.js">http://xenko.github.io/BeachBall/BeachBall.js</a>
</body>
</html>