domains/techwireasia.com.js wip_alan_T5945_techwireasia_fix_screenshot
authorAlan Knowles <alan@roojs.com>
Wed, 24 Jul 2019 07:36:32 +0000 (15:36 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 24 Jul 2019 07:36:32 +0000 (15:36 +0800)
domains/techwireasia.com.js

index 71c5182..54e82f4 100644 (file)
@@ -1,8 +1,8 @@
 
 (function (args) {
      
-    try { document.getElementsByClassName('qc-cmp-ui-container')[0].style.display = 'none'; }catch(e){}
-    try { document.body.style.overflow = 'auto !important';}catch(e){}
+    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){}