Added VK support

This commit is contained in:
amarcu5 2019-09-09 01:12:56 +01:00
parent e94aaa2e36
commit a3c38e45c8
6 changed files with 22 additions and 1 deletions

View File

@ -84,6 +84,7 @@ Install from the [Chrome Web Store](https://chrome.google.com/webstore/detail/pi
* [Video Aktálně](http://video.aktualne.cz)
* [Vier](http://www.vier.be)
* [Vijf](http://www.vijf.be)
* [VK](http://www.vk.com)
* [VRV](http://www.vrv.co)
* [VRT NU](http://www.vrt.be/vrtnu/)
* [Yelo Play](http://www.yeloplay.be)

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,20 @@
export const domain = 'vk';
export const resource = {
buttonClassName: 'videoplayer_btn',
buttonElementType: 'div',
buttonInsertBefore: function(/** Element */ parent) {
return document.querySelector('div.videoplayer_btn_fullscreen');
},
buttonStyle: /** CSS */ (`
width: 24px;
height: 45px;
padding: 0 8px;
`),
buttonParent: function() {
return document.querySelector('div.videoplayer_controls');
},
videoElement: function() {
return document.querySelector('video.videoplayer_media_provider');
},
};

View File

@ -10,7 +10,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>218</string>
<string>219</string>
<key>Developer Identifier</key>
<string>BQ6Q24MF9X</string>
<key>URL</key>