From 157376e7299e2fe9dfa7dccf5274aa96f1eeb62d Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 27 Apr 2011 23:49:13 +0200 Subject: [PATCH] Remove captcha logos in the qr, close #29 --- 4chan_x.js | 1 + script.coffee | 1 + 2 files changed, 2 insertions(+) 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; }