I hereby claim:
- I am ninotna on github.
- I am dev87 (https://keybase.io/dev87) on keybase.
- I have a public key ASDsV_BMnjFYr9dK1MRagb2rMvPtOFwcACqu3Q0G4H6Tbwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // Copy paste this script on your console | |
| var disabled = false; | |
| var r = confirm('Start the Autolike on this page?'); | |
| var min_time_to_decide = 300; | |
| var max_additional_time_to_decide = 1000; | |
| var time_to_decide = function() { | |
| additional_time_to_decide = Math.floor(Math.random() * max_additional_time_to_decide); | |
| return min_time_to_decide + additional_time_to_decide; |