From 7c8210e9634131122112dbee4d98368095ff8025 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 25 Oct 2021 14:23:53 +0800 Subject: [PATCH] see if delaying it helps --- domains/marketminute.com.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2