Extensions :  K-Meleon Web Browser Forum
All about K-Meleon extensions. 
Popup Statusbar
Posted by: Zero3K
Date: January 12, 2014 09:16PM

It would be nice if someone could make an extension for v1.8.0 that replicates the popup statusbar that is shown in Firefox, etc.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: JamesD
Date: January 13, 2014 01:30PM

I don't have FF, but if you could tell me what the popup status bar does, I will make an attempt to do something like it. In FF, is the popup status bar included in the main program or is it an add-on package?

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: January 13, 2014 04:27PM
Options: ReplyQuote
Re: Popup Statusbar
Posted by: JamesD
Date: January 13, 2014 09:53PM

OK, I see the picture and the status bar line. What does the information in that line tell you? I do not use Google or GMail so When I go to Google I just see that screen without the bar. Is it from where you have just navigated?

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: January 13, 2014 10:42PM

Its showing the URL of the link that is being hovered over.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: JamesD
Date: January 13, 2014 11:18PM

Is not that what the status bar in KM already does?

Edit: Look under the View menu and make sure Status Bar has a check mark.



Edited 1 time(s). Last edit at 01/13/2014 11:23PM by JamesD.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: January 13, 2014 11:24PM

Yes, but I prefer having this extension over the status bar showing (which takes more screen space than the extension would).

Options: ReplyQuote
Re: Popup Statusbar
Posted by: JamesD
Date: January 14, 2014 02:52AM

It might be possible to do what you request, but I do not have the skills needed to make it happen.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: January 21, 2014 08:27PM

Does anyone else know how to make it?

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: February 02, 2014 01:17AM

*bump*

Options: ReplyQuote
Re: Popup Statusbar
Posted by: siria
Date: March 09, 2014 08:57PM

Might not be exactly the same as you mean, but anyway:
for showing the target of links in popup tooltips, when hovering the mouse over them, there is a nice (ten year old) bookmarklet by subsimple:
"Show Links Dest."
http://subsimple.com/bookmarklets/collection_links.php

It works fine in my KM16beta.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: March 10, 2014 06:43AM

It doesn't work for me in k-Meleon 74 Beta 3.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: March 21, 2014 03:56AM

I'm still wanting an extension for the mentioned function to be made.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: guenter
Date: March 21, 2014 06:17PM

Quote
Zero3K
I'm still wanting an extension for the mentioned function to be made.

How about this page?

http://subsimple.com/bookmarklets/writeyourown.php

You probably have to use the JavaConsole to find out why it does not work anymore and what must be changed.



Edited 1 time(s). Last edit at 03/21/2014 06:22PM by guenter.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: siria
Date: March 22, 2014 12:11AM

Not much hope, but does it work with those little modifications?
(disclaimer: I have almost zero clue of JS :coolsmiling smiley

(function(){function RIT(lX2){ var g, j ; void(g=lX2.getElementsByTagName('img')); for(j=0; j<g.length; j++){ if(g[j].alt!=''||g[j].title!='') void(g[j].alt+='\n\n'+lX2.title); }} function LT(wndwZ04){ var l, i, trg, tit; void(l=wndwZ04.document.links); for(i=0;i<l.length;i++){ if(!l[[b][/b]i].titleMod){ void(trg=l[[b][/b]i].target); if(trg!='')trg+=':\n'; void(tit=l[[b][/b]i].title); if(tit!='')tit+='\n\n'; void(l[[b][/b]i].title=tit+trg+l[[b][/b]i].href); void(l[[b][/b]i].titleMod=true); RIT(l[[b][/b]i]); }}} LT(window); var iG4; for(iG4=0; iG4<frames.length; iG4++) LT(frames[iG4]); })();



Edited 1 time(s). Last edit at 03/22/2014 12:11AM by siria.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: guenter
Date: March 22, 2014 12:06PM

Quote
siria
Not much hope, but does it work with those little modifications?
(disclaimer: I have almost zero clue of JS :coolsmiling smiley

(function(){function RIT(lX2){ var g, j ; void(g=lX2.getElementsByTagName('img')); for(j=0; j<g.length; j++){ if(g[j].alt!=''||g[j].title!='') void(g[j].alt+='\n\n'+lX2.title); }} function LT(wndwZ04){ var l, i, trg, tit; void(l=wndwZ04.document.links); for(i=0;i<l.length;i++){ if(!l[[b][/b]i].titleMod){ void(trg=l[[b][/b]i].target); if(trg!='')trg+=':\n'; void(tit=l[[b][/b]i].title); if(tit!='')tit+='\n\n'; void(l[[b][/b]i].title=tit+trg+l[[b][/b]i].href); void(l[[b][/b]i].titleMod=true); RIT(l[[b][/b]i]); }}} LT(window); var iG4; for(iG4=0; iG4<frames.length; iG4++) LT(frames[iG4]); })();

siria. The JS implementation changed slightly for newer versions of the GRE.
You'd need a current K-Melon's error console to debug it.

And does'nt these bookmarlets consist of one line?



Edited 1 time(s). Last edit at 03/22/2014 12:07PM by guenter.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: siria
Date: March 22, 2014 02:24PM

It is 1 line.
But as far as I remember the prob with KM is that it can only hold up to roughly 250 characters in a bookmark. That was the whole point why I initially started the javascriptia macro.

> You'd need a current K-Melon's error console to debug it.

Or someone with a current one whom I can ask :cool:



Edited 1 time(s). Last edit at 03/22/2014 02:28PM by siria.

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: April 24, 2014 10:56PM

Anyone else have any ideas regarding it?

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: June 02, 2014 02:11AM

Quote
Zero3K
Anyone else have any ideas regarding it?

Well?

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: July 26, 2014 05:05PM

How about telling me how to implement the code that Firefox uses to do it?

Options: ReplyQuote
Re: Popup Statusbar
Posted by: Zero3K
Date: August 08, 2014 03:42PM

Quote
Zero3K
How about telling me how to implement the code that Firefox uses to do it?

Anyone?

Options: ReplyQuote


K-Meleon forum is powered by Phorum.