Greasy Fork is available in English.

Disable Confirmation Dialog When Leaving A Web Page

Disable confirmation dialog when leaving a web page

La data de 13-12-2016. Vezi ultima versiune.

// ==UserScript==
// @name        Disable Confirmation Dialog When Leaving A Web Page
// @namespace   DisableConfirmationDialogWhenLeavingAWebPage
// @description Disable confirmation dialog when leaving a web page
// @author      jcunews
// @include     http://*/*
// @include     https://*/*
// @version     1
// @grant       none
// ==/UserScript==

window.onbeforeunload = null;