您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Don't close that tab! For Tinychat.
当前为
// ==UserScript== // @ jawz // @name CloseTabAsk // @version 1.1 // @description Don't close that tab! For Tinychat. // @match http://tinychat.com/* // @copyright 2012+, You // @namespace https://greasyfork.org/users/1997 // ==/UserScript== window.onbeforeunload = function(e) { return 'You sure you want to leave us? :('; };