Announcements :  K-Meleon Forum
 

Pages: 1234Next
Current Page: 1 of 4
Results 1 - 30 of 93
29 days ago
adodupan
Well Rapido, you're surprised me, as you see i don't have any feedback about nnSurf. nnSurf is the fifth final version now and i rewrote the code, but is no longer for sharing. I rewrote the code only for my own needs. K-Meleon has a complicated interface to use proxy. This is not a bad criticism, on the contrary, i like it this solution. But mozilla already has a better solution, easier and fast
Forum: Extensions
7 weeks ago
adodupan
If you want to change the shortcut Alt+S, you need to open the file K-meleon root\defaults\settings\menus.cfg, then you need to find the word &Sessions (you'll find on the two places this word) and replace it with, for example: &MySessions, or Sessi&ons, or Ses&je. It's important that you know that the & character defines your shortcut. This is your improvement. Regards
Forum: Improvement requests
8 weeks ago
adodupan
function GM_log(aMsg) { //setTimeout(function() { throw new Error(" " + aMsg); }, 0); var cs=Components.classes['@mozilla.org/consoleservice;1'] .getService(Components.interfaces.nsIConsoleService); cs.logStringMessage(aMsg); }
Forum: Extensions
2 months ago
adodupan
rodocop, as i already wrote, user interface file(s) requires much more lines and much more time than file nsUserAgent.js. Macrolanguage is too poor language, but it is possible. JavaScript xul is a better option. Once again, you are all invited and welcome to complete the user interface, don't be shy :) For macrolanguage coders, it is easy to change the way, how to read preferences in file nsUse
Forum: Extensions
2 months ago
adodupan
Here you often discuss about User-Agent. I don't know why it takes 10-15 different UA strings, but it does not matter. Now it's possible even more, here is possibility that you create UA rules (or exceptions) for the site. This file transmits UA header of your choice, and you can create rules. User interface requires more lines and more time. Of course, you're all invited to complete the interfac
Forum: Extensions
3 months ago
adodupan
OK, this one is enough. Last year, on hybrid ff3626 based, i have tried to solve problem right click in xul, but i failed. I am interested if anybody has solved this problem. Regards to all
Forum: General
3 months ago
adodupan
KM1.7 also can correctly render some webpages could not be correctly rendered by KM1.6. realgy or someone, would you put 5-6 links to websites where you can clearly see the difference in rendering Regards
Forum: General
5 months ago
adodupan
deadlock, i believe you, i don't want to check. You've probably found yet another bug. rodocop wants to extract toolband prefs values, change the skin, and then inject extracted toolband values. Changing the skin doesn't change toolband values . It makes no sense. JamesD is working on it, and as usual, he chose the hard way. So is everything to me looked like the engineering by two characte
Forum: General
5 months ago
adodupan
What is not so easy is knowing all the values for 'xxx' which is the toolbar name. There is no master list. This function would return to you your 'master list', just inject it. function a_je_to() { var ajetoprefs=Components.classes['@mozilla.org/preferences-service;1'] .getService(Components.interfaces.nsIPrefService); alert(ajetoprefs.getBranch('kmeleon.toolband.').getChil
Forum: General
5 months ago
adodupan
I can't figure out what the two of you guys want to do, but it really doesn't matter. You two guys have amazing energy and just keep on your work :) parse prefs.js for all lines about toolband user_pref("kmeleon.toolband.xxx.break", 0); user_pref("kmeleon.toolband.xxx.index", 1); user_pref("kmeleon.toolband.xxx.size", 203); user_pref("kmeleon.to
Forum: General
6 months ago
adodupan
browser.kmm v.0.2 Added option: Start with parameter (for example: -new)
Forum: General
7 months ago
adodupan
Mersad Berber 1940 - 2012 World has lost one more great artist. One of Berber's most beautiful works - Flora I http://s5.postimage.org/cvxb7uodh/Flora_I.jpg This picture is a small fraction of wonderful and amazing Berber's opus www.mersad-berber.com
Forum: Off-Topic
8 months ago
adodupan
Nick, these are good symptoms, enjoy in tweaks :) Regards
Forum: General
8 months ago
adodupan
Mello, here's flashblock v.1.5.13 (i am adding a shortcut F10). You need to replace all old files with new ones. You probably know that flashblock will not work if javascript is disabled. I don't know how long you're going to use the km, but if you're using flashblock, maybe you need to try this km addition. In this km addition script is filtered with nsIContentPolicy. With this km addition fla
Forum: General
8 months ago
adodupan
I think that there might be some way to re-enable the hostperm.1 power? I recently came to know that the hostperm.1 file in the profile directory is useless in blocking scripts, stylesheets,..etc. except cookies, popups and images. That's it.
Forum: General
8 months ago
adodupan
AllowScript is a simple km addition for creating javascript whitelist. EDIT: After installation, you must delete two files in the folder components (compreg.dat, xpti.dat) Regards
Forum: Extensions
10 months ago
adodupan
rodocop, - changed a few lines of code in a file pref-browsing.xul, - added a new file DefaultBrowser.js. For more details you can compare file pref-browsing.xul with older file.
Forum: Extensions
10 months ago
adodupan
Indeed, it's good to know that you are the creator of the latest km beta. Well, probably is registry better way for you :) Maybe this package can help that you learn something. Good luck with coding. Best regards
Forum: General
10 months ago
adodupan
If you already deleted two files (compreg.dat, xpti.dat) in the components directory, then everything should be fine. Test it on another website.
Forum: General
10 months ago
adodupan
JamesD, i hope this example will help you to learn how to use kmprefs in javascript. Green line is disabled code, blue is new or changed code. root\components file donottrack.js /* donottrack.js Jonathan Mayer - jmayer@stanford.edu An XPCOM component that adds a Do Not Track header to all web requests. v0.02 - 1/30/11 Updated header. v0.01 - 10/26/10 Acknowledgement: Closely fo
Forum: General
11 months ago
adodupan
JamesD, my suggestion is related exclusively to writing code, with the intention to spare you of your mistakes in the beginning. With your plan, fun writing would probably become a nightmare. I don't intend to change your attitude about privacy on the web.
Forum: General
11 months ago
adodupan
JamesD, my suggestion is that you spend your time in something useful to you. There are few reasons for this suggestion. I suppose that you want play with code, but your plan is wrong and that will make your game hard. First, javascript is a primary language of the browser, and in your game registry is absolutely unnecessary . Also, suggestion about autoit tool, is useful as it is useful that
Forum: General
11 months ago
adodupan
If you need info what some external software writes to the registry, it's ok. But if you need a value related only to km, you should to use km prefs. Anyway, the answer to your question: menuchecked = readreg(HKCU,"Software\\KMELEON\\DNT_mgr\\Status") == 1; In this example, Status is a DWORD value!!! For text you should to use STRING value. Regards
Forum: General
1 year ago
adodupan
snuz2 and rodocop, i don't know what you waiting for? You can't do any damage. You two guys need to send a request to join K-Meleon project, and just do what you know that is needed and what you know it's easy. Regards
Forum: General
1 year ago
adodupan
Gautam Malik, don't panic, you will restore your files back. I had 100% success with Restoration and with Recuva.
Forum: General
1 year ago
adodupan
id820, remarkably. Maybe too dark for me, but really beautiful and elegant. I was expecting rodocop's response, but.. I have singled out one with beautiful shades of blue.. http://fc03.deviantart.net/fs71/i/2011/364/d/a/shark_with_hdr_threatment_by_id820-d4kpn2u.jpg and of course this one.. http://fc05.deviantart.net/fs70/f/2011/364/1/8/global_reptile_by_id820-d4krc31.jpg M
Forum: Development
1 year ago
adodupan
Well Alain, everything is clear to me now :) Good luck with your tests. Best regards
Forum: General
1 year ago
adodupan
I like it when you explain something :) I believe that you are asking this. One more time, please explain this: You use a set ok key : which ought to be These keys don't exist, and aren't interpreted on the live. but level must be higher, and it seems to be used when connecting, and then icons are correctly set. I do not understand what you want to say.
Forum: General
1 year ago
adodupan
Alain, your registry is probably fucked up, i can't see another reason why the results of your tests are not good. Note: I made tests on a clean virtual machines with user without admin privileges (LUA in Windows 7 is on). My tests include action from control panel and action from ff and everything works fine. FF doesn't have any problem after action from km. I know for a icon-deficiency, bu
Forum: General
1 year ago
adodupan
Alain, don't look, try ..
Forum: General
Pages: 1234Next
Current Page: 1 of 4

K-Meleon forum is powered by Phorum.