BrowserWindow.vala
[app.webkitpdf] / domains / timable.com.js
index e69de29..e9a95e1 100644 (file)
@@ -0,0 +1,19 @@
+
+(function (args) {
+    var disnone = function(ar) {
+
+         for (var i =0;i < ar.length;i++) {
+            ar[i].style.display = 'none';
+        }
+    }
+     
+    
+    window.setInterval(function() {
+        try {
+           disnone(document.getElementsByClassName('ui-widget-overlay'));
+           disnone(document.getElementsByClassName('ui-dialog'));
+         } catch(e) {}
+    },500);
+    
+})();
+