Improvement requests :  K-Meleon Web Browser Forum
Use this forum to talk about a feature you're missing. 

Pages: Previous12
Current Page: 2 of 2
Results 31 - 42 of 42
17 years ago
jk-
QuoteJujuLand@Mala Okeh, 2) &xul doesn't work anymore Adding this to your macro allows &XUL with 1.1a2, should work with this one as well: $layer=getpref(BOOL,"kmeleon.plugins.layers.load"); XUL{ $layer==true?pluginmsg(layers,OpenURL,$xul)pennew($xul); }
Forum: General
17 years ago
jk-
you could just: togglepref(BOOL,"javascript.enabled"); but an if statement would be like this (on one line): getpref(BOOL,"javascript.enabled")==true ? setpref(BOOL,"javascript.enabled",false) : getpref(BOOL,"javascript.enabled")==false ? setpref(BOOL,"javascript.enabled",true) : 0;
Forum: General
17 years ago
jk-
QuoteBefore right-clicking a link, just click in the page to unselect text well yea, obviously. but you shouldn't have to. It wasn't like this in 1.02 and it isn't like this in firefox
Forum: General
17 years ago
jk-
nice guenter. I think people would also need to delete compreg.dat and xpti.dat in kmeleon/compontents directory though? I also added this to the noscript.kmm so scripts could be enabled globally: NSOnOff{ togglepref(BOOL,"noscript.global"); menuchecked=getpref(BOOL,"noscript.global"); getpref(BOOL,"noscript.global")==true?statusbar("NoScript Disable
Forum: General
17 years ago
jk-
One thing I've noticed in this release is if you have text selected in a page and then attempt to right click a link you will not get the link options on the context menu, only the selected text options.
Forum: General
17 years ago
jk-
it looks correct for me. You might want to set the preference plugin.expose_full_path to true and then you can see exactly which plugins are being loaded with about:plugins (that's about-colon-plugins in case you see a smiley there) And keep in mind that there is a plugins sub-directory both in your k-meleon profile directory and in your installation directory.
Forum: General
17 years ago
jk-
I took a look at the javascript code in greasemonkey that accomplishes xmlhttpRequest and I think it's a little too advanced for me at the moment. If implemented incorrectly it could also become a security issue so for now there are no plans on my part. I do however have an idea for GM_addStyle and possibly some other functions.
Forum: General
17 years ago
jk-
The kmm file is only for the newsest alpha release. If you are still using 1.02 then you need to copy/paste the text into your config files. I do need to get better instructions up there.. all in good time
Forum: General
17 years ago
jk-
If anyone is using the greasify module for the KM alphga build they may want to update it to the one that is on the website now. In the earlier versions I had forgotten to append OnLoad unto itself.
Forum: General
17 years ago
jk-
I think it just moves menus.cfg, macros.cfg, and accel.cfg to the subdirectory of your profile named "Backup".
Forum: General
17 years ago
jk-
No problems here on 2000.
Forum: General
17 years ago
jk-
QuoteGnomeIs this already in there? i havn't noticed.If not,it would be great to have. Check out this post: http://kmeleonbrowser.org/forum/read.php?1,68178
Forum: Improvement requests
Pages: Previous12
Current Page: 2 of 2

K-Meleon forum is powered by Phorum.