Greasy Fork is available in English.

fuck wikiwiki.jp

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

// ==UserScript==
// @name         fuck 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");
})();