From: Alan Date: Mon, 25 Oct 2021 06:06:58 +0000 (+0800) Subject: Fix #6967 - screenshot of marketminute X-Git-Url: http://git.roojs.org/?p=app.webkitpdf;a=commitdiff_plain;h=58f472e769451aa39c49d10a71c065afbd2a9fb7 Fix #6967 - screenshot of marketminute --- 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