Comments on Justin Ormont's Scripts

54 comments

Comment on CoralCache - external images made Sep 29, 2008:

Justin Ormont

Updated, to address Ahoier's comment.

Works on all known NYUD.NET addresses now.

Comment on Facebook Auto-Colorizer made Jul 31, 2008:

Greg Moore

Are you going to update this for the new layout. I really like it.

Comment on eBay - Display Totals with Shipping made Jul 10, 2008:

ladiko

i added all named changes to this file: http://phpfi.com/330812

works on ebay.de and ebay.com

Comment on eBay - Display Totals with Shipping made Jul 6, 2008:

bestfacts

>> any one added currency convertion to this?

https://addons.update.mozilla.org/en-US/firefox...

Comment on Facebook Auto-Colorizer made Jul 4, 2008:

carvingwaves

wayy cool, i love the subtle-yet-amazing changes

Comment on Facebook Auto-Colorizer made Jun 16, 2008:

Ryuji5864

Script is having issues with making a theme for facebook friend pages. The script will use the same colors on a lot of the pages, instead of making a new one.

Comment on Facebook Auto-Colorizer made May 20, 2008:

dob

This is really amazing, I wish I knew how to do that.

I can't really read through hundreds of lines of code, but all I'd like to know is how you read the colors from the photo?

Thanks!

Comment on Facebook Auto-Colorizer made Apr 26, 2008:

JAYSMYHERO

Ok You all know you like this right well how much would you like this if your friends could see this effect as well on your profile??? Come on now???

Let's Make This A Facebook - Myspace Application!!!

=)

whos with me?

Comment on Facebook Auto-Colorizer made Mar 21, 2008:

ZeN ScHiZo

Great Work Justin!!

The idea of having the colours mathed w/the persons profile pic is Fantastic.. U Rule!! i Fav!!

Comment on CoralCache - external images made Feb 28, 2008:

ahoier

I dont know how much work it would take, but the URL is not always, .nyud.net:8090...

For example, I've seen some instances where it was simply .nyud.net/

I don't know if it's a load-balancing thing, or what...? But I use the form available on coralcdn.org, and well it's easier to append .nyud.net/ to a domain name, than try and remember which port works ;)

And well, the coralcdn site has removed the :port mention from their site now, and simply states to use .nyud.net/, example: http://www.coralcdn.org.nyud.net/

Comment on eBay - Display Totals with Shipping made Feb 25, 2008:

Ben Shepherd

Hi,

I made some changes to your Greasemonkey script "eBay - Display Totals with Shipping". I've uploaded the new version here:

http://userscripts.org/scripts/show/23223

Hope this is okay - if you don't want the altered script to be posted, I'll take it down.

(I've added support for auctions in UK pounds, and made it so it replaces the shipping column.)

ben

Comment on Facebook Auto-Colorizer made Jan 13, 2008:

Salvador

common people u knoe u want this for myspace too

Comment on Facebook Auto-Colorizer made Jan 2, 2008:

Trevor K.

I really like this script, but what other extension was used in the pictures to make that logo and the sidebar look different?

Comment on Facebook Auto-Colorizer made Dec 11, 2007:

Mercifull

http://www.facebook.com/group.php?gid=7673980465 I created a Facebook group for this. Join it if you use this script :D

Comment on Facebook Auto-Colorizer made Dec 5, 2007:

Justin Ormont

Salvador, yes it would be possible to make for myspace, but I feel myspace already has plenty of color. This script was made for facebook long before they added the option for applications and it therefore lacked any real customization. If there is support for adding myspace support, I'll think about adding it in. If anyone is interested in a myspace version, send me a facebook message or leave a comment here.

-Justin

Comment on Facebook Auto-Colorizer made Dec 1, 2007:

Salvador

can u make this script for myspace accounts too

Comment on Facebook Auto-Colorizer made Nov 8, 2007:

Justin Ormont

I'm certain that the name suggestions are untouched. Feel free to message me with any other problems.

Comment on Facebook Auto-Colorizer made Oct 20, 2007:

Trevor K.

My only problem is that the suggestions in the search box on the left is removed when viewing a profile.

Comment on Facebook Age Checker 1.0.2 made Sep 24, 2007:

Ali Karbassi

Most efficient version is here: http://userscripts.org/scripts/show/12436

Comment on Facebook Auto-Colorizer made Sep 18, 2007:

kaylaross

I really wish you could make it so that others could see your profile page those colours. Not in the myspace way though. I just wish we could change the basic colours.

Comment on Facebook Auto-Colorizer made Jun 22, 2007:

xanderificus

Love the premise - only difficulty I'm having with it is when it sets the text colour to something like baby-blue and you need to type into a text box. Baby-blue on white is pretty hard to read what you're typing! :)

I get around it, in the meantime, by selecting the text and reading it inversed.

Comment on eBay - Display Totals with Shipping made May 26, 2007:

rfsimoes

Yes but the add-on for firefox does not make currency convertions.

any one added currency convertion to this?

Comment on eBay - Display Totals with Shipping made May 21, 2007:

pandaking

https://addons.mozilla.org/en-US/firefox/addon/...

Comment on Facebook Auto-Colorizer made May 18, 2007:

Sean Watson

Maybe I'm just retarded, but I don't see that this script is working for me.

Comment on eBay - Display Totals with Shipping made Apr 18, 2007:

Martin

Sorry,

no possibility for correcting

...

createTextNode("$" + biddingTotal) ändern zu

createTextNode(("EUR " + biddingTotal).replace(/\./,","))

und

createTextNode("$" + buyItNowTotal) ändern zu

createTextNode(("EUR " + buyItNowTotal).replace(/\./,","))