Disable Confirmation Dialog When Leaving A Web Page

Disable confirmation dialog when leaving a web page

目前為 2016-12-13 提交的版本,檢視 最新版本

// ==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;

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址