mirror of
https://github.com/gosticks/PiPer.git
synced 2026-07-04 07:00:01 +00:00
Merge pull request #54 from srushe/eurosport-fix
Fixed PiP button not showing in Eurosport
This commit is contained in:
@@ -405,7 +405,7 @@ const resources = {
|
||||
buttonElementType: 'div',
|
||||
buttonHoverStyle: /** CSS */ (`opacity: 1 !important`),
|
||||
buttonParent: function() {
|
||||
return document.querySelector('.video-controls__group-right');
|
||||
return document.querySelector('.controls-bar-right-section');
|
||||
},
|
||||
buttonScale: 0.7,
|
||||
buttonStyle: /** CSS */ (`
|
||||
|
||||
Reference in New Issue
Block a user