If you would like to add this plugin download to your own websites you can use this HTML code to do so:
Code: Select all
<script type="text/javascript">
<!--
function addEngine(name,ext,cat)
{
if ((typeof window.sidebar == "object") && (typeof
window.sidebar.addSearchEngine == "function"))
{
//cat="Web";
//cat=prompt("In what category should this engine be installed?","Web")
window.sidebar.addSearchEngine(
"http://shadeaux.net/plugins/"+name+".src",
"http://shadeaux.net/plugins/"+name+"."+ext,
name,
cat );
}
else
{
errorMsg(name,ext,cat);
}
}
//-->
</script>
<a href="javascript:addEngine('AtariMania','png','general')">AtariMania A8 Database Search Plugin for Mozilla Firefox</a>
-------edit------
For those of you who want this but dont have Mozilla Firefox: