ekanarita / Terminator Pop Up Konfirmasi Leave Page

// ==UserScript==
// @name           Terminator Pop Up Konfirmasi Leave Page
// @namespace      Terminator Pop Up Konfirmasi Leave Page
// @description    Buat ngilangin pop up gak jelas
// @copyright      2014 - Sugiyama Narita Niwa
// @author         Sugiyama Narita Niwa
// @version        1.1.0
// @grant		   none
// @include        http://*
// @include        https://*
// @include        *
// @include        *.*
// @include        www.*
// ==/UserScript==
var x = document.createElement('script');
x.type = 'text/javascript';
x.innerHTML = 'onbeforeunload = function() {};';
document.body.appendChild(x);