Posts by Eugene Schava on scripts

Subscribe to Discussions on your scripts 19 posts

Sep 15, 2008

TapScroll: Archived Comments

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

 
Aug 27, 2008

Google Reader Minimalistic: Archived Comments

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

 
Aug 22, 2008

Textarea resize: Archived Comments

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

 
Jul 30, 2008

Better Google for iPhone: Archived Comments

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

 
May 24, 2008

Better Google for iPhone: Archived Comments

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?

 
Apr 9, 2008

Google Reader: Show Feed Favicons: Archived Comments

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';
}

 
Feb 18, 2008

Gmail2 Label Hider: Archived Comments

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.

 
Feb 14, 2008

Gmail2 Label Hider: Archived Comments

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

 
Feb 13, 2008

Gmail2 Label Hider: Archived Comments

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!

 
Feb 12, 2008

Gmail2 Label Hider: Archived Comments

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

 
Feb 11, 2008

Gmail Label Hider (pref-based): Archived Comments

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

 
Feb 11, 2008

Gmail Label Hider: Archived Comments

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

 
Feb 7, 2008

LJ Show comments inline: Archived Comments

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

 
Jan 16, 2008

Better Google for iPhone: Archived Comments

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

 
Jan 8, 2008

Better Google for iPhone: Archived Comments

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

 
Jan 8, 2008

Better Google for iPhone: Archived Comments

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

 
Oct 13, 2007

Textarea resize: Archived Comments

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

 
Oct 12, 2007

YouTube Googler: Archived Comments

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

 
Apr 24, 2007

LJ Show comments inline: Archived Comments

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