Comments by jfty.009260 on scripts

65 comments

Comment on:
Userscripts Updater

Sep 27, 2008

A comment:
Sometimes the updater gets stuck at startup, but other times it does the updating smoothly. What's up with that?

A request:
Could you please add IDs or classes for the different elements? It's hard to style the updater without them. :D

Comment on:
YousableTubeFix

Sep 7, 2008

Easily the best YouTube script out there. And its autoplay feature is well-implemented, too.

Comment on:
GameFAQs User Highlight

Aug 17, 2008

So, what's new with this update?

Oh, and only messages are highlighted now, and no longer the topics that used to be highlighted back then.

Comment on:
Random Signature Generator

Aug 7, 2008

Please update. It's no longer compatible with GameFOX nor GameFAQs.

Comment on:
Hover Links (v2)

Aug 2, 2008

Hmmm...the popup not showing up problem is gone.

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.

Comment on:
Hover Links (v2)

Jul 29, 2008

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.

Comment on:
Hover Links (v2)

Jul 28, 2008

I found a lot of fixes for my problems regarding this script.

If tooltips are stretching to as long as the page's width, use:
width: auto !important;

If tooltip content is spaced differently per page, use:
line-height: 1.2 !important;

If tooltips are sometimes covered (excluding Flash objects, of course):
z-index: 9999999999 !important;

If tooltips stretch too long because of uber long URLs:
max-width: 50% !important;

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.

Comment on:
DOM Outliner

Jul 28, 2008

Indeed, useful.

Comment on:
userstyles - add useful content

Jul 28, 2008

Very nice, but you should make the included pages into
http://*userstyles.org*

Comment on:
Hover Links (v2)

Jul 28, 2008

I'm using Windows...and the problem seemed to have went away. Dunno how or why.

Comment on:
Hover Links (v2)

Jul 27, 2008

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?

Comment on:
Userscripts Updater

Jul 27, 2008

Much nicer implementation...thanks a lot!

Comment on:
Userscripts Updater

Jul 26, 2008

No more checkboxes? So the compare feature becomes the one from the previous version, where a link named 'compare' just pops up at update?

Comment on:
Userscripts Updater

Jul 25, 2008

So are you supposed to just check the diff checkbox when there's an update to compare things?

Comment on:
Subtle Alert Box Replacement

Jul 25, 2008

Ahh, I see. Well thanks for explaining the issue.

Comment on:
Userscripts Updater

Jul 24, 2008

Wow, this sure has changed a lot over the past few days...

What's the diff checkbox supposed to do?

Comment on:
Hover Links (v2)

Jul 16, 2008

Nice update, but sometimes the tooltip stretches to the width of the page.

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:

line-height: 1.2 !important;

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.

You should also add a variable that sets whether the title and the domain should be bolded or not.

Thanks.

Comment on:
Subtle Alert Box Replacement

Jul 14, 2008

Hmm...this is quite cool. Wouldn't it be better to add support for the other kinds of boxes (confirmation boxes, etc.) but keep the buttons intact? I dunno, just a suggestion.

Comment on:
Hover Links (v2)

Jul 14, 2008

Very nice implementation. Only a few gripes.

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.

Additional features from this script (http://userscripts.org/scripts/show/4059) would also be cooler. Support for form buttons would make this the best script ever.

Overall though, it looks very nice and it's functional.

Comment on:
Subtle Alert Box Replacement

Jul 5, 2008

Doesn't seem to work. Tried it on W3Schools' demos.

Comment on:
AMO: Better Layout

Jun 18, 2008

The site has changed again. Please update this script.

Comment on:
Resizable Table Columns

May 20, 2008

It doesn't work on the demo page where it was adapted from.

Comment on:
Google Images Direct Link II

May 16, 2008

Nice implementation.

Comment on:
Userscripts Updater

May 16, 2008

Thank you for the quick update!

Comment on:
Userscripts Updater

May 15, 2008

Making the text more readable also helps.