Prevents from leaving page

Prevents from leaving page in clickb8

目前为 2017-07-27 提交的版本。查看 最新版本

// ==UserScript==
// @name         Prevents from leaving page
// @namespace    http://tampermonkey.net/
// @version      1.01
// @description  Prevents from leaving page in clickb8
// @author       meatman2tasty
// @match        http://clickb8.io/*
// @grant        none
// ==/UserScript==

window.onbeforeunload = function() {
  return "Are you sure you want to navigate away?";
};

QingJ © 2025

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