diff --git a/4chan_x.js b/4chan_x.js index 9b1a607f2..e2cf5a80c 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -952,7 +952,8 @@ } } } - return Recaptcha.reload(); + Recaptcha.reload(); + return $('iframe[name=iframe]').src = 'about:blank'; }, node: function(root) { var quote, quotes, _i, _len, _results; diff --git a/script.coffee b/script.coffee index bf19422d2..fab35a51a 100644 --- a/script.coffee +++ b/script.coffee @@ -715,6 +715,7 @@ qr = $.remove dialog Recaptcha.reload() + $('iframe[name=iframe]').src = 'about:blank' node: (root) -> quotes = $$ 'a.quotejs:not(:first-child)', root