This is a test WebExtension + Experimental API to crash the browser, for testing purposes.
- Run a non-release build (Nightly or unbranded Beta/Release) version 59 (or newer) build.
- Navigate to
about:config
and set the prefextensions.legacy.enabled
totrue
. - Navigate to
about:debugging
, choose "Load Temporary Add-on" and selectmanifest.json
in this project. You should see a new entry in the list of extensions titled "Crash Me Now!".
You should see a new toolbar icon that resembles a bomb.
Click it and your browser will crash by calling abort()
!