I have acidentally disabled alerts on codepen.io and I need it for a website I am making. I pressed the "Prevent this page from making additional dialogs." Please tell me that there is a way to fix it. I have looked at all the other questions towards fixing, but none of them work. Closing and reopening the tab will not work either. Please help!
Steps to reproduce:
Run the following JavaScript:
alert('first'); alert('second');
Click OK on the first alert.
- Check "Prevent this page from making additional dialogs." and click OK on the second alert.
- Reload the page.
Thanks in advanced!