Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 
[SOLVED] TOOLS > Privacy > Clear selected...
Posted by: melo
Date: June 26, 2008 10:42AM

Hi,

IMHO, it would be useful to have an item in :
TOOLS > Privacy
named :
[Clear selected...]
to delete items enabled in :
TOOLS > Privacy > Settings...

Regards.



Edited 1 time(s). Last edit at 08/06/2008 03:18PM by melo.

Options: ReplyQuote
Re: TOOLS > Privacy > Clear selected...
Posted by: RM
Date: July 28, 2008 03:45AM

Ya I agree with you melo

Options: ReplyQuote
Re: TOOLS > Privacy > Clear selected...
Posted by: desga2
Date: July 28, 2008 09:27AM

I think that i can do this with a macro.
Please, wait a little time, i'll post a macro solution to this here.

K-Meleon in Spanish

Options: ReplyQuote
Re: TOOLS > Privacy > Clear selected...
Posted by: desga2
Date: July 29, 2008 11:23AM

Please, try with this macro ("PrivacyClearS.kmm"):
# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- Privacy Clear Selection --------------------------------------------------------------
#
# Dependencies	: $kPrivacy (Privacy Plugin load)
# Resources	: -
# Preferences	: "kmeleon.plugins.privacy.*"
#
# -------------------------------------------------------------------------------------------------

PrivacyClearS{
getpref(INT,"kmeleon.plugins.privacy.clearCache")!=0?plugin(privacy,ClearCache):0;
getpref(INT,"kmeleon.plugins.privacy.clearCookies")!=0?plugin(privacy,ClearCookies):0;
getpref(INT,"kmeleon.plugins.privacy.clearHistory")!=0?plugin(privacy,ClearHistory):0;
getpref(INT,"kmeleon.plugins.privacy.clearMRU")!=0?plugin(privacy,ClearMRU):0;
getpref(INT,"kmeleon.plugins.privacy.clearSignOn")!=0?plugin(privacy,ClearSignon):0;
}

# ----- PRIVATE

_PrivacyClearS_BuildMenu{
# Privacy menu
$_Privacy_menu="kPrivacy";
$_ClearS=_("Clear Selected");
$kPrivacy==true?setmenu($_Privacy_menu,macro,$_ClearS,PrivacyClearS,1):0;
}

$OnInit=$OnInit."_PrivacyClearS_BuildMenu;";

# -------------------------------------------------------------------------------------------------
$macroModules=$macroModules."PrivacyClearS;";

-EDITED: Now macro code is right, sorry.

K-Meleon in Spanish



Edited 2 time(s). Last edit at 08/06/2008 01:17PM by desga2.

Options: ReplyQuote
Re: TOOLS > Privacy > Clear selected...
Posted by: melo
Date: August 06, 2008 12:03PM

Quote
desga2


Please, try with this macro ("PrivacyClearS.kmm"):

Sorry, found now your answer !
Thanks but error...


On KM 1.1.5 :
(Have limited wide to 100 col.)
Macro named "PrivacyClearS.kmm" in "C:\Program Files\K-Meleon\macros"
http://img363.imageshack.us/img363/4387/20080806134109lz3.jpg

New menu :
http://img379.imageshack.us/img379/5402/20080806134810lj4.jpg

Four error windows :
http://img292.imageshack.us/img292/7564/20080806135025ed7.jpg

Corresponding to four items selected ?
http://img292.imageshack.us/img292/9793/20080806135212ut0.jpg

Regards.

Options: ReplyQuote
Re: TOOLS > Privacy > Clear selected...
Posted by: desga2
Date: August 06, 2008 01:19PM

@ melo:
I changed macro code, try again with new code. Before code was wrong.

K-Meleon in Spanish

Options: ReplyQuote
[SOLVED] Re: TOOLS > Privacy > Clear selected...
Posted by: melo
Date: August 06, 2008 03:17PM

Quote
desga2


I changed macro code, try again...

YEP !!!
That roxxx...
smiling smiley

On KM 1.1.5 & 1.1.6
Tried for cache, cookies, URL bar history : all is right and perfect !

Grateful.



Edited 1 time(s). Last edit at 08/06/2008 03:22PM by melo.

Options: ReplyQuote
Re: [SOLVED] TOOLS > Privacy > Clear selected...
Posted by: Jim Carlock
Date: September 10, 2008 10:36AM

Anyone know how to get a Tools->Privacy->Settings menu with KMeleon 1.5?

Options: ReplyQuote
Re: [SOLVED] TOOLS > Privacy > Clear selected...
Posted by: desga2
Date: September 10, 2008 12:13PM

Tools -> Privacy -> Clear Data -> Clear Automatically...

K-Meleon in Spanish

Options: ReplyQuote


K-Meleon forum is powered by Phorum.