How To Prevent Chrome From Closing Multiple Tabs Accidentally
Do you Want to prevent accidental closures when you still have lots of tabs open? Check out this simple trick on how to prevent chrome from closing multiple tabs accidentally.
Watch Video :
The script Text to copy and paste :
<script>window.onbeforeunload = function() { return "You are closing all tabs!"; }</script>
No comments: