mirror of
https://github.com/gosticks/PiPer.git
synced 2026-07-04 07:00:01 +00:00
Improved Youtube support
Moved PiP mode button left of the Full screen button
This commit is contained in:
Binary file not shown.
@@ -317,11 +317,14 @@ const resources = {
|
||||
previousButton.title = previousTitle;
|
||||
});
|
||||
},
|
||||
buttonInsertBefore: function(/** Element */ parent) {
|
||||
return parent.lastChild;
|
||||
},
|
||||
buttonParent: function() {
|
||||
const e = document.getElementById('movie_player') || document.getElementById('player');
|
||||
return e && e.querySelector('.ytp-right-controls');
|
||||
},
|
||||
buttonStyle: 'transform:scale(0.7)',
|
||||
buttonStyle: 'transform:scale(0.68)',
|
||||
videoElement: function() {
|
||||
const e = document.getElementById('movie_player') || document.getElementById('player');
|
||||
return e && e.querySelector('video.html5-main-video');
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.2</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>14</string>
|
||||
<string>15</string>
|
||||
<key>Developer Identifier</key>
|
||||
<string>BQ6Q24MF9X</string>
|
||||
<key>URL</key>
|
||||
|
||||
Reference in New Issue
Block a user