domains/theindependent.sg.js
authorAlan Knowles <alan@roojs.com>
Wed, 3 Jun 2015 04:52:02 +0000 (12:52 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Jun 2015 04:52:02 +0000 (12:52 +0800)
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