Difference between revisions of "Searchplugin"

From No Subject - Encyclopedia of Psychoanalysis
Jump to: navigation, search
(The LinkTitles extension automatically added links to existing pages (<a rel="nofollow" class="external free" href="https://github.com/bovender/LinkTitles">https://github.com/bovender/LinkTitles</a>).)
(Tags: Mobile edit, Mobile web edit)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
<html>
+
[[Image:SearchpluginB.jpg|right]]
<script type="text/javascript">
 
<!--
 
function errorMsg()
 
{
 
  alert("Netscape 6 or Mozilla is needed to install a sherlock plugin");
 
}
 
function addEngine(name,ext,cat,type)
 
{
 
  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://localhost.localdomain/plugins directory/"+name+".src",
 
      "http://localhost.localdomain/plugins directory/"+name+"."+ext,
 
      name,
 
      cat );
 
  }
 
  else
 
  {
 
    errorMsg();
 
  }
 
}
 
//-->
 
</script>
 
  
Link your plugins to the above script with this code, by replacing the file name, image extension and category name with that of the plugin file:
+
The [[Searchplugin|No Subject search plugin]] is a [http://mycroft.mozdev.org/index.html search box plugin] for [http://www.mozilla.com/firefox/ Mozilla Firefox]. It lets you add [[No Subject]] to the available [[search]] engines that appear in the upper-[[right]] corner search box in the Firefox toolbar.
  
<a href="javascript:addEngine('File name','image extension','Category name',0)">Name of Plugin</a>
+
<!-- A search engine plugin allows you to access a search engine directly from your browser. In Mozilla Firefox and Internet Explorer 7 you use the search bar at the top right. If you [[want]] to [[know]] more, read the [http://mycroft.mozdev.org/deepdocs/deepdocs.html documentation]. -->
</html>
+
 
 +
== One-click install (all Operating Systems) ==
 +
#Click on this link to the [http://mycroft.mozdev.org/download.html?name=no+subject mycroft.mozdev.org web site].
 +
#Click on the first [[No Subject]] link [[Image:Nosubject.png|No Subject search plugin]].
 +
#Click OK on the Add Search Engine dialog box.
 +
#Wait 15 seconds before clicking the search bar.
 +
 
 +
=== Alternative installation instructions for Windows XP ===
 +
#Download the [http://www.nosubject.com/archive/searchplugin/nosubject.src nosubject.src] and [http://www.nosubject.com/archive/searchplugin/nosubject.png nosubject.png].
 +
#Move those files into the ''C:/Program Files/Mozilla Firefox/searchplugins'' directory.
 +
#Restart Firefox.
 +
 
 +
<!-- To install it you can go here and download both files into the "searchplugins" folder in your [http://www.getfirefox.com firefox] installation folder: http://www.riothero.com/nosubject/searchplugin/ -->

Latest revision as of 22:43, 20 May 2019

SearchpluginB.jpg

The No Subject search plugin is a search box plugin for Mozilla Firefox. It lets you add No Subject to the available search engines that appear in the upper-right corner search box in the Firefox toolbar.


One-click install (all Operating Systems)

  1. Click on this link to the mycroft.mozdev.org web site.
  2. Click on the first No Subject link No Subject search plugin.
  3. Click OK on the Add Search Engine dialog box.
  4. Wait 15 seconds before clicking the search bar.

Alternative installation instructions for Windows XP

  1. Download the nosubject.src and nosubject.png.
  2. Move those files into the C:/Program Files/Mozilla Firefox/searchplugins directory.
  3. Restart Firefox.