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

Pages: PreviousFirst...3738394041...LastNext
Current Page: 39 of 92
Results 1141 - 1170 of 2734
7 years ago
JohnHell
Quotemikeyww Does KM's Gecko version correspond to that old Firefox version? Mike As Siria told above K-meleon, since Dorian re-took the project, is based on ESR Gecko (Extended Support release), which is not as old as it seems. It is stable and support new features enough, to browse the web, but not at the rate the other versions offer. It is intended, basically, for enterprises and do
Forum: Bugs
7 years ago
JohnHell
Quotemikeyww If this problem were caused by a Gecko or Firefox bug, then presumably the Web site would fail in Firefox. As long as the Web site works with Firefox and not K-Meleon, using safe mode, changing drivers, etc. does not make sense to me, since evidence here suggests that this problem stems from a K-Meleon bug. Earlier, in this thread: Quoterodocop I've tried this. That&
Forum: Bugs
7 years ago
JohnHell
My curiosity to see if the new installer runs drove me to... I think Adobe knew I quit and they quit as well (with the ESR). Looks like they release more security bug/security fixes than improvements and they think that new features don't break systems stability compared to release an ESR, so they quit releasing it. Very logical. https://www.adobe.com/products/flashplayer/distri
Forum: General
7 years ago
JohnHell
Then, our systems.
Forum: General
7 years ago
JohnHell
Quotesiria Quoterodocopthere is an inline-JS in page HTML. It cannot be blocked by our js-switcher (F7) as it blocks only separate js-file loaded from webpage. Huh - is that a new bug?? In older versions this general setting always blocked ALL js, and is supposed to. The other setting, which is ONLY meant for external files is the permissions.default.script (or similar, only from memory) No
Forum: General
7 years ago
JohnHell
And even none of them. With permissions.default.stylesheet set to 2 and javascript.enabled to false, go to https://es.yahoo.com/ and open one of the front page news. For whatever reason, with 75.0 it sits at 50% CPU for a while (or one thread in Pentium 4 HyperThreading) even you close the window (and I guess with tabs would happen too). One of those mysteries I can't find a solutio
Forum: General
7 years ago
JohnHell
Looks like Desga, nor me (nor anyone else), reviewed the KML file: # ---------- Local Documents ------------ es-ES -------------------------- View information on the K-Meleon MacroLanguage=Ver información sobre el lenguaje de Macros de K-Meleon View information on the K-Meleon Command Line Options=Ver información sobre las opciones de línea de comandos de K-Meleon View information
Forum: Development
7 years ago
JohnHell
QuotemgkmgkFor dark windows themes (dim backgrounds, white\gray fonts) URLs in address bar appear as black fonts written over black background. It makes them hardly readable. K-Meleon also seems to brighten up address bar background for https sites, so if font coloring is to be fixed, then sites with https would give an issue. Since 1.6, or so, the text color of the urlbar text was hardcod
Forum: Bugs
7 years ago
JohnHell
I desist. I reached a point that would need to include another script, and then another one from the original extension and a full rewrite. Too much work. I would leave the extension as is now and let the people choose the links they need.
Forum: Extensions
7 years ago
JohnHell
Converted to UTF-8 and renamed variables and/or functions (have in mind that it was a test and I named in spanish as what it was (test=prueba )). No more changes. I'll assume that the original request was for extensions and file sharing sites, so the next update will include/change a popup menu with 3 options: all links, extension links and file sharing sites. And the code above to che
Forum: Extensions
7 years ago
JohnHell
Just in case, read again the above, I edited to add a "false" check to the return as I needed to avoid strict javascript errors and to avoid add false urls to the final result. I don't know if clipboard has a limit. In my opinion the best option should be write file in %temp% and "notepad %temp%\\openfile". If system variables could be used.
Forum: Extensions
7 years ago
JohnHell
QuoteJamesD 2) What text should the menu item contain? Right now it says, "All links in Window". That is where I was pointing too. If the request is focused to extract links types, there should be 2 more options. What I meant with an array check, is because the injectJS should check which links to return based on the two options. In the original XPI file there are t
Forum: Extensions
7 years ago
JohnHell
Works for me. @rodocop, one important question: would I be wrong if what the requester really wants is: "It supports direct file links (e.g. http://www.some-server.com/some-file.zip) as well as the links to the most popular file sharing sites (e.g. http://www.netload.in/dateiabCdeFGH1.htm, etc.)." Because, then, there is the need to change a little the macro to include an
Forum: Extensions
7 years ago
JohnHell
Yep, 4096 :/
Forum: Extensions
7 years ago
JohnHell
Quotesiria function(x).... Shouldn't the x be removed here? And afterwards the x be defined as a var first... x is the function local variable. This or this is valid: function (x){} function (){var x;} Or global if you prefer: var x; function(){}
Forum: Extensions
7 years ago
JohnHell
QuoteJamesD count must be a string Yes, remember this: http://kmeleonbrowser.org/forum/read.php?3,131400,133260#msg-133260 Do you already have a working macro?
Forum: Extensions
7 years ago
JohnHell
QuoteJamesD siria This code did not give me the number. I got it from this: http://www.w3schools.com/jsref/coll_doc_links.asp $_tadf2 = injectJS("(function(x){x = document.links.length; return x;})();"); Is there not a limit on the number of characters the injectJS() can return? It would be great to get all links in one statement, if that is possible. I also wonder if
Forum: Extensions
7 years ago
JohnHell
QuoteYogi Edit: Sorry JohnHell, after reading twice - of course your method works also fine. In this case you change only file associations instead of disabling the Script Host and instruct per command your scripts to directly access the Script Host. Yep. Also, you still have the command from the context menu. You are not loosing anything. Just changes the default behavior, so, in case of
Forum: Off-Topic
7 years ago
JohnHell
You have a typo for the auto invoked function.This got me time to learn too: (function(){})(); (I colored it to make distinctions, as I did time ago with the new skin system. Hope it helps.) I bet you have the console filled with errors. Maybe tomorrow night I can give some time on this. Maybe, too, wasn't a good hint to think in the docinfo.kmm macro. Tomorrow will see.
Forum: Extensions
7 years ago
JohnHell
Quotesiria Uh oh... you're right, it may not be as easy as first thought! Just remembered now: the links are collected by JS, but tabs have to be switched by macro - and never could find a decent way how to exchange long and complicated strings between them?? DAMN IT, hate tabs. Ok, in tabs worked, forget the text below this. MMM. So, no way to interact with other tabs or windows.
Forum: Extensions
7 years ago
JohnHell
You are making things harder. Edit the file type (.js, .vba, .whatever), and set another action as default. For example, notepad, to edit it. Problem solved
Forum: Off-Topic
7 years ago
JohnHell
If so, then, reusing the _DocInfo_lstLinks from docinfo.kmm should work. I guess... Probably anyone of us can do this as all the work is already done. Anyway, I'm with the mind in other things now, as the elections we have here too, so if no one takes the challenge, I'd do, but not these days.
Forum: Extensions
7 years ago
JohnHell
Quotesiria sure can, but no time... Different windows are probably complicated, but all tabs in 1 window probably easy (for the js-savvy) John...? :cool: Tell me then. Because we are facing the same problem as with YesScript. There isn't a focus (OnActivateWindow) for tabs. Ok, we can switch from tab to tab, but, how to interact with the next tab? We lack a focus event for tab
Forum: Extensions
7 years ago
JohnHell
A lot of virus, no, a lot of different names for the same false positive. Also, you have the code inside, if you want to inspect yourself.
Forum: Bugs
7 years ago
JohnHell
Quotesmallhagrid I do not wish to bring friction between you and I No reason for it Summarized: life is complicated, don't blame, let the people choose and decide, teach about the options but don't evangelize, don't get angry if people can't go beyond. We all land in computing without knowledge and if the first we see is Windows (more remarked for those born in the l
Forum: Off-Topic
7 years ago
JohnHell
QuoteJujuLand QuoteRodocopBut if MS will make this impossible, I would be able to switch with ease. Yes, he will ... don't wait Bienvenu ... Blaming Microsoft, blaming developers, blaming hardware vendors, blaming users..., what would be correct? This scenario is more obvious. The other day I read a market survey and Android growth all over the world is unstoppable, gaining m
Forum: Off-Topic
7 years ago
JohnHell
It is related to indexDB and DOM storage. If I recall correctly, when you go to html5test.com, it will test and create the storage folders and websappstore.sqlite and other files. I have it disabled and/or read only and I only enable it when needed, but, still, read only. Additional data from Mozilla: https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API
Forum: General
7 years ago
JohnHell
Quotepanzer QuoteJohnHell That's not the only reason. Since a few months back (why so long is another personal history) I'm looking forward on moving, without looking back (I hope not to eat my words on this), to Linux and would be a waste of time to spend more time to solve these Windows versions annoyances. Will you abandon K-meleon/forum? Moving to Linux doesn't mean ab
Forum: General
7 years ago
JohnHell
@Yogi Have in mind that that link isn't the one when used the "Download button". The download button offers a link as: http://www.deviantart.com/download/614121943/kw_by_sicarius8-da5mriv.jpg?token=somenumber&ts=somenumber Not: http://orig11.deviantart.net/e7d5/f/2016/160/7/5/kw_by_sicarius8-da5mriv.jpg The image properties can't be shown when there is a redi
Forum: Announcements
Pages: PreviousFirst...3738394041...LastNext
Current Page: 39 of 92

K-Meleon forum is powered by Phorum.