Comments by hans212 on scripts

9 comments

Comment on:
Google Account Multi-Login

Sep 15, 2008

I tryed it and it works, with one of my accounts. But the other one has a "," (Komma) inside the password and the script does not accept it. so i wont change the password, can u please fix that?

Comment on:
Folders4Gmail+Folders2Top

Sep 12, 2008

I modified the script (JUST ON MY PC!) a bit. now all "not-labeled" elements are aligned-left (like default without this script). All label items have a margin of 5px now.

[FIND]

var indentedNode = label.domNode;
if(label.childLabels.length > 0){
indentedNode = expanderNode;
}

[FIND]

indentedNode.style.marginLeft = "" + indentionLevel*14 + "px";

[REPLACE WITH]

/* 20080912 set left margin only if there is a label item and leave the
rest untouched*/
if (indentionLevel > 1) {
indentedNode.style.marginLeft = "" + indentionLevel*5 + "px";
}

I hope, my code will be implemented soon.

Comment on:
GoogleMonkeyR

Sep 7, 2008

yes, no features any more, just the background colors ... rest is gone. i'm uninstall the script. :(

Comment on:
LabelLinks4Gmail

Sep 7, 2008

not working for me either :( im going back to folder4gmail+folder2top that works

Comment on:
Apple Trailer Download

Aug 16, 2008

Please add the auto updater script, available here on userscripts!
Great work!!

Comment on:
Apple Trailer Download

May 10, 2008

great!!!

Comment on:
Gmail Mark Read Button-Wrap Fixed

Apr 19, 2008

Yes please fix it !!

Great Script! Thx!

Comment on:
Rapidshare Links Checker

Jul 4, 2007

hmm it doesn't work for me :( non of the links i see where checked. what is wrong?