Skip to content

Instantly share code, notes, and snippets.

@zenith6
Last active August 29, 2015 14:01
Show Gist options
  • Select an option

  • Save zenith6/e367e8bc676d74713c72 to your computer and use it in GitHub Desktop.

Select an option

Save zenith6/e367e8bc676d74713c72 to your computer and use it in GitHub Desktop.
千年戦争アイギス ユーザースクリプト
// ==UserScript==
// @name 千年戦争アイギス
// @namespace http://kilauea.bbspink.com/test/read.cgi/mobpink/
// @version 0.2
// @description Chrome extension にしたい。
// @match http://www.dmm.co.jp/netgame/social/-/gadgets/=/app_id=156462/
// @copyright 2014+, zenith
// ==/UserScript==
(function ($) {
// ページ移動前に確認を出す
$(window).bind('beforeunload', function (e) {
e.originalEvent.returnValue = '冗談でも離れるなんて言わないで。そんなの…イヤだから。';
});
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment