Recent posts by daniel Rozenberg

Subscribe to Recent posts by daniel Rozenberg 6 posts found

Sep 12, 2007
daniel Rozen... 6 posts

Topic: Userscripts.org discussion / Contact the author when a script is commented

There's an RSS feed for comments, yours is http://userscripts.org/feeds/users/14738/script...
And there are always the many free RSS-to-email services that you can user if you still prefer email :)

 
Jul 14, 2007
daniel Rozen... 6 posts

Topic: Userscripts.org discussion / "Presentation" HTML

I've been using imageshack to add pictures to my scripts' descriptions.
It's not the best solution, but it works.

 
May 8, 2007
daniel Rozen... 6 posts

Topic: Script development / How to get added-on td to show at the same time as orginal td's?

AFAIK, there's nothing you can do - Greasemonkey will only load your script once the page has finished loading - which means you have to wait a bit in heavy pages...

 
Apr 20, 2007
daniel Rozen... 6 posts

Topic: Userscripts.org discussion / View in preferred language

There are indeed many scripts that work on specific websites whose languages are not English, and adding an optional "script's language" field to userscripts will obviously not only help English-only speakers to ignore those, but also people from other countries to quickly find scripts for websites in their own language... I think that could work ;)

 
Apr 7, 2007
daniel Rozen... 6 posts

Topic: Userscripts.org discussion / Adding support for RTL directionality

any timetable on when dir will be live?

 
Mar 24, 2007
daniel Rozen... 6 posts

Topic: Userscripts.org discussion / Adding support for RTL directionality

Any change of having support for RTL directionality on HTML elements in userscripts descriptions? (<element style="direction: rtl;"> or <element dir="rtl">)
Would be useful for us, people with weird languages that are written from right to left :)