Extensions
: K-Meleon Forum
All about K-Meleon extensions.
Goto:
Forum List
•
Message List
•
Search
•
Log In
Your Name:
Subject:
Help information
BBcode help
Smileys help
[quote=disrupted] there's a problem with privacy mode in that if you have already launched privacy mode and privacy mode profile window is running and then you retured back to the main window/profile and try to launch privacy mode again; you will get an error :"the selected profile can't be loaded..already in use.." and kmeleon will proceed to launch the profile manager dialog. a work around this is by using a simple autoit script to check if privacy mode profile is running or not and executes the command accordingly extract in kmeleon's folder(privacymode.exe goes in the tools folder|privacymode.kmm in the macros folder) macro: [color=green][sub]# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage) # ----------launch k-meleon in privacy mode--------------------------------------------------------------------------- # # Dependencies : main.kmm (Go) # Resources : - # Preferences : - # # ------------------------------------------------------------------------------------------------------------------ $_tool_path=getfolder(RootFolder)."\\Tools"; $_km_path=getfolder(RootFolder)."\\k-meleon.exe"; $_pr_path=getfolder(RootFolder)."\\k-meleon.exe -new -P privacy"; privacymode{ menu = "Privacy Mode"; exec($_tool_path."\\privacymode.exe \"".$_km_path."\" \"".$_pr_path."\" " . $URL); } privacymodelink{ menu = "Privacy Mode"; exec($_tool_path."\\privacymode.exe \"".$_km_path."\" \"".$_pr_path."\" " . $LinkURL); } privacymode_BuildMenu{ # tools menu # link context setmenu(PrivacySecurity,macro,"Privacy Mode",privacymode,0); setmenu(LinkSave,macro,"Privacy Mode..",privacymodelink); } $OnInit=$OnInit."privacymode_SetAccels;privacymode_BuildMenu;"; # ------------------------------------------------------------------------------------------------------------------ $macroModules=$macroModules."privacymode;";[/sub][/color] autoit src: [color=blue][sub];AutoIt Version: 3.0: ;Author: yannis ; ; #NoTrayIcon #Include <String.au3> $Pmode=(" -new -P privacy ") $ExPar=_StringInsert($Pmode, $CmdLine[3], -1) if WinExists("[REGEXPTITLE: PRIVACY-MODE]", "") Then ShellExecute($CmdLine[1], $CmdLine[3]) else ShellExecute($CmdLine[1], $ExPar) EndIf exit[/sub][/color] IMPORTANT! in privacy mode the window titlebar must be named:' PRIVACY-MODE ' cause that's how the script checks if p-m profile is running in privacy mode, open preferences(F2) GUI appearance>window tile: PRIVACY-MODE EXTRA: special proxy file for privacy mode: [color=#ff7533][sub]function FindProxyForURL(url, host) { // variable strings to return var proxy_yes = "PROXY 194.36.10.154:3128"; var proxy_yes = "DIRECT"; if (shExpMatch(url, "127.0.0.1")) { return proxy_yes; } if (shExpMatch(url, "*www.*")) { return proxy_yes; } if (shExpMatch(url, "*.*")) { return proxy_yes; } if (shExpMatch(url, "https://*")) { return proxy_yes; } if (shExpMatch(url, "ftp://*")) { return proxy_yes; } if (shExpMatch(url, "gopher*")) { return proxy_yes; } return proxy_yes; }[/sub][/color] this uses a highly-anonymous codeen proxy..so not only your surfing doesn't leave any tracks on your pc but more importantly you don't leave any tracks on www.. like google won't be able to identify you or trace your ip. save privacy.pac in root c:\ in privacy mode profile preferences, proxy> new configuration> name configuration: privacymode use the following url: file:///c|/privacy.pac then select new privacy proxy from tools>proxy [img]dasa.jpg[img][/quote]
[Please Enable JavaScript]
K-Meleon forum is powered by
Phorum
.
Home/News
Screenshots
Download
Documentation
Resources
Get Involved
Forum
Bugs
Development