Replace Pass ad in reporting form / error message with complaint link. #591
This commit is contained in:
parent
c5059aaa66
commit
ab530c15b0
@ -9,7 +9,17 @@ Report =
|
|||||||
|
|
||||||
ready: ->
|
ready: ->
|
||||||
$.addStyle Report.css
|
$.addStyle Report.css
|
||||||
|
|
||||||
Report.archive() if Conf['Archive Report']
|
Report.archive() if Conf['Archive Report']
|
||||||
|
|
||||||
|
if (passAd = $ 'a[href="https://www.4chan.org/pass"]')
|
||||||
|
$.extend passAd,
|
||||||
|
textContent: 'Complain'
|
||||||
|
href: 'https://www.4chan-x.net/captchas.html'
|
||||||
|
passAd.parentNode.normalize()
|
||||||
|
if (prev = passAd.previousSibling)?.nodeType is Node.TEXT_NODE
|
||||||
|
prev.nodeValue = prev.nodeValue.replace /4chan Pass[^\.]*\./i, 'reCAPTCHA malfunctioning?'
|
||||||
|
|
||||||
if Conf['Use Recaptcha v2 in Reports'] and $.hasClass doc, 'js-enabled'
|
if Conf['Use Recaptcha v2 in Reports'] and $.hasClass doc, 'js-enabled'
|
||||||
new MutationObserver(->
|
new MutationObserver(->
|
||||||
Report.fit 'iframe[src^="https://www.google.com/recaptcha/api2/frame"]'
|
Report.fit 'iframe[src^="https://www.google.com/recaptcha/api2/frame"]'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user