fuck wikiwiki.jp

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

  1. // ==UserScript==
  2. // @name fuck wikiwiki.jp
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.2
  5. // @description 干掉wikiwiki对非日本用户的弹窗验证
  6. // @author You
  7. // @match https://wikiwiki.jp/kancolle/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13.  
  14. $('.trolling-defence-check').unbind("click");
  15. })();