Typing "danger" not working in google chrome anymore
Solution 1:
In Febuary of 2016, the over-ride code changed to 'badidea' and it is part of the Chromium base that Chrome is built in.
https://bugs.chromium.org/p/chromium/issues/detail?id=581189
Solution 2:
In January 2018 the interstitial bypass keyword was changed to the output of...
window.atob('dGhpc2lzdW5zYWZl');
If you can't type this into a console, probably you should not use it.
It will be changed again in the future. If so, refer to the source code.