diff --git a/README.md b/README.md
index e19b30f..6600dc0 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/out/PiPer.safariextz b/out/PiPer.safariextz
new file mode 100644
index 0000000..eaebcca
Binary files /dev/null and b/out/PiPer.safariextz differ
diff --git a/src/scripts/main.js b/src/scripts/main.js
index a21d3a1..7b5f125 100644
--- a/src/scripts/main.js
+++ b/src/scripts/main.js
@@ -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) {
diff --git a/update.plist b/update.plist
index fcea36a..a00f074 100644
--- a/update.plist
+++ b/update.plist
@@ -8,9 +8,9 @@
CFBundleIdentifier
com.amarcus.safari.piper
CFBundleShortVersionString
- 0.1.0
+ 0.1.1
CFBundleVersion
- 5
+ 6
Developer Identifier
BQ6Q24MF9X
URL