Stop a page from redirecting Posted on 02/11/2021 by Mark Put this in the console: window.addEventListener("beforeunload", function() { debugger; }, false) This is useful if you want to inspect a page that auto redirects.