-
-
Save carcinocron/f6a509b84fe82a718816 to your computer and use it in GitHub Desktop.
// Run this in the F12 javascript console in chrome | |
// if a redirect happens, the page will pause | |
// this helps because chrome's network tab's | |
// "preserve log" seems to technically preserve the log | |
// but you can't actually LOOK at it... | |
// also the "replay xhr" feature does not work after reload | |
// even if you "preserve log". | |
window.addEventListener("beforeunload", function() { debugger; }, false) |
Thanks!
so simple so genius!
Very helpful!
!!
👍
What a genius!
Brilliant
Brilliant
You can also check Preserve Log checkbox in Network Settings (Chrome DevTools plugin)
Actually the whole point of this is that the "Preserve Log" checkbox doesn't actually work...
Thanks! Saved the day!
You are beautiful, don’t let anyone tell you otherwise!
cool!
Wow.. thanks!
Thanks! Saved the day!
Awesome!!
thank you
Thank a lot, man.
Awesome
Thank a lot, man.
That's so nice
Saved my life! Thank you 💪💪💪
bump, really save life, otherwise the original URL is lost when 302 auto redirected to page saying this region is not available
, and there is not the history entry for original URL, neither switch back.
-- Edit
okay, I did not try it before I reply, what I saying here is not the feature to pause redirection automatically in the background, means you have to open devtools console beforehand to run the code first. Google leads me to here, but now it's time to go
greate idea
Haha. Baahaal 👍