gorhill / uBO-Extra

A companion extension to uBlock Origin
GNU General Public License v3.0
654 stars 42 forks source link

Beam.pro chat interferance #29

Closed Ghryphen closed 7 years ago

Ghryphen commented 7 years ago

This interferes with http://beam.pro chat, for example https://beam.pro/Monstercat

Direct link to chat https://beam.pro/embed/chat/Monstercat

Unsure if it's Beam that needs to fix this or if it's the extension so I'm reporting it to both.

gorhill commented 7 years ago

The site's favicon returns 404: https://beam.pro/_latest/assets/icons/favicons/favicon-16x16.png.

I need to convert both uBO and uBO-Extra to use XMLHttpRequest instead of an image, this way uBO-Extra can use the response headers to find whether the request was cancelled or not by an extension.

gorhill commented 7 years ago

For now I will push a quick fix with minimal changes.