diff --git a/resources/scraper.js b/resources/scraper.js index 0c260b04c8..4637f45521 100644 --- a/resources/scraper.js +++ b/resources/scraper.js @@ -21,7 +21,7 @@ send_msg({type: 'print', text: text}); } - if (!document.location.href.startsWith('chrome-error://')) { + if (!document.location.href.startsWith('chrome-error:') && !document.location.href.startsWith('about:')) { send_msg({type: 'domready', html: new XMLSerializer().serializeToString(document)}); } })();