SevenTV / Extension

The Web Extension for 7TV, bringing new features, emotes, vanity and performance to Twitch, Kick & YouTube
Other
395 stars 101 forks source link

[REQUEST] Add "all_frames":true under "content_scripts" so that 7tv will work within an iframe. #916

Open tlstommy opened 1 year ago

tlstommy commented 1 year ago

Is there an existing issue for this?

This feature does not exist in the latest nightly version

Feature Description

In the manifest, replace "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*://*.twitch.tv/*" ] } ],

with, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*://*.twitch.tv/*" ], "all_frames":true } ],

I believe that this will allow embedded chats within an iframe to work, solving a bug that has been affecting some users!

tlstommy commented 1 year ago

Submitted pull request https://github.com/SevenTV/Extension/pull/919 to add this feature.