SeaMonkey

From WOT Wiki
Jump to: navigation, search
WOT in SM

SeaMonkey is a browser and internet suite, similar to Firefox.

Installing in SeaMonkey

These instructions are no longer needed since WOT 20090918.


Tested in 2.0b2 by Floracide.

  • In about:config, make a new boolean value called extensions.checkCompatibility - and give it a value of false.
  • Install WOT from AMO and restart SeaMonkey, then close it.
  • Go in the WOT directory of SeaMonkey (usually %APPDATA%\Mozilla\SeaMonkey\xxxxxxxxxx\extensions\{a0d7ccb3-214d-498b-b4aa-0e8fda9a7bf7} on Windows, or ~/.mozilla/SeaMonkey/xxxxxxxx/extensions/{a0d7ccb3-214d-498b-b4aa-0e8fda9a7bf7} on Linux)
  • edit chrome.manifest to contain this:
content	wot	jar:chrome/wot.jar!/content/
content	wot	jar:chrome/wot.jar!/content/ contentaccessible=yes
overlay	chrome://navigator/content/navigator.xul	chrome://wot/content/overlay.xul
locale	wot	en-US	jar:chrome/wot.jar!/locale/en-US/
locale	wot	cs-CZ	jar:chrome/wot.jar!/locale/cs-CZ/
locale	wot	de-DE	jar:chrome/wot.jar!/locale/de-DE/
locale	wot	fi-FI	jar:chrome/wot.jar!/locale/fi-FI/
locale	wot	pl-PL	jar:chrome/wot.jar!/locale/pl-PL/
locale	wot	sv-SE	jar:chrome/wot.jar!/locale/sv-SE/
locale	wot	it-IT	jar:chrome/wot.jar!/locale/it-IT/
locale	wot	fr-FR	jar:chrome/wot.jar!/locale/fr-FR/
locale	wot	pt-BR	jar:chrome/wot.jar!/locale/pt-BR/
locale	wot	es-ES	jar:chrome/wot.jar!/locale/es-ES/
locale	wot	ru-RU	jar:chrome/wot.jar!/locale/ru-RU/
locale	wot	ja-JP	jar:chrome/wot.jar!/locale/ja-JP/
locale	wot	zh-CN	jar:chrome/wot.jar!/locale/zh-CN/
locale	wot	zh-TW	jar:chrome/wot.jar!/locale/zh-TW/
skin	wot	classic/1.0	jar:chrome/wot.jar!/skin/
style	chrome://global/content/customizeToolbar.xul	chrome://wot/skin/toolbar.css
  • Start SeaMonkey, then follow the instructions.