Comments by Eugene Schava on scripts

19 comments

Comment on:
TapScroll

Sep 15, 2008

Thank you for good script!
Small suggestion: could you add a small code to script which checks platform on which script is actually run. And start it only on Maemo
I (and maybe somebody more) have the same set of scripts at the desktop and maemo browsers but don't need scrollbar at the desktop
Also there should be a way to hide a scrollbar. E.g. for links in bottom of page - now I have no way to click on it
Thanks

Comment on:
Google Reader Minimalistic

Aug 27, 2008

it seems reason is in "unsafeWindow.AK();" line
maybe it throws an exception

Comment on:
Textarea resize

Aug 22, 2008

to alta88: thank you for feedback but I do not think this functionality is really needed. Sorry

Comment on:
Better Google for iPhone

Jul 30, 2008

to dsjkvf: It seems new version of GMail always shrinked width of main view to 320 px. I have no clue how to fix this now, sorry

Comment on:
Better Google for iPhone

May 24, 2008

to lm2:
I like new google reader iphone interface and use it even on laptop. The one thing I would fix in new interface using this script - bar at top with reader logo. But unfortunally cannot find a time for this...
About your problem.. I guess it's possible but need to spend some time to make it work.. Could you please contact me using e-mail, jabber or icq to discuss small things?

Comment on:
Google Reader: Show Feed Favicons

Apr 9, 2008

Just a suggestion:
instead of downloading full opml file every time you can get feed url from link, parent to icon, e.g.

a = icon.parentNode;
var hrefMatch = a.href.match(/\/reader\/view\/feed\/(https?%3A%2F%2F[\w\.\-]+)/);
if (hrefMatch)
{
feedDomain = decodeURIComponent(hrefMatch[1]);
icon.src = feedDomain + '/favicon.ico';
}

Comment on:
Gmail2 Label Hider

Feb 18, 2008

to goldenratio: Anything I can suggest - please try to insert debug statements like
console.info("line number 14");
after any script line and look at the firebug console after gmail loading or send log to me.

Comment on:
Gmail2 Label Hider

Feb 14, 2008

It seems script stopped working for me as well so I've fixed it. Please update

Comment on:
Gmail2 Label Hider

Feb 13, 2008

to goldenratio: Open Firebug, select Console tab
Click on Inspect button and select any label.
In DOM window you will see some selected DIV element. Find parent TABLE element (after one more DIV, TD, TR and TBODY). Please post here class attribute of this table. Also please post class of DIV parent for TABLE (I have "pvSW6e" for DIV and
"H7Bo8e" for TABLE)

Thank you!

Comment on:
Gmail2 Label Hider

Feb 12, 2008

to ifieatturkey: Are you using Firebug? If so - let's try to make it working

Comment on:
Gmail Label Hider (pref-based)

Feb 11, 2008

I've created my version of such script for Gmail2 which hides labels with name started with x_
at http://userscripts.org/scripts/show/22635
If you want to implement pref-based labels - please notify me

Comment on:
Gmail Label Hider

Feb 11, 2008

It's a great script but it doesn't work with Gmail2 for me. So I've created my version at http://userscripts.org/scripts/show/22635

Comment on:
LJ Show comments inline

Feb 7, 2008

I meant greasemonkey scripts which work with comments. E.g. LJ Thread Unfolder

Comment on:
Better Google for iPhone

Jan 16, 2008

2 Peter Elliot: Thank you Peter. You are right
I've updated script with your change and fix some small bugs. So please update include urls

Comment on:
Better Google for iPhone

Jan 8, 2008

2 vinscuzzy:
Could you try blank value? And please read comment from Peter Elliot. He has a good idea about fast user-agent switching

Comment on:
Better Google for iPhone

Jan 8, 2008

2 Peter Elliot:
Thanks for feedback! To play with gmail textboxes you can try another my script "Textarea resize"
I don't use digg but if you want adjust it - I'll try when have free time
And your idea with bookmarklets is pretty good )

2 vinscuzzy:
Could you try blank value? And please read comment from

Comment on:
Textarea resize

Oct 13, 2007

Thank you, Daniel!
I've fixed this string. Please check at your browser if you have an ability

Comment on:
YouTube Googler

Oct 12, 2007

Please, change line
for each (arg in nembed.src.split('?')[1].split('&')) {

to
for each (arg in nembed.getAttribute("flashvars").split('&')) {

to enable video downloading back

Comment on:
LJ Show comments inline

Apr 24, 2007

could you give me your livejournal page? I'll try to fix script for you