🏠 Home 

#### wikiwiki.jp

干掉wikiwiki对非日本用户的弹窗验证


Install this script?
// ==UserScript==
// @name         #### wikiwiki.jp
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  干掉wikiwiki对非日本用户的弹窗验证
// @author       You
// @match        https://wikiwiki.jp/kancolle/*
// @grant        none
// ==/UserScript==
(function() {
'use strict';
$('.trolling-defence-check').unbind("click");
})();