From 6b7b2b4323346c940cabdbae507c20c0548098ac Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 24 Jul 2019 15:42:52 +0800 Subject: [PATCH] Fix #5945 - techwireasia fix screenshot --- domains/techwireasia.com.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/techwireasia.com.js 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 -- 2.39.2