domains/itbusinessnet.com.js
[app.webkitpdf] / inliner.js
index c27d6a8..f079dd8 100644 (file)
@@ -1,4 +1,17 @@
-
+/**
+ *
+ * could this work by findind all the visible text,
+ * then making them hidden..
+ *
+ * -- make a snapshot of the background..
+ *
+ * -- delete the whole page...
+ * -- show the image as the background.
+ * -- then overlay all the text given their calculated positions..
+ * 
+ *
+ *
+ */
 
 
 (function(){
@@ -48,7 +61,9 @@
         //    pstyle = window.getComputedStyle(dom.parentElement, null);
         //}
          
-        
+        if (dom.nodeName == 'SPAM') {
+            pstyle = false; //?? others??
+        }
         
         //if (dom.nodeName == 'LI') {            throw 'done';        }
         
         
     }
     changeit();
+    console.log("done");
     
 })();
\ No newline at end of file