LinkVisitor 
| resources: | Home Mailing List Installation Source Code Screenshots |
|---|
Installation
Version 1.2 -- for builds 20040707 and above (Mozilla Firefox 1.0+, Mozilla 1.71+, and Mozilla 1.8a4)
Version 0.4 -- for builds 20040210 and above (Mozilla 1.7, Mozilla Firefox 0.8+, and Mozilla Firefox 0.9)
Version 0.30 -- for builds below 20040210 (Mozilla 1.6 and Mozilla Firefox 0.8)
*Notes:
- Please uninstall the previous version of Link Visitor first.
- Please do not install the extension in your user profile if your browser build is less than 20030307 (check Help | About). Install the extension in the global chrome if you are using an older browser.
Uninstallation
If the extension was installed in the global chrome:
- Exit Mozilla Browser or Firefox first.
- Change to the chrome directory of Mozilla Browser or Firefox application directory.
- Delete chrome.rdf and the overlayinfo directory (they are regenerated on next start).
- Delete linkvisitor.jar (or the linkvisitor directory, if it is version 0.11).
- Remove every line with a reference to linkvisitor from installed-chrome.txt.
If the extension was installed in the user profile:
- Exit Mozilla Browser or Firefox first.
- Change to the user profile directory (where is it?).
- Delete XUL.mfl file from your profile directory.
- Remove a preference containing string extensions.linkvisitor.always_mark_bookmarks_visited (if any) from prefs.js file in your profile directory.
- Remove sections containing the word linkvisitor from chrome.rdf
file in the chrome directory,
<RDF:Description about="urn:mozilla:package:linkvisitor" ... >
...
</RDF:Description>
and
<RDF:Description about="urn:mozilla:locale:en-US:linkvisitor" ... >
...
</RDF:Description>
and
<RDF:li resource="urn:mozilla:package:linkvisitor"/>
and
<RDF:li resource="urn:mozilla:locale:en-US:linkvisitor"/>
- Remove lines containing the word linkvisitor from these *.rdf
files in chrome/overlayinfo subdirectories,
file chrome/overlayinfo/browser/content/overlays.rdf:
<RDF:li>chrome://linkvisitor/content/lvbrowseroverlay.xul</RDF:li>
and file chrome/overlayinfo/navigator/content/overlays.rdf:
<RDF:li>chrome://linkvisitor/content/lvnavigatoroverlay.xul</RDF:li>
- Remove linkvisitor.jar file from the chrome directory.