Greasy Fork is available in English.

shink.inとかのreCAPTCHAを自動クリック

画像認識を自動処理するものではありません。使用は自己責任で。

旧: v1.3 - 2017/02/23 - short.amへの対応と軽微な修正
新: v1.4 - 2017/03/05 - croco.siteへの対応とコメントの追加

  • --- /tmp/diffy20240424-2146810-4imfcf 2024-04-24 13:13:32.777680115 +0000
  • +++ /tmp/diffy20240424-2146810-ee6lbt 2024-04-24 13:13:32.777680115 +0000
  • @@ -1,7 +1,7 @@
  • // ==UserScript==
  • // @name shink.inとかのreCAPTCHAを自動クリック
  • // @namespace http://hogehoge/
  • -// @version 1.3
  • +// @version 1.4
  • // @description 画像認識を自動処理するものではありません。使用は自己責任で。
  • // @author H. Amami
  • // @match *://www.google.com/recaptcha/api2/anchor?*
  • @@ -12,7 +12,8 @@
  • (function() {
  • 'use strict';
  • var check = function(ref) {
  • - var domains = ["fas.li", "ouo.io", "ouo.press", "shink.in", "al.ly", "coinlink.co", "uploadbank.com", "short.am"];
  • + //対応ドメインを追加する場合は↓の行に追記する
  • + var domains = ["fas.li", "ouo.io", "ouo.press", "shink.in", "al.ly", "coinlink.co", "uploadbank.com", "short.am", "croco.site"];
  • for (var domain of domains) {
  • if (~ref.indexOf(domain + "/")) return true;
  • }