diff --git a/package.json b/package.json index 753719144..52661d4d0 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "issues": "https://gitreports.com/issue/ccd0/4chan-x", "newIssue": "https://gitreports.com/issue/ccd0/4chan-x?issue_title=%title&details=%details", "newIssueMaxLength": 8181, + "alternatives": "https://www.4chan-x.net/4chan_alternatives.html", "appid": "lacclbnghgdicfifcamcmcnilckjamag", "appidGecko": "4chan-x@4chan-x.net", "chromeStoreID": "ohnjgmpcibpbafdlkimncjhflgedgpam", diff --git a/src/Posting/Captcha.replace.coffee b/src/Posting/Captcha.replace.coffee index b96b236dc..a58864dde 100644 --- a/src/Posting/Captcha.replace.coffee +++ b/src/Posting/Captcha.replace.coffee @@ -49,5 +49,5 @@ Captcha.replace = $.event 'input', null, textarea disabled: -> msg = $.el 'div', - <%= html('Noscript captcha seems to be disabled on 4chan.
You may be able to post if you uncheck "Force Noscript Captcha" in your settings.') %> + <%= html('Noscript captcha seems to be disabled on 4chan.
You may be able to post if you uncheck "Force Noscript Captcha" in your settings.
If you hate the Javascript version of Recaptcha, consider visiting other imageboards.') %> new Notice 'warning', msg