General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Trashmail
Posted by: soccerfan
Date: May 19, 2009 05:13PM

@disrupted and/or other experts:

Can this firefox add-on be ported to our favorite kmeleon? https://addons.mozilla.org/en-US/firefox/addon/1813

This has been around but a new version (2.0) was recently released.

soccerfan

Options: ReplyQuote
Re: Trashmail
Posted by: disrupted
Date: May 19, 2009 07:26PM

can't make it work..too many overlays

here's a workaround macro:
http://kmeleon.swiftfree.net/macros/trashmail.kmm

(http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ----------km trashmail

trashmailsave{
menugrayed=(hostname($URL)=="");
setclipboard("");
id(ID_EDIT_COPY);
$trashadd1=getclipboard();
$trashadd2="@trashmail.net";
$trashadd3=$trashadd1.$trashadd2;
setpref(STRING,"kmeleon.general.trashmail",$trashadd3);
alert($trashadd3, "Trashmail address has been set", INFO);
}

trashmailinsert{
menugrayed=(hostname($URL)=="");
$trashmail=getpref(STRING,"kmeleon.general.trashmail");
setclipboard($trashmail);
id("ID_EDIT_PASTE");
}

registertrash{
opentab("httpee://trashmail.net");
}

trashmail_BuildMenu{
setmenu(Selection,macro,"Set Trashmail",trashmailsave,4);
setmenu("TextPopup",macro,"Insert Trashmail",trashmailinsert,5);
setmenu(WebServices,macro,"Register Trashmail",registertrash);
}

$OnInit=$OnInit."trashmail_BuildMenu;";
# --------------------------------------------------------------------
$macroModules=$macroModules."trashmail;";


maybe it can be made better by the gurus

first select tools>register trashmail
trashmail page will open, they auto generate an address.. select that address name and right click>set trashmail
when you go to a page that asks for an email address..right click in the email field and select 'insert trashmail'













Edited 1 time(s). Last edit at 05/19/2009 07:27PM by disrupted.

Options: ReplyQuote
Re: Trashmail
Posted by: JujuLand
Date: May 19, 2009 07:48PM

You can also try GetJetableMail, a Firefox extension I have adapted to K-Meleon there is a long time.

A+



Mozilla/5.0 (x11; U; Linux x86_64; fr-FR; rv:38.0) Gecko/20100101 Ubuntu/12.04 K-Meleon/76.0


Web: http://jujuland.pagesperso-orange.fr/
Mail : alain [dot] aupeix [at] wanadoo [dot] fr



Ubuntu 12.04 - Gramps 3.4.9 - Harbour 3.2.0 - Hwgui 2.20-3 - K-Meleon 76.0 rc



Options: ReplyQuote
Re: Trashmail
Posted by: soccerfan
Date: May 19, 2009 09:24PM

Thanks disrupted.
I was not aware of your extension jujuland.
I'll give both a try. Thank you both smiling smiley

EDIT: And getjetablemail is for km1.1.x, just what I use.

soccerfan



Edited 1 time(s). Last edit at 05/19/2009 09:30PM by soccerfan.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.