eBay - Completed Items

By Keith Hopkins Last update Jul 9, 2011 — Installed 2,818 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 7 posts, 4 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Keith Hopkins Script's Author

fuxxi

searchUrl = "http://search.ebay.co.uk/ws/search/SaleSearch?satitle=" + search +"&fis=2"

change to this
searchUrl = "http://search.ebay.de/ws/search/SaleSearch?satitle=" + search +"&fis=2"

 
fuxxi User

Hm.. im surfing on ebay.de and when i click the "View completed items" links its redirecting to ebay.co.uk, where it should do the search on ebay.DE ?!?! ;)

 
Keith Hopkins Script's Author

I have improve the work flow auction title is editable via a prompt box and Opens in a New Window

 
Keith Hopkins Script's Author

Hi bobielawlintine,

Thanks for your suggestion. I have implemented it :)

search = (h1[h1.length-1].innerHTML);

Thanks,
Keith

 
bobielawlintine Scriptwright

Or just use:
search = (h1[1].innerHTML);

because the title of the auction is always the first h1-tag.

 
bobielawlintine Scriptwright

This script is a great idea... just a little enhancement:

instead of using
for ( var i = 0; i < h1.length; i++ ) {
search = (h1[i].innerHTML);
}

you can simply use:
search = (h1[h1.length-1].innerHTML);

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel