curently downloading a file / you have to wait
|
|
Hi, you have done great work! I have a idea how to slightly extend your code. It's about to handle these two events:
I'm not good at JavaScript so I was not able to integrate these ideas to your code. Just prepared a code which detects a string in some tag. if (getElementWithText('p', /is already downloading a file/))
if (getElementWithText('p', /You have reached the download limit for free-users/))
function getElementWithText(tag, RegExpr)
} |