domains/coconuts.co.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 04:00:21 +0000 (12:00 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 04:00:21 +0000 (12:00 +0800)
domains/coconuts.co.js

index 71d98aa..15aad86 100644 (file)
         
         if (node.nodeName == 'STYLE' && node.getAttribute('media') && getAttribute('media').match(/print/)) {
             node.innerHTML = '';
+            continue;
         }
         if (node.nodeName == 'LINK' && node.getAttribute('media') && getAttribute('media').match(/print/)) {
             node.setAttribute('href' , '');
             node.setAttribute('media' , 'speech');
+            continue;
         }
         
         var newsheet = '';