General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Does Adblock not work with PocketK-Meleon?
Posted by: neolem
Date: April 22, 2007 09:21PM

Shouldn't there be an entry in the context menu (to pick the ad that should be blocked)? I don't notice any entry anywhere, though I followed the installation instruction here: http://adblockplus.org/en/kmeleon.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Date: April 23, 2007 09:40PM

I think Pocket K-Meleon replaces the standard profile.dll with kprofile.dll which is pretty much broken. It implements exactly the functions to get the browser running, anything else will not work. And Adblock Plus needs to know whether the profile is ready to be accessed at some point - a function it doesn't provide.



Edited 1 time(s). Last edit at 04/23/2007 09:41PM by Wladimir Palant.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Posted by: neolem
Date: April 24, 2007 03:31PM

Thanks for the explanation. Could be I'll use the standard K-Meleon installation soon, as K-Meleon has been my standard browser for some time now.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Date: April 29, 2007 05:30PM

Actually, I changed Adblock Plus now to catch this error. So Adblock Plus 0.7.5.1 (due in the next few days) should work with Pocket K-Meleon as well.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Posted by: noel-pg2
Date: May 02, 2007 07:54PM

Quote
Wladimir Palant
Actually, I changed Adblock Plus now to catch this error. So Adblock Plus 0.7.5.1 (due in the next few days) should work with Pocket K-Meleon as well.

so will Adblock Plus v0.7.5.1 work under K-meleon 1.1 RC2, Wladimir? I'll be beta testing the latest RC release of K-meleon 1.1 very soon.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Date: May 03, 2007 01:21AM

Why don't you test it and tell me then? winking smiley

Whatever, I installed 1.1 RC myself - everything looks fine with Adblock Plus 0.7.5.1. And the abp: links work as well now (sadly, it wasn't even a K-Meleon user who reported this issue).

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Posted by: noel-pg2
Date: May 03, 2007 02:59AM

ok Wladimir, done. ADP 0.7.5.1 worked okay with Kmeleon 1.1 RC2 on my XP SP2 computer.

it'll be nice if a menu option was added under Kmeleon's Tools menu for ADP for easier access.



Edited 1 time(s). Last edit at 05/03/2007 03:07AM by noel-pg2.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Posted by: neolem
Date: May 03, 2007 09:55AM

Thanks Wladimir! Only just now saw your reply. Adblock works great now in PocketK-Meleon, too! That's some service! :-))

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Date: May 03, 2007 11:16AM

noel-pg2: I think the installation instruction mentions how you add a menu item. This cannot be done automatically, not with the way K-Meleon configures its menus.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Posted by: desga2
Date: May 03, 2007 11:48AM

@noel-pg2 & Wladimir Palant:

You can added a menu option easily in 1.1 version. I add a menu option for easier access to my I-EBookmarks tool in Bookmarks menu with a simple .kmm (K-Meleon Macro File) in Macros folder.

# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- Language Selection -----------------------------------------------------------
#
# Dependencies	: -
# Resources	: -
# Preferences	: -
#
# -----------------------------------------------------------------------------------------
# Main function, menu option action.
I-EBookmarks{
exec("Tools\\I-EBookmarks\\I-EBookmarks.exe");
# exec("path") method for execute an external aplication.
}

# ----- PRIVATE
# Function for create a menu option.
_I-EBookmarks_BuildMenu{
$kBookmarks==true?setmenu("&Bookmarks",macro,"Import/E&xport...","I-EBookmarks",3):0;
# If Bookmarks plugin enabled, created an menu option in "&Bookmarks" menu, type 'macro',
# named "Import/E&xport...", for call "I-EBookmarks" action function above
# in '3'th possition in menu.
}
# Called OnInit (when K-M loads) to function for create a menu option.
$OnInit=$OnInit."_I-EBookmarks_BuildMenu;";

# ------------------------------------------------------------------------------------------
$macroModules=$macroModules."I-EBookmarks;";
# Add "I-EBookmarks;" to macro modules loads.

K-Meleon in Spanish



Edited 1 time(s). Last edit at 05/03/2007 11:58AM by desga2.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Posted by: Dorian
Date: May 03, 2007 11:54AM

It's possible with 1.1
Check the new SetMenu function in latest kmeleon_plugin.h

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Posted by: noel-pg2
Date: June 20, 2007 03:51PM

Quote
desga2
@noel-pg2 & Wladimir Palant:

You can added a menu option easily in 1.1 version. I add a menu option for easier access to my I-EBookmarks tool in Bookmarks menu with a simple .kmm (K-Meleon Macro File) in Macros folder.

# K-Meleon Macros (http://kmeleon.sourceforge.net/wiki/index.php?id=MacroLanguage)

# ---------- Language Selection -----------------------------------------------------------
#
# Dependencies	: -
# Resources	: -
# Preferences	: -
#
# -----------------------------------------------------------------------------------------
# Main function, menu option action.
I-EBookmarks{
exec("Tools\\I-EBookmarks\\I-EBookmarks.exe");
# exec("path") method for execute an external aplication.
}

# ----- PRIVATE
# Function for create a menu option.
_I-EBookmarks_BuildMenu{
$kBookmarks==true?setmenu("&Bookmarks",macro,"Import/E&xport...","I-EBookmarks",3):0;
# If Bookmarks plugin enabled, created an menu option in "&Bookmarks" menu, type 'macro',
# named "Import/E&xport...", for call "I-EBookmarks" action function above
# in '3'th possition in menu.
}
# Called OnInit (when K-M loads) to function for create a menu option.
$OnInit=$OnInit."_I-EBookmarks_BuildMenu;";

# ------------------------------------------------------------------------------------------
$macroModules=$macroModules."I-EBookmarks;";
# Add "I-EBookmarks;" to macro modules loads.

but where do you enter these codes, desga2? I mean, what .KMM file do you input these entries? still unclear to me.



Edited 1 time(s). Last edit at 06/20/2007 03:52PM by noel-pg2.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Posted by: noel-pg2
Date: June 20, 2007 04:00PM

Quote
Dorian
It's possible with 1.1
Check the new SetMenu function in latest kmeleon_plugin.h

so what do I do with the kmeleon_plugin.h file? where do I put it? need more info from you Dorian and desga2 cuz I still don't have a clue as to enable the Adblock menu item.

Options: ReplyQuote
Re: Does Adblock not work with PocketK-Meleon?
Posted by: noel-pg2
Date: June 20, 2007 04:06PM

Quote
Wladimir Palant
noel-pg2: I think the installation instruction mentions how you add a menu item. This cannot be done automatically, not with the way K-Meleon configures its menus.

what installation instructions? from your site, Wladimir Palant? or from the Kmeleon site. I don't know if they apply to Kmeleon 1.1.

btw - (going a little off topic) I tested the latest Adlbock Plus Firefox extension under Netscape Navigator 9 beta 1 and it works. Netscape 9 is based on Firefox 2.x and thus many FF2.x extensions (including Adblock Plus) should be able to work under NS9. Netscape Navigator 9.0b1 can be downloaded here:
http://browser.netscape.com/downloads

Options: ReplyQuote


K-Meleon forum is powered by Phorum.