mirror of
https://github.com/gosticks/PiPer.git
synced 2026-08-12 04:50:20 +00:00
Improved Hulu support
Progress bar bug fixed and readme updated
This commit is contained in:
@@ -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
@@ -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
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user