domains/whig.marketminute.com.js
authorAlan <alan@roojs.com>
Mon, 25 Oct 2021 06:01:51 +0000 (14:01 +0800)
committerAlan <alan@roojs.com>
Mon, 25 Oct 2021 06:01:51 +0000 (14:01 +0800)
domains/whig.marketminute.com.js [new file with mode: 0644]

diff --git a/domains/whig.marketminute.com.js b/domains/whig.marketminute.com.js
new file mode 100644 (file)
index 0000000..c7b23e1
--- /dev/null
@@ -0,0 +1,13 @@
+
+(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