Uncommited changes synced
[app.webkitpdf] / domains / theindependent.sg.js
index e69de29..85ad19f 100644 (file)
@@ -0,0 +1,13 @@
+
+(function (args) {
+    var disnone = function(ar) {
+        for (var i =0;i < ar.length;i++) {
+            ar[i].style.display = 'none';
+        }
+    }
+    
+    disnone(document.getElementsByClassName('spu-bg'));
+    disnone(document.getElementsByClassName('spu-box'));
+    
+    
+})(); 
\ No newline at end of file