From 58f472e769451aa39c49d10a71c065afbd2a9fb7 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 25 Oct 2021 14:06:58 +0800 Subject: [PATCH] Fix #6967 - screenshot of marketminute --- domains/marketminute.com.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/marketminute.com.js diff --git a/domains/marketminute.com.js b/domains/marketminute.com.js new file mode 100644 index 0000000..ee23590 --- /dev/null +++ b/domains/marketminute.com.js @@ -0,0 +1,12 @@ + +(function (args) { + + try { + var sb = document.getElementsByClassName('sandbox')[0]; + var b = sb.contentDocument.body; + sb.parentNode.replaceChild(b,sb); + b.style.position="relative"; + + }catch(e){} + +})(); \ No newline at end of file -- 2.39.2