Invalid bounty ID.
|
|
I am receiving this message while using the script to complete hits. Fallimento:
Any idea's ?? |
|
|
Yes. Version? |
|
|
1.27 |
|
|
Read this: |
|
|
Actually, I have an easier solution. They added 1 input field to the hitlist forms. Search for this.... var target_id = divs[i].getElementsByTagName('INPUT')[12].value;
Change to: var target_id = divs[i].getElementsByTagName('INPUT')[13].value;
|