(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.
That center box. Annoying as all fuck isn't it?
Today we're going to disable that.
To do this you need to do a few things.
- Install Tamper Monkey (Chrome and Firefox, you shouldn't be using IE or those other shitty browsers you twit).
- Create a new script from the Tamper Monkey Dashboard
- Name it whatever you like, I named mine Post Exit Disabler
- Input the following included code into the script.
// ==UserScript==
// @name Disable Leave Page
// @namespace https://www.nextgenupdate.com
// @include *
// ==/UserScript==
location.href = "javascript
" + function() {
window.onbeforeunload = null;
window.onunload = null;
} + ")()";
Then press the save button (floppy disk in the top right if you're new to Tamper Monkey) and you're done.
Happy posting without that annoying error popping up.