<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Hover Links (v2) | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/30002</link>
    <description>Recent comments on userscript: Hover Links (v2)</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>colors sizing, replied by eugenga @ Sat, 22 Nov 2008 12:51:27 +0000</title>
      <description>Edit script source (RClick on yellow monkey in status line - manage scripts - choose this script - edit - first time choose editor) - this is one you need &lt;br /&gt;&lt;pre&gt;
var bg_color = &quot;#ffffe0&quot;; // this is LightYellow background
var border_color = &quot;#ffd700&quot;; 
var font_color = &quot;#4682b4&quot;;
var font_face = &quot;verdana&quot;;
var font_size = &quot;10px&quot;; 
&lt;/pre&gt;
change values as you want - you can write just
&quot;black&quot; or &quot;white&quot; or number (see. &lt;a href=&quot;http://en.wikipedia.org/wiki/Web_colors&quot;&gt;http://en.wikipedia.org/wiki/Web_colors&lt;/a&gt; for color names and values)&lt;br /&gt;&lt;br /&gt;

Sorry, now I look into my source code - and find it is too far from ideal, sometimes I wrote values direct inline into function, so to change fonts size and color for title and url find and change this&lt;br /&gt; (!!!! This page show code incorect, so in next code lines there are font definitions, like &lt;code&gt;font-size: 13px; color: #8b0000;&lt;/code&gt;, but you can't see it here :)  )
&lt;pre&gt;
if (ttTitle) {ttTitle='&amp;lt;font&gt;' + ttTitle+'&amp;lt;/font&gt;&lt;br /&gt;';} 
		 else {ttTitle='';}

&lt;/pre&gt;&lt;br /&gt;
for title, and&lt;br /&gt;&lt;br /&gt;&lt;pre&gt;
tt_div.innerHTML = ttTitle+favIco + 
		'&amp;lt;font&gt;' + ttUrlHost+'&amp;lt;/font&gt;' + urlPage+tt_err;
&lt;/pre&gt;&lt;br /&gt;
for link host (I made it larger than link to page)
&lt;br /&gt; -- experiment with font sizes and make you preferences</description>
      <pubDate>Sat, 22 Nov 2008 12:51:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18051:79518</guid>
      <author>eugenga</author>
      <link>http://userscripts.org/topics/18051</link>
    </item>
    <item>
      <title>colors sizing, replied by Debbie Pomerance @ Thu, 20 Nov 2008 20:00:35 +0000</title>
      <description>&lt;p&gt;Hi -&lt;/p&gt;

&lt;p&gt;I use a screen magnification program due to low vision. I have it set at 2x or 2.5x normal screen size.
&lt;br /&gt;So - for me to see the whole computer screen I need to pan via mouse.&lt;/p&gt;

&lt;p&gt;For me to see a link target in the status bar (of a link at the top of a web page) - I need to turn my magnification to normal (1x), and then squint at the status bar. That was a long way of saying that the screen can't be showing the top of the web page where the link hovering takes place - and at the same time whow the bottom of the web page, where the status bar is.&lt;/p&gt;

&lt;p&gt;So - this type of add on is extremely useful for me.
&lt;br /&gt;Can it be set up so I can get the script showing the link with a white foreground (vs. beige) and black letters (in bold) for better contrast? Maybe increase the size of the font?&lt;/p&gt;

&lt;p&gt;I would be happy to email off-userscripts, however, I could not find a link with the script writer's email address. Maybe this was purposeful.&lt;/p&gt;

&lt;p&gt;Thank you&lt;/p&gt;</description>
      <pubDate>Thu, 20 Nov 2008 20:00:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:18051:79255</guid>
      <author>Debbie Pomerance</author>
      <link>http://userscripts.org/topics/18051</link>
    </item>
    <item>
      <title>Archived Comments, replied by jfty.009260 @ Sat, 02 Aug 2008 10:30:12 +0000</title>
      <description>&lt;p&gt;Hmmm...the popup not showing up problem is gone. &lt;/p&gt;

&lt;p&gt;eugenga, may I propose that you add id attributes for the favicon image, the title, and the domain? Styling them becomes tricky and other web page's CSS override the stylings.&lt;/p&gt;</description>
      <pubDate>Sat, 02 Aug 2008 10:30:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25637</guid>
      <author>jfty.009260</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by lucideer @ Thu, 31 Jul 2008 18:16:49 +0000</title>
      <description>&lt;p&gt;@jfty
&lt;br /&gt;Your problem with hovers might be an innerHTML problem. A lot of userscripts use innerHTML a non-standard function invented by Microsoft, which has a habit of causing havoc with eventListeners like mouseovers. Just a guess, it's probably not Greasemonkey's fault, but the script authors.&lt;/p&gt;</description>
      <pubDate>Thu, 31 Jul 2008 18:16:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25638</guid>
      <author>lucideer</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by jfty.009260 @ Tue, 29 Jul 2008 10:32:30 +0000</title>
      <description>&lt;p&gt;Thanks for the update. Oh yeah, I'm not sure if it's a Greasemonkey bug, but when you hover over links created through Greasemonkey scripts, and when you hover on them with this script, no tooltips appear.&lt;/p&gt;</description>
      <pubDate>Tue, 29 Jul 2008 10:32:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25639</guid>
      <author>jfty.009260</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by eugenga @ Mon, 28 Jul 2008 20:12:24 +0000</title>
      <description>&lt;p&gt;to jfty: thank, I add your styles in script, also change favicon showing - only if it present 
&lt;br /&gt;- New problem - prevent line brake, betwen icon and link
&lt;br /&gt;nobr, nbsp - not working as I want&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jul 2008 20:12:24 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25640</guid>
      <author>eugenga</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by jfty.009260 @ Mon, 28 Jul 2008 15:20:30 +0000</title>
      <description>&lt;p&gt;I found a lot of fixes for my problems regarding this script.&lt;/p&gt;

&lt;p&gt;If tooltips are stretching to as long as the page's width, use:
&lt;br /&gt;&lt;code&gt;width: auto !important;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;If tooltip content is spaced differently per page, use:
&lt;br /&gt;&lt;code&gt;line-height: 1.2 !important;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;If tooltips are sometimes covered (excluding Flash objects, of course):
&lt;br /&gt;&lt;code&gt;z-index: 9999999999 !important;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;If tooltips stretch too long because of uber long URLs:
&lt;br /&gt;&lt;code&gt;max-width: 50% !important;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;These problems are mostly caused by in-page CSS, and this can be remedied by adding custom CSS into the script. An '!important' token would help too.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jul 2008 15:20:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25641</guid>
      <author>jfty.009260</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by jfty.009260 @ Mon, 28 Jul 2008 11:05:45 +0000</title>
      <description>&lt;p&gt;I'm using Windows...and the problem seemed to have went away. Dunno how or why.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Jul 2008 11:05:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25642</guid>
      <author>jfty.009260</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by eugenga @ Sun, 27 Jul 2008 17:14:13 +0000</title>
      <description>&lt;p&gt;to jfty - FF linux/windows all normal
&lt;br /&gt;change styles
&lt;br /&gt;&lt;img src=&quot;http://img65.imageshack.us/img65/7735/ttttttek3.png&quot; alt=&quot;Image Hosted by ImageShack.us&quot; /&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jul 2008 17:14:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25643</guid>
      <author>eugenga</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by jfty.009260 @ Sun, 27 Jul 2008 07:50:45 +0000</title>
      <description>&lt;p&gt;I noticed that the text inside the tooltip is cropped by 1px from the right. Is it just me or is this problem also evident in other set-ups?&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jul 2008 07:50:45 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25644</guid>
      <author>jfty.009260</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by eugenga @ Thu, 17 Jul 2008 18:26:03 +0000</title>
      <description>&lt;p&gt;to d0ntstop:
&lt;br /&gt;I made this posibility
&lt;br /&gt;reinstall script,  change 1st constant - delay in msec (I set delay to 0)&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jul 2008 18:26:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25645</guid>
      <author>eugenga</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by d0ntstop @ Thu, 17 Jul 2008 15:45:11 +0000</title>
      <description>&lt;p&gt;I'd love this a lot a lot more if there was a delay to it, so it didn't always pop up, if that's possible I wouldn't know..&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jul 2008 15:45:11 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25646</guid>
      <author>d0ntstop</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by eugenga @ Thu, 17 Jul 2008 14:44:17 +0000</title>
      <description>&lt;p&gt;Now favicon show by onLoad - to prevent show empty favicon&lt;/p&gt;</description>
      <pubDate>Thu, 17 Jul 2008 14:44:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25647</guid>
      <author>eugenga</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by jfty.009260 @ Wed, 16 Jul 2008 05:44:04 +0000</title>
      <description>&lt;p&gt;Nice update, but sometimes the tooltip stretches to the width of the page.&lt;/p&gt;

&lt;p&gt;The tooltip should also have a z-index greater than 1000 (probably 999999?) because elements in some sites can just get on top of the tooltip. You can add this to the tooltip div's css for better text spacing consistency:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;line-height: 1.2 !important; &lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Some sites can override the properties of the tooltip, such as alignment and font size. Using CSS, variables, and the !important token might help this.&lt;/p&gt;

&lt;p&gt;You should also add a variable that sets whether the title and the domain should be bolded or not.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Wed, 16 Jul 2008 05:44:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25648</guid>
      <author>jfty.009260</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by eugenga @ Tue, 15 Jul 2008 16:41:46 +0000</title>
      <description>&lt;p&gt;Now show title of link, and favicon on page before external links (turn it off if annoing)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://img299.imageshack.us/img299/7956/cursoroi2.png&quot; /&gt;&lt;/p&gt;

&lt;p&gt;also small improvement near borders,&lt;/p&gt;</description>
      <pubDate>Tue, 15 Jul 2008 16:41:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25649</guid>
      <author>eugenga</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by eugenga @ Mon, 14 Jul 2008 16:49:03 +0000</title>
      <description>&lt;p&gt;to jfty.009260 -
&lt;br /&gt;I know, I dont check is it space to show tooltip, may be make this later
&lt;br /&gt;I remember, that I made tooltip over cursor because of FF show title atribute under cursor overlay each other. I see your example (&lt;a href=&quot;http://userscripts.org/scripts/show/4059&quot;&gt;http://userscripts.org/scripts/show/4059&lt;/a&gt;), and later change my script to show title in it 
&lt;br /&gt;The idea of my script - main attention to link host, to see on where site link follow, that's why I show favicon, grow font for host and cut off protocol (http:// or other)
&lt;br /&gt;and also implement decodeURIComponent() on href, it's actual for national wikipedias 
&lt;br /&gt;So, soon will be remake )&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jul 2008 16:49:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25650</guid>
      <author>eugenga</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by jfty.009260 @ Mon, 14 Jul 2008 09:40:04 +0000</title>
      <description>&lt;p&gt;Very nice implementation. Only a few gripes.&lt;/p&gt;

&lt;p&gt;The tooltip seems to be too high that when you're hovering on a link that's near the top, you won't be able to see its content.&lt;/p&gt;

&lt;p&gt;Additional features from this script (&lt;a href=&quot;http://userscripts.org/scripts/show/4059&quot;&gt;http://userscripts.org/scripts/show/4059&lt;/a&gt;) would also be cooler. Support for form buttons would make this the best script ever.&lt;/p&gt;

&lt;p&gt;Overall though, it looks very nice and it's functional.&lt;/p&gt;</description>
      <pubDate>Mon, 14 Jul 2008 09:40:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25651</guid>
      <author>jfty.009260</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by eugenga @ Sun, 13 Jul 2008 16:56:35 +0000</title>
      <description>&lt;p&gt;Simple tooltip over links &lt;/p&gt;

&lt;p&gt;favicon host
&lt;br /&gt;page&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://img144.imageshack.us/img144/2857/screenshotcq9.png&quot; /&gt;&lt;/p&gt;

&lt;p&gt;my preferences
&lt;br /&gt;based on - &lt;a href=&quot;http://userscripts.org/scripts/show/28708&quot;&gt;http://userscripts.org/scripts/show/28708&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jul 2008 16:56:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25652</guid>
      <author>eugenga</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Wed, 17 Nov 2004 01:06:06 +0000</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:06:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11006:25636</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/11006</link>
    </item>
  </channel>
</rss>
