Small error
|
|
I found a small error. The script still works (great job) but this is what I get in the error console... Error: document.getElementsByTagName("body")[0] is undefined I fixed it with just replacing that with By the way, you should use xpath instead of getElementsByTagName, it's faster. |
|
|
thanks, I will modify the source code later |