-
-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add crash #14
Comments
you might want to run this if they try to close a window or try to leave the page or maybe just after 30 seconds |
but that would ruin the fun bit where all popups open |
oh no we dont do it immediately. only after a long delay or if the user attempts to close the tab |
but at the end this is for fun, not to cause damage or make someone panic...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
while(true){location.reload(true)}
will crash the entire browser and force them to close it from task manager.This doesn't work on safari. If you want to crash safari too, just do
while(1)location.hash+=location.hash+"a"
into the location.hash and it should hangThe text was updated successfully, but these errors were encountered: