Fix #5945 - techwireasia fix screenshot
authorAlan Knowles <alan@roojs.com>
Wed, 24 Jul 2019 07:42:52 +0000 (15:42 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 24 Jul 2019 07:42:52 +0000 (15:42 +0800)
domains/techwireasia.com.js [new file with mode: 0644]

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