From: Alan Knowles Date: Wed, 24 Jul 2019 07:42:52 +0000 (+0800) Subject: Fix #5945 - techwireasia fix screenshot X-Git-Url: http://git.roojs.org/?p=app.webkitpdf;a=commitdiff_plain;h=6b7b2b4323346c940cabdbae507c20c0548098ac Fix #5945 - techwireasia fix screenshot --- diff --git a/domains/techwireasia.com.js b/domains/techwireasia.com.js new file mode 100644 index 0000000..54e82f4 --- /dev/null +++ b/domains/techwireasia.com.js @@ -0,0 +1,9 @@ + +(function (args) { + + try { document.getElementsByClassName('qc-cmp-ui-container')[0].setAttribute('style', 'display :none !important'); }catch(e){} + try { document.body.setAttribute('style', 'overflow :auto !important');}catch(e){} + + + +})(); \ No newline at end of file