Improved Hulu support

Progress bar bug fixed and readme updated
This commit is contained in:
amarcu5
2017-03-12 17:48:05 +00:00
parent 4a5fe304fd
commit 6eb15cea80
4 changed files with 4 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ Get the extension [here](https://s3.amazonaws.com/piper-extension/PiPer.safariex
* [CollegeHumor](http://www.collegehumor.com)
* [Vevo](http://www.vevo.com)
* [Vid.me](http://www.vid.me)
* [Hulu](http://www.hulu.com)
## Acknowledgements
* [Pied PíPer](https://github.com/JoeKuhns/PiedPiPer.safariextension) for the original inspiration and the Netflix icon
Binary file not shown.
+1 -1
View File
@@ -234,7 +234,7 @@ const resources = {
buttonStyle: 'transform:scale(0.7)',
buttonWillAppear: function () {
resources['hulu'].buttonParent().querySelector('.progress-bar-tracker').style.width = '407px';
resources['hulu'].buttonParent().querySelector('.progress-bar-tracker').style.width = 'calc(100% - 380px)';
},
buttonInsertBefore: function (/** Element */ parent) {
+2 -2
View File
@@ -8,9 +8,9 @@
<key>CFBundleIdentifier</key>
<string>com.amarcus.safari.piper</string>
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleVersion</key>
<string>5</string>
<string>6</string>
<key>Developer Identifier</key>
<string>BQ6Q24MF9X</string>
<key>URL</key>