mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.57.1
* Fixed: Certain player features breaking for Firefox users after the most recent update.
This commit is contained in:
parent
21ae0059a5
commit
04969cc57e
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "frankerfacez",
|
||||
"author": "Dan Salvato LLC",
|
||||
"version": "4.57.0",
|
||||
"version": "4.57.1",
|
||||
"description": "FrankerFaceZ is a Twitch enhancement suite.",
|
||||
"private": true,
|
||||
"license": "Apache-2.0",
|
||||
|
|
|
@ -1919,7 +1919,8 @@ export default class PlayerBase extends Module {
|
|||
</div>);
|
||||
|
||||
const thing = container.querySelector('button[data-a-target="player-theatre-mode-button"]') ||
|
||||
container.querySelector('div:not(:has(.tw-tooltip)) button:not([data-a-target])') ||
|
||||
//container.querySelector('div:not(:has(.tw-tooltip)) button:not([data-a-target])') ||
|
||||
container.querySelector('button[aria-label*="Theat"]') ||
|
||||
container.querySelector('button[data-a-target="player-fullscreen-button"]');
|
||||
|
||||
if ( thing ) {
|
||||
|
@ -2024,7 +2025,8 @@ export default class PlayerBase extends Module {
|
|||
|
||||
const thing = container.querySelector('.ffz--player-pip button') ||
|
||||
container.querySelector('button[data-a-target="player-theatre-mode-button"]') ||
|
||||
container.querySelector('div:not(:has(.tw-tooltip)) button:not([data-a-target])') ||
|
||||
//container.querySelector('div:not(:has(.tw-tooltip)) button:not([data-a-target])') ||
|
||||
container.querySelector('button[aria-label*="Theat"]') ||
|
||||
container.querySelector('button[data-a-target="player-fullscreen-button"]');
|
||||
|
||||
if ( thing ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue