Disable page close confirmation

Disable page close confirmation (onBeforeUnload)

< Disable page close confirmation 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2015-07-23

Didn't work for me

Didn't work for me with Safari and JS Blocker 5.

For example, see the links here:
http://www.4guysfromrolla.com/webtech/100604-1.shtml

But this does work:
window.onbeforeunload = function(){null}
window.onunload = function(){null}

Found it here:
http://stackoverflow.com/questions/4084152/disable-onbeforeunload-for-links

woxxom작성자
§
게시: 2015-07-23

Try the updated the script.

§
게시: 2015-07-25

Yes, that works as well.

Since the window.addEventListener() part doesn't work for me, and I don't know whether it's still supposed to work, or work with Safari, I'm just using the thing I posted. Thanks though!

답글 게시

답글을 게시하려면 로그인하세요.