Skip to content

Commit 958fe51

Browse files
committed
Update Readme
1 parent 8e8792c commit 958fe51

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

README.DE.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ Speed dial:
5353

5454
![Speed dial. Mausrad Scrollen um Geschwindigkeit zu ändern.](static/Screenshot1.png)
5555

56-
Optionen Seite:
57-
58-
![Options.](static/Screenshot2_de.png)
59-
6056

6157
# Entwickeln
6258

@@ -65,4 +61,5 @@ Stellen Sie bitte sicher, dass Sie [NodeJS](https://nodejs.org/) und dessen pack
6561
- [pnpm](https://github.com/pnpm/pnpm) installieren: `npm install -g pnpm`
6662
- Abhängigkeiten installieren: `pnpm install`
6763
- Entwickeln: In Firefox `pnpm run start:firefox` / In Chromium `pnpm run start:chromium`
64+
- Alternativ können Sie auch `pnpm run start` und `pnpm run ext:firefox` / `pnpm run ext:chromium` in separaten Terminals ausführen, um den Build Prozess und das Neuladen der Erweiterung zu trennen
6865
- Builden: `pnpm run build`

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Please be aware that both Mozilla and Google need to verify my changes before ma
3030
- Theatre Mode: Make the player fit the page better
3131

3232
**Player**
33-
- Default playback speed and volume
33+
- Default playback speed and volume, subtitles
3434
- Quick dial to set speed: New button in player allows to increase/decrease speed by scrolling
3535
- Autoplay: Start videos automatically
3636
- Target qualities: Set the preferred video quality or qualities
@@ -54,10 +54,6 @@ Speed dial:
5454

5555
![Speed dial. Scroll to change speed.](static/Screenshot1.png)
5656

57-
Options page:
58-
59-
![Options.](static/Screenshot2.png)
60-
6157

6258
# Developing
6359

@@ -66,4 +62,5 @@ Please make sure you have [NodeJS](https://nodejs.org/) and it's package manager
6662
- Install [pnpm](https://github.com/pnpm/pnpm): `npm install -g pnpm`
6763
- Install dependencies: `pnpm install`
6864
- Develop: In Firefox `pnpm run start:firefox` / In Chromium `pnpm run start:chromium`
65+
- Alternatively you can also run `pnpm run start` and `pnpm run ext:firefox` / `pnpm run ext:chromium` in different terminals to separate the building and reloading of the extension
6966
- Build: `pnpm run build`

0 commit comments

Comments
 (0)