Skip to content

Commit

Permalink
Add note about Firefox extension
Browse files Browse the repository at this point in the history
Ref #1
  • Loading branch information
JJK96 authored and alexherbo2 committed Nov 17, 2019
1 parent 01d9d90 commit 5bdb183
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,15 @@ make install

## Browser compatibility

| Web browser | Support | Engine |
| ----------- |:-------:|:-------------------------------:|
| [Chrome] || [![Blink][chrome.svg]][Blink] |
| [Firefox] || [![Gecko][firefox.svg]][Gecko] |
| [Edge] | ? | [![Blink][chrome.svg]][Blink] |
| [Opera] || [![Blink][chrome.svg]][Blink] |
| [Safari] || [![WebKit][safari.svg]][WebKit] |
| [Vivaldi] || [![Blink][chrome.svg]][Blink] |
| [Brave] || [![Blink][chrome.svg]][Blink] |
| Web browser | Support | Engine | Comments |
| ----------- |:-------:|:-------------------------------:| ------------------------------------------------------------------------ |
| [Chrome] || [![Blink][chrome.svg]][Blink] | |
| [Firefox] || [![Gecko][firefox.svg]][Gecko] | [Only developer or unbranded version][Firefox – Extension Signing – FAQ] |
| [Edge] | ? | [![Blink][chrome.svg]][Blink] | |
| [Opera] || [![Blink][chrome.svg]][Blink] | |
| [Safari] || [![WebKit][safari.svg]][WebKit] | |
| [Vivaldi] || [![Blink][chrome.svg]][Blink] | |
| [Brave] || [![Blink][chrome.svg]][Blink] | |

## Credits

Expand All @@ -262,6 +262,7 @@ make install

[Firefox]: https://mozilla.org/firefox/
[Firefox Add-ons]: https://addons.mozilla.org
[Firefox – Extension Signing – FAQ]: https://wiki.mozilla.org/Add-ons/Extension_Signing#FAQ

[Chrome]: https://google.com/chrome/
[Firefox]: https://mozilla.org/firefox/
Expand Down
1 change: 1 addition & 0 deletions scripts/setup
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ print_install_instructions() {
printf "${cyan}Chrome${none}:\n"
(cd "$chrome_target"; printf "Open the ${bold}Extensions${none} page by navigating to chrome://extensions, enable ${bold}Developer mode${none} then ${bold}Load unpacked${none} to select the extension directory: %s\n" "$PWD")
printf "${cyan}Firefox${none}:\n"
printf 'Only developer or unbranded version (see https://wiki.mozilla.org/Add-ons/Extension_Signing#FAQ)\n'
printf "Open about:config, change ${bold}xpinstall.signatures.required${none} to ${bold}false${none}\n"
(cd "$firefox_target"; printf "Open about:addons ❯ ${bold}Extensions${none}, click ${bold}Install add-on from file${none} and select the package file: %s\n" "$PWD/package.zip")
if test "$INTERACTIVE" = true; then
Expand Down

0 comments on commit 5bdb183

Please sign in to comment.