Neopets StockMarket Helper

By bruk Last update Jun 12, 2007 — Installed 708 times. Daily Installs: 0, 2, 1, 0, 5, 0, 1, 1, 0, 1, 0, 0, 0, 3, 1, 0, 1, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 4

Add your review

1 review


5 stars
Helpful and Efficient , Jan 29, 2009
Review written by Flackrum - see all my reviews (1)

This script clearly highlights profitable stocks (for selling) and filters the stock ticker down to purchasable stocks, removing the ghastly scrolling effect without crippling the page or any functionality.

It successfully accomplishes its task and makes my daily stock meddling a lot more efficient.

I modified the script to only display purchasable stocks at 15, for maximum profit potential.

Simply change


if( marquee.childNodes[i].textContent.match (/ 15 /) || marquee.childNodes[i].textContent.match (/ 16 /))

to


if( marquee.childNodes[i].textContent.match (/ 15 /) || marquee.childNodes[i].textContent.match (/ 15 /))

at the end of line 42, if you wish to do the same.

0 comments |