Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
working perfect, thank you !! :D |
|
|
fixed :) |
|
|
same problem here, pls fix it ! |
|
|
Does this script work? Its activated on ended (german) auctions, but I could not see an "watch" or "beobachten"-Link! |
|
|
Does this work for any ebay pages, or just ebay.de? |
|
|
I tried to use this on an ended item on ebay.com and "watch this item" still isn't showing up for me. Has this stopped working? Any chance for a fix? I'd really love to have this function. Thanks! |
|
|
thanks - i fixed the bug. because i'm using ebay.de i thought that everything was alright ;) |
|
|
Hey Lars, there's a small bug in your script. You have to replace if(locale = "de") with if(locale == "de"), otherwise the if-condition is an assignment and always evaluates as true. |