General :  K-Meleon Web Browser Forum
General discussion about K-Meleon 
Pages: Previous123456Next
Current Page: 2 of 6
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: Samuel Morales Jr.
Date: June 04, 2007 11:29PM

Adblock Plus works for me. I don't know about the disabling issues in 1.1, but in version 1.02 of K-Meleon it would continue to work in the background even though you disabled it.

This is where I got my AdBlock Plus from:
http://adblockplus.org/en/kmeleon

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: Samuel Morales Jr.
Date: June 04, 2007 11:32PM

Opps Guenter already posted the webstie. Sorry for my redundant posts.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: 1832
Date: June 05, 2007 03:04PM

I unzipped and download the wxdownloadfast extension and, after using it a couple of times, and I was wondering if anyone could help me out how to:
1. Whenever I use the download manager, it places a wxdownloadfast.ini file and a partial folder on my desktop, how do I disable this?
2. I added the --hide string to the .kmm file, but as soon as the download finishes the program gets on top, how can I make the program close as soon as the download finishes?
3. Why doesn't the program remember any of the changes I make through Configuration?

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Date: June 06, 2007 06:48AM

I've started to make an extension for ActiveX & WMP (see POST.) I've modified the setup, created the folders and copied the files. I was wondering how, from the script, I could "delete ./K-Meleon/components/compreg.dat and ./K-Meleon/components/xpti.dat" Thanks!

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: guenter
Date: June 06, 2007 11:06AM

Plus we should include the reg fix for the Windows Media Player bug mentioned at Gemal's page. MS included only old Netscape in the list that enables WMP 9 and later.

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\K-Meleon.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\K-Ninja.exe]

plus maybe:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\mozilla.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\firefox.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\SeaMonkey.exe]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\orca.exe]



Edited 1 time(s). Last edit at 06/06/2007 11:07AM by guenter.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: kko
Date: June 06, 2007 03:46PM

The K-Meleon 1.1 installer is already adding this key automatically:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\K-Meleon.exe]

Firefox and K-Ninja too (for themselves).

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: guenter
Date: June 07, 2007 06:01AM

Thx good to know that. Guess then we only have to repack the files because deleting the dats when needed was AFAIRemember integrated into installer script.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Date: June 07, 2007 07:47AM

I tried to make it, this is my first go. Tell me what you think: ActiveX4WMP

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: Mala Okeh
Date: June 07, 2007 10:53AM

Dear simplinventor,

I just installed your ActiveX4WMP extension but the ActiveX component doesn't work as there is no kmm-macro that is build while installing. Could you fix that, please?

Thx,

Mala Okeh

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: JujuLand
Date: June 07, 2007 10:55AM

Well, the install seems ok.

I haven't tried to use it because I don't use Windows MediaPlayer

Send me your script, if you have made some modifications on the one I use.

With !def Components, *.dat are automaticly deleted in components folder.

The only difference between our script seems to be the message you send with deletion. Right ?

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: Experimental K-Meleon Extension Setup 1.7
Posted by: guenter
Date: June 07, 2007 12:14PM

Quote
Mala Okeh
the ActiveX component doesn't work as there is no kmm-macro

A kmm is not needed for activeX functionality
( I will only have time in the evening to test the installer ).

The only thing that can have been forgotten is what alain says.
If so delete the two dats by hand.

Generally:
It does not matter with XP if You alter the activex.js script posted by me so that K-Meleon does not white list. - since XP SP2 IE white lists save activeX components and uses only them.

K-Meleon always readed out IE settings - so now K-Meleon will use only the ones considered save by MSoft smiling smiley

So You are only affected with old Windows or with XP without SP2.

The toggle macro (kmm) was introduced for safty - white listing components IMHO does not need a toggle. - You will only white list save activeX components anyway smiling smiley


