diff --git a/src/Posting/Captcha.replace.coffee b/src/Posting/Captcha.replace.coffee index 1a2b9f6ee..418efb6cb 100644 --- a/src/Posting/Captcha.replace.coffee +++ b/src/Posting/Captcha.replace.coffee @@ -9,7 +9,7 @@ Captcha.replace = $.ready Captcha.replace.v2 return - if Conf['Use Recaptcha v1'] and jsEnabled + if Conf['Use Recaptcha v1'] and jsEnabled and location.hostname isnt 'www.4chan.org' $.ready Captcha.replace.v1 return