diff --git a/README.md b/README.md index 9c6e10c..b3bdb8b 100644 --- a/README.md +++ b/README.md @@ -246,11 +246,18 @@ However, I do plan on implementing this feature. Hopefully by the end of the yea ### Installing the current, github version +Requirements: npm, yarn. + 1. Clone this repo +2. run `yarn install` +3. run `npm run watch:dev` + +TODO: see if #3 already loads the extension in FF + 2. Open up Firefox 3. Go to `about:debugging` 4. Add temporary addon -5. Browse to wherever you saved it and select manifest.json +5. Select `${ultrawidify_folder}/dist/manifest.json` # Edge-specific limitations (IMPORTANT!) @@ -266,6 +273,8 @@ As a result, you'll have to download the extension and install it manually. This ![Feast on dem popup](https://user-images.githubusercontent.com/12505802/46113923-d1693180-c1df-11e8-82f0-ad64cbc57558.png) Unfortunate consequence of this is that you won't be able to enable this extension for sites other than Youtube and Netflix, but then again. Let's be honest. You're only using Edge for Netflix, so that's probably no big deal for you. +**It's also worth noting that I'm not actively maintaining the Edge fork, so it's a few versions behind.** + ## Installing Ultrawidify in M$ Edge 1. Download the zip file from [here](https://github.com/xternal7/ultrawidify/tree/master/releases/edge) diff --git a/src/common/components/shortcut-button.vue b/src/common/components/shortcut-button.vue index 6b623ab..569e8f1 100644 --- a/src/common/components/shortcut-button.vue +++ b/src/common/components/shortcut-button.vue @@ -1,9 +1,9 @@