()
| 37 | } |
| 38 | }, |
| 39 | crowdCloseDelayLogic = () => { |
| 40 | if(crowdCloseDelayCheckbox.checked) |
| 41 | { |
| 42 | crowdCloseDelayInput.removeAttribute("disabled") |
| 43 | } |
| 44 | else |
| 45 | { |
| 46 | crowdCloseDelayInput.setAttribute("disabled","disabled") |
| 47 | } |
| 48 | }, |
| 49 | defaultUserScript=`// Some examples of what you can do with custom bypasses: |
| 50 | domainBypass("example.com", () => { |
| 51 | // Triggered on example.com and subdomains (e.g. www.example.com) |