Skip to content

Commit

Permalink
added index
Browse files Browse the repository at this point in the history
  • Loading branch information
3ricG committed Apr 26, 2016
1 parent 35b5179 commit 2444a84
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<script>
function changeSearch(sname) {
document.getElementById('content').innerHTML = hash[sname]
}

var hash = [];
hash['cdj'] = '<link rel="search" type="application/opensearchdescription+xml" href="https://raw.githubusercontent.com/3ricG/OpenSearchPlugins/master/cdj.xml" title="CDJapan Search">';
</script>
<h2>Instructions</h2>

Click one of the links below to change the link type on this page. <br />
Once clicked, a green plus sign (+) should appear next to the search <br />
icon on your Firefox search bar. Click this, and select <br />
"Add [name of search provider]".<br />
<br />
Open Search Plugins:<br />
<ul>
<li><a onclick='changeSearch("cdj")' href=''>CDJapan Search</a></li>
</ul>
<div id="content"></div>
</html>

0 comments on commit 2444a84

Please sign in to comment.