diff --git a/4chan_x.js b/4chan_x.js index ad04d3cae..109bc2de1 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -2202,6 +2202,7 @@ text-align: right;\ }\ #qr > form > div, /* ad */\ + #qr #recaptcha_table td:nth-of-type(3), /* captcha logos */\ #qr td.rules {\ display: none;\ }\ diff --git a/script.coffee b/script.coffee index bdd23cc2e..38dc97490 100644 --- a/script.coffee +++ b/script.coffee @@ -1722,6 +1722,7 @@ main = text-align: right; } #qr > form > div, /* ad */ + #qr #recaptcha_table td:nth-of-type(3), /* captcha logos */ #qr td.rules { display: none; }