Fix #6967 - screenshot of marketminute
authorAlan <alan@roojs.com>
Mon, 25 Oct 2021 06:06:58 +0000 (14:06 +0800)
committerAlan <alan@roojs.com>
Mon, 25 Oct 2021 06:06:58 +0000 (14:06 +0800)
domains/marketminute.com.js [new file with mode: 0644]

diff --git a/domains/marketminute.com.js b/domains/marketminute.com.js
new file mode 100644 (file)
index 0000000..ee23590
--- /dev/null
@@ -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