Removed redundant GiantBomb support

This commit is contained in:
amarcu5 2019-03-12 15:31:57 +00:00
parent 25b5c4265f
commit bc3f18bce2
5 changed files with 1 additions and 22 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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"]');
}
};

View File

@ -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>