mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-08-13 01:20:54 +00:00
4.75.4
* Added: Setting to hide the border around streams in the directory that have guest stars. * Fixed: Issue with chat alternating backgrounds not appearing correctly after a Twitch update. Some settings may still not be working (notably: separators) * Fixed: Issue where FFZ could be injected into a page twice, breaking basically everything. * Experiments: Disable the EMQX experiment. It's not working out.
This commit is contained in:
parent
efd6d2fa42
commit
1cacacaecb
17 changed files with 134 additions and 30 deletions
|
@ -9,6 +9,9 @@
|
|||
||
|
||||
// Don't run on pages that have disabled FFZ.
|
||||
/disable_frankerfacez/.test(location.search)
|
||||
||
|
||||
// Don't run on pages we've already run on.
|
||||
document.body.dataset.ffzSource
|
||||
) {
|
||||
// Tell the service worker we aren't injecting.
|
||||
browser.runtime.sendMessage({
|
||||
|
@ -17,6 +20,8 @@
|
|||
return;
|
||||
}
|
||||
|
||||
document.body.dataset.ffzSource = 'extension';
|
||||
|
||||
// Make sure to wake the service worker up early.
|
||||
browser.runtime.sendMessage({
|
||||
type: 'ffz_injecting'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue