Mnenhy 
| resources: | Home Download & Installation Documentation Bugs Source Code Version History Spinoffs |
|---|
Spinoffs
Small hacks that do not yet deserve their own project.
-
Mozilla Addons
- Copymage 1.0:
Adds 'Copy Image to Clipboard' to Mozilla's browser context menu. - ValueHeaders 1.0:
Custom identity-dependent header/value pairs for the Mozilla and Thunderbird mail editor. - TECZML 0.8:
Use TEX-like Syntax to create MathML in Chatzilla.
Mozilla Addons
Copymage 1.0
Adds 'Copy Image to Clipboard' to Mozilla's browser context menu.
- Install location: application.
- Uninstaller: no.
- Languages: none (hardcoded English).
- Tested builds: Mozilla 1.7, Mozilla nightly 2004-07-28.
- Download: Copymage 1.0.
ValueHeaders 1.0
Custom identity-dependent header/value pairs for the Mozilla and Thunderbird mail editor: ValueHeaders lets you specify custom headers with respective values that will appear in the addressing dropdownbox in the mail editor.
Example: If you add these lines to your user.js
user_pref("mail.identity.default.compose.headers","stan,olli");
user_pref("mail.identity.default.compose.header.stan","x-stan: olli");
user_pref("mail.identity.default.compose.header.olli","x-olli: stan");
user_pref("mail.identity.id2.compose.headers","part1,part2,part3");
user_pref("mail.identity.id2.compose.header.part1","x-test: 1");
user_pref("mail.identity.id2.compose.header.part2","x-test2: text");
user_pref("mail.identity.id2.compose.header.part3","x-test3: <trash@tprac.de>");
the identity id2 will have three new entries in the addressing dropdownbox: X-Test, X-Test2 and X-Test3. Selecting one of those will prefill the value textbox with the value given in the user_pref. Changing to any other identity will replace these entries (here) with the default values, i.e. id1 or id5 will show X-Stan and X-Olli.
The user_pref mail.compose.other.header is not touched by this addon.
- Install location: profile or application.
- Uninstaller: no.
- Languages: none (but the installer is still in German - just click 'OK' to install into your profile or 'Cancel' to install into the application directory).
- Tested builds: Mozilla 1.7, Mozilla nightly 2004-07-28, Thunderbird 0.7.3 (but doesn't show up in the extension manager).
- Download: ValueHeaders 1.0.
Many thanks to taquiri.de for their kindly support.
Chatzilla scripts
TECZML 0.8
A small script that uses the ASCIIMathML script to allow for a TEX-like syntax to create MathML in Chatzilla.
Installation
- Follow the instructions in
chapter 4.15 of the
Chatzilla FAQ and create a new subdirectory in your Chatzilla scripts directory.
Make sure that your autostart directory is set correctly (check /pref initialScripts);
you might want to restore the default path by
- /pref initialScripts -
- Copy the TECZML script into the new subdirectory
- Get the ASCIIMathML script (version 1.4.x) and place it into the new subdirectory, too (also available at Sourceforge).
- Restart Chatzilla
- Enable TECZML by
- /enable-plugin TeCZML
- /disable-plugin TeCZML