diff --git a/4chan_x.user.js b/4chan_x.user.js index cf6c00458..8dea149ac 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1221,7 +1221,7 @@ } }; $.on(iframe, 'load', function() { - if (this.src !== 'about:blank') return setTimeout(loadChecking, 250, this); + if (this.src !== 'about:blank') return setTimeout(loadChecking, 500, this); }); $.add(d.body, iframe); if (conf['Persistent QR']) { diff --git a/script.coffee b/script.coffee index 05150375e..5788801be 100644 --- a/script.coffee +++ b/script.coffee @@ -887,7 +887,7 @@ qr = unless qr.status.ready iframe.src = 'about:blank' setTimeout (-> iframe.src = 'http://sys.4chan.org/favicon.ico'), 250 - $.on iframe, 'load', -> unless @src is 'about:blank' then setTimeout loadChecking, 250, @ + $.on iframe, 'load', -> unless @src is 'about:blank' then setTimeout loadChecking, 500, @ $.add d.body, iframe if conf['Persistent QR']