You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,10 @@ Do you have a favourite YouTube channel, but don't know what to watch? This exte
49
49
The Random YouTube Video extension adds a 'Shuffle' button to YouTube channel, video and shorts pages, which will play a truly random video from the current channel. You can use the extension's popup to customize your experience further.
50
50
51
51
Highlighted Features:<br>
52
+
- The shuffle button fits right in with the YouTube interface you're used to, for an optimal experience when browsing!
52
53
- Choose from a wide range of options to individualize your experience, such as ignoring shorts, only shuffling from the most recent videos, shuffling multiple videos into a playlist, and much more!
53
-
-You don't need to open YouTube to shuffle from your favourite channels - the extension popup allows you to shuffle from your most recently visited channel at any time!
54
-
-If another user has already shuffled from the channel you want to watch, the extension will run faster for you as video IDs are shared!
54
+
-Shuffle at any time by using the shuffle button in the extension popup, which allows you to shuffle from your most recently visited channel at any time!
55
+
-Shuffles run even faster for you if another user has already shuffled from the channel you're watching, as video IDs are shared!
55
56
56
57
## Contribution
57
58
@@ -89,6 +90,14 @@ Loading the extension like this will persist it until you remove it manually.
89
90
Loading the extension like this will persist it only *until you restart Firefox*.
90
91
You may also test the extension with Firefox by running `npm run dev:firefox`, which uses `web-ext` to load the extension in a temporary Firefox profile.
91
92
93
+
### Firefox for Android
94
+
95
+
- Make sure to have an Android device or Emulator set up for developer mode and running (follow [these instructions](https://extensionworkshop.com/documentation/develop/developing-extensions-for-firefox-for-android/#install-and-run-your-extension-in-firefox-for-android) to learn how to do so).
96
+
- Run `adb devices` to get the device ID of your device or emulator.
97
+
- Exchange the device ID in the `dev:android` script in `package.json` with the ID you just got. The default is `emulator-5554`.
98
+
- Run `npm run dev:android` to load the extension in Firefox for Android.
99
+
- Your device or emulator should now open Firefox for Android with the extension loaded.
100
+
92
101
---
93
102
94
103
If you enjoy this extension and want to say thanks, consider buying me a [coffee](https://ko-fi.com/nikkelm) or [sponsoring](https://github.com/sponsors/NikkelM) this project.
<h3>Before you can start and see 'Shuffle' buttons, you need to</h3>
19
26
<buttonid="reloadAllYouTubePagesButton" class="randomYoutubeVideoButton highlight-green" style="font-size: 20px">click me to reload all <i>YouTube.com</i> pages</button>
0 commit comments