From: Alan Date: Mon, 25 Oct 2021 06:23:53 +0000 (+0800) Subject: see if delaying it helps X-Git-Url: http://git.roojs.org/?p=app.webkitpdf;a=commitdiff_plain;h=7c8210e9634131122112dbee4d98368095ff8025 see if delaying it helps --- diff --git a/domains/marketminute.com.js b/domains/marketminute.com.js index ee23590..667a7a4 100644 --- a/domains/marketminute.com.js +++ b/domains/marketminute.com.js @@ -1,6 +1,6 @@ (function (args) { - + window.setInterval(function() { try { var sb = document.getElementsByClassName('sandbox')[0]; var b = sb.contentDocument.body; @@ -8,5 +8,6 @@ b.style.position="relative"; }catch(e){} + }, 1000); })(); \ No newline at end of file