This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // to copy and paste in your browser console after successfully loading https://onemillioncheckboxes.com/ | |
| let currentPosition; | |
| function getRandomInt(min, max) { | |
| return Math.floor(Math.random() * (max - min + 1)) + min; | |
| } | |
| function getUncheckedCheckbox() { | |
| const uncheckedCheckboxes = document.querySelectorAll('input[type=checkbox]:not(:checked)'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @::Please stop false-flagging this script over and over. This is the 3rd time I've had to update the script to deal with the false positives. | |
| @::Nothing in this script is malicious and it is used by thousands of people *dailyyy*. | |
| @::Is a real person even the one deciding to flag this or is it Copilot told to flag anything it decides not to like? | |
| @::If a campaign is using this script as a cover, please flag parts of the campaign instead of the script. This isn't the first time we experienced collateral damage due to campaigns completely unrelated to us. | |
| @::If you disagree that MAS is not malicious, we would appreciate if you contacted us to explain what constitutes MAS as "Sonbokli" and we'll look into it. Thank you. | |
| @set masver=3.10 | |
| @setlocal DisableDelayedExpansion | |
| @echo off | |