Comments by jwo on scripts
1 comment
|
Comment on: |
Hi, at the german eBay-Site, the script will only work for 'buy it now'-articles. There seems to be a problem at line 433 / 434. The properties 'textContent', 'innerHTML' and 'nodeValue' may all be null at regular auction-articles pages which will cause an exception. The following code fixed the problem for instance: var enter = false;
if(endTimeREMatch != null)
if(enter){
|
