mirror of
https://github.com/gosticks/PiPer.git
synced 2025-10-16 11:55:42 +00:00
Removed redundant GiantBomb support
This commit is contained in:
parent
25b5c4265f
commit
bc3f18bce2
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,21 +0,0 @@
|
|||||||
export const domain = 'giantbomb';
|
|
||||||
|
|
||||||
export const resource = {
|
|
||||||
buttonElementType: 'div',
|
|
||||||
buttonInsertBefore: function(/** Element */ parent) {
|
|
||||||
return parent.querySelector('.js-vid-pin-wrap').nextSibling;
|
|
||||||
},
|
|
||||||
buttonParent: function() {
|
|
||||||
return document.querySelector('.av-controls--right');
|
|
||||||
},
|
|
||||||
buttonScale: 0.7,
|
|
||||||
buttonStyle: /** CSS */ (`
|
|
||||||
margin-left: 16px;
|
|
||||||
height: 100%;
|
|
||||||
opacity: 1.0;
|
|
||||||
cursor: pointer;
|
|
||||||
`),
|
|
||||||
videoElement: function() {
|
|
||||||
return document.querySelector('video[id^="video_js-vid-player"]');
|
|
||||||
}
|
|
||||||
};
|
|
||||||
@ -10,7 +10,7 @@
|
|||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0.2</string>
|
<string>1.0.2</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>205</string>
|
<string>206</string>
|
||||||
<key>Developer Identifier</key>
|
<key>Developer Identifier</key>
|
||||||
<string>BQ6Q24MF9X</string>
|
<string>BQ6Q24MF9X</string>
|
||||||
<key>URL</key>
|
<key>URL</key>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user