-
Notifications
You must be signed in to change notification settings - Fork 436
<style> visibly inserted into XML #464
Comments
I have not figured out when it appears and when not. Try loading one of the URLs in that screenshot, eg sourceforge.net/sitemap-0.xml http://i.imgur.com/nnILOMY.png Maybe it only appears if some referring is happening or something. I am with Opera 26.0.1656.60 |
Ok. I guess the tag may end up being injected outside the document head sometimes. The only thing I found out on how to solve this is to look at the value of |
Same issue here. |
if ( !(document instanceof HTMLDocument) ) {
return;
} |
That works, thanks for the tip. |
Test cases for future reference: |
Ran into another one with uMatrix, it does not seem to happen with uBlock for me: http://line-mode.cern.ch/www/hypertext/WWW/TheProject.html This seems to be a tracking issue so I rather post it here. Screenshot: http://i.imgur.com/Yy6aF0y.png µMatrix 0.8.1.3 in Chromium Version 39.0.2171.99 (64-bit). |
Oh, actually uBlock (in Opera) inserts something too (only sometimes, I am confused...):
|
This might be the same issue as gorhill/uMatrix#85 on umatrix.
Looking at http://sourceforge.net/sitemap.xml I noticed a block of style being inserted to the rendered page:
The text was updated successfully, but these errors were encountered: