BugFixes, Tampermonkey in Chrome, but think bugs may be problems in greasemonkey as well.
The script did not work for me at first, I had to make the following changes: - put double or single quotes around False and True, as otherwise they are treated as unassigned variables - change the "=" assignment operator to "==" comparison operator in the if random line - add the missing semicolon to the first line after the if random line Cheers!
BugFixes, Tampermonkey in Chrome, but think bugs may be problems in greasemonkey as well.
The script did not work for me at first, I had to make the following changes:
- put double or single quotes around False and True, as otherwise they are treated as unassigned variables
- change the "=" assignment operator to "==" comparison operator in the if random line
- add the missing semicolon to the first line after the if random line
Cheers!