This has been fixed on 4chan's end and is no longer needed.

This commit is contained in:
ccd0 2015-11-07 21:11:18 -08:00
parent 115d17b39c
commit 5dc7b985ad
2 changed files with 0 additions and 6 deletions

View File

@ -82,7 +82,6 @@ Main =
switch hostname
when 'www.4chan.org'
$.onExists doc, 'body', false, -> $.addStyle Main.cssWWW
Captcha.replace.init()
return
when 'sys.4chan.org'
@ -365,8 +364,6 @@ Main =
css: `<%= importCSS('font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon', 'spooky') %>`
cssWWW: `<%= importCSS('www') %>`
features: [
['Polyfill', Polyfill]
['Captcha Replacement', Captcha.replace]

View File

@ -1,3 +0,0 @@
#captcha-cnt {
height: auto;
}