Fred added the toggle functionallity for 0.9 (that was before Mircosoft did something about it ) but that was overkill even then, since he prepared his activeX.js for white listing. This garantees safty as long as the activeX commponent is save. To prepare activeX.js in this way is for example suggested on the page that is the home of the embed project (the base for K-Meleon - so only good and smart things come from that page smiling smiley.

Means: the ActiveX component can come with a *.kmm or button that toggles activeX support. But this has nothing to do with the funcionality. And it is a matter of taste and overkill to include it.

p. s. Quite honestly: I did never bother to make or use the toggle.

BTW. the activeX support can have problems with certain content blocking addons.
You will find further info via http://plugindoc.mozdev.org/faqs/kmeleon.html
which has links e.g. to http://forums.mozillazine.org/viewtopic.php?t=167260



Edited 1 time(s). Last edit at 06/07/2007 12:15PM by guenter.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: JujuLand
Date: June 07, 2007 12:59PM

I made the macro to toogle ActiveX (the one Fred used) in 0.9 FR4 (and perhaps for a previous build), it uses NpChooser a tool from T. Kamashi.

I don't know if it's always necessary (perhaps the feature is now in ActiveX)

It will perhaps be interesting, if possible, to manage white list, from within K-Meleon, a little the same way as I do with noscript. It's depending how the list is saved (file or registry, and file format).

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: Experimental K-Meleon Extension Setup 1.7
Posted by: guenter
Date: June 07, 2007 03:08PM

@alain, Great idea!
That is a far easier approach. A simple kmm/macro calling a tool.
And npChooser.exe by T.Kamachi can in deed be used manage the Netscape plugin type plugin called npmozax.dll smiling smiley. It can also manage other plugins ( and i still think that white listing is sufficient precaution :p )

BTW. The only disadvantage some ppl will need to resource hack the tool if they want it in other languages then en-US/fr-FR/de-DE ( it exists in en-US - You have AFAIK a fr-FR and I have a de-DE version ). Do You intend to offer the tool and is language versions as extensions? IFF You do? I can send German exe.

The other way to adapt is Fred's macro from 0.9.12 to kmm.

Else manage activeX white list directly?
You would need a c+ coded tool or something to read out the CID.
ClassID is then added in activeX.js to white list.
You would need much overhead to automate these two steps.
And I do not think it is worth the effort.
You can as well do by hand (only a few activeX are save and used).



Edited 1 time(s). Last edit at 06/07/2007 03:11PM by guenter.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: JujuLand
Date: June 07, 2007 08:23PM

> @alain, Great idea!

No, old idea, I have look at FR4. The use of NpChooser was already here and, after have a look to Fred 1.0.2 ax, I remember that I have created toggleplug() for Fr4 and Fred used in all his builds.

I think we can use it with 1.1 macro system, with very small modifications.

For whitelist, as I haven't any idea of what is the CID, I don't know now if it's possible... If it's a file, send me one as example ...

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: Experimental K-Meleon Extension Setup 1.7
Posted by: guenter
Date: June 08, 2007 01:33AM

It is an old forgotten great idea from jujuland - used in old issues by me also :p

The activeX components have all an unique identifier number. IThey looks like:

ClassID.CID6BF52A52-394A-11D3-B153-00C04F79FAA6

This quted string is AFAIK Media Player's number. You use this number in activeX.js to allow or forbid. Numbers like this are programmed into the software / dll. The number is an unique name that can be called. The number is allocated when the component is created. It is an unique number.

Sorry about my bad English, vague expression and that I do not know more.



Edited 1 time(s). Last edit at 06/08/2007 01:36AM by guenter.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Date: June 09, 2007 01:29AM

@JuJuland

Here's a zip of it: ActiveX4WMP

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: JujuLand
Date: June 09, 2007 09:14AM

@simpleinventor,

I have added menu entry to Enable/Disable the plugin (possibility to use the same base macro to do the same action with others plugins.

Also modified activx.js

@All,

Added IEtab extension

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: Experimental K-Meleon Extension Setup 1.7
Posted by: Mala Okeh
Date: June 09, 2007 10:54AM

Dear Jujuland,

Link for ActiveX4WMP seems not to be working.

Mala Okeh

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: JujuLand
Date: June 09, 2007 11:08AM

Thanks,

Corrected

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: Experimental K-Meleon Extension Setup 1.7
Posted by: JujuLand
Date: June 09, 2007 01:08PM

New ActiveX4WMA build:

- an error message fixed
- tooglePlug macro rewritted
- translation added
- utils kplugin added.

delete ActiveX4WMA.kml (no more needed, and replaced by tooglePlug.kml) in locales folder

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





Edited 1 time(s). Last edit at 06/09/2007 01:16PM by JujuLand.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: D555
Date: June 12, 2007 05:16AM

JujuLand
May I asked you about adopting for KM another one very usefull extension -
Check4Change
https://addons.mozilla.org/en-US/firefox/addon/3028
Thank you in advance.



Edited 1 time(s). Last edit at 06/12/2007 05:18AM by D555.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: JujuLand
Date: June 12, 2007 10:09AM

@D555,

I think K-Meleon has already this feature.

Display > Reload > Automatic Reload

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: Experimental K-Meleon Extension Setup 1.7
Posted by: 1832
Date: June 12, 2007 07:10PM

I was wondering if you guys could help me out. I have been using the wxdfast extension and I was looking forward to modify it, meaning: when you right click something it says: "Download with" -> "wxdfast", I wanted to know what would I have to modify in order to have "Download with wxdfast", all in one line, so I could make it faster by avoiding the use of the mouse.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: D555
Date: June 12, 2007 10:01PM

JujuLand
nope... it looks for changes in page. like mail etc.
it has 1 xul config window and menus on options & tab rightclick.
Would be very appreciated for that extension smiling smiley. It real enhance browsing...



Edited 1 time(s). Last edit at 06/12/2007 10:09PM by D555.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: 1832
Date: June 21, 2007 12:46PM

I made some modifications to the NoScript and wxdfast extensions, would you like to see them? I can upload them to some site like http://rapidshare.com if you want.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: guenter
Date: June 21, 2007 12:55PM

@1832,
best upload and comment them
- some ppl will like & need them.
Hope they find them in time ;-)
greetings to AR from DE.


p. s. We need a more permanent place for such extensions and the modifications.

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: JujuLand
Date: June 21, 2007 04:09PM

@1832,

I can't download it ...
Are you sure of the link ??

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: Experimental K-Meleon Extension Setup 1.7
Posted by: 1832
Date: June 21, 2007 05:29PM

I didn't upload because I was not sure of copyright issues. Since you created them and wanna see them, here they are:
NoScript: http://rapidshare.com/files/38550135/noscript.zip
wxDownload: http://rapidshare.com/files/38550623/wxDownload.zip

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: 1832
Date: June 21, 2007 05:45PM

Quote
1832
I didn't upload because I was not sure of copyright issues. Since you created them and wanna see them, here they are:
NoScript: http://rapidshare.com/files/38550135/noscript.zip
wxDownload: http://rapidshare.com/files/38550623/wxDownload.zip
The wxDwonload fast link is wrong. This are the good ones:
NoScript: http://rapidshare.com/files/38550135/noscript.zip
wxDownload: http://rapidshare.com/files/38553285/wxDownload.zip

Options: ReplyQuote
Re: Experimental K-Meleon Extension Setup 1.7
Posted by: JujuLand
Date: June 21, 2007 08:12PM

For wxDownload, you must change the string in the kml file to allow translation. Sorry, but I prefer ma solution which allows to use more than one downloader. :-)

For Noscript, explain quickly what you have modified and the reasons, because the file is long and it won't take too much time to see the modifs.

For license, what was the problem ? All I do is completely free.
Not for money, just for pleasure...

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





Edited 1 time(s). Last edit at 06/21/2007 08:15PM by JujuLand.

Options: ReplyQuote
Pages: Previous123456Next
Current Page: 2 of 6


K-Meleon forum is powered by Phorum.