Skip to content

Commit

Permalink
Updated hints, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM committed Nov 27, 2023
1 parent 9cc5cc3 commit 1a40313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Download the extension for: [Chrome/Chromium](https://chromewebstore.google.com/

Do you have a favourite YouTube channel, but don't know what to watch? This extension is for you!

The Random YouTube Video extension adds a 'Shuffle' button to YouTube channel and video pages, which will play a random video from the current channel. You can use the extension's popup to customize your experience further.
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.

Highlighted Features:<br>
- 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!
Expand Down
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const configSyncDefaults = {

export const shufflingHints = [
// General extension hints
"The extension adds a 'Shuffle' button to all channel and video pages on YouTube, this button has the same behaviour as shuffling from the popup!",
"The extension adds a 'Shuffle' button to all channel, video and shorts pages on YouTube, this button has the same behaviour as shuffling from the popup!",
"If you are the first person to shuffle from a channel, the video ID's of that channel are saved both locally and in a remote database for other users to use!",
"Try using the extension on April 1st - maybe something unexpected will happen!",
"The extension does not collect any personal information, it only stores video ID's of channels you shuffle from, without linking them back to you!",
Expand Down Expand Up @@ -77,7 +77,7 @@ export const shufflingHints = [

// Changelog
"The popup will highlight the 'Changelog' button whenever a new version of the extension has been installed!",
"Are you wondering how the extension has changed over time? Check out the changelog using the button on the popup!",
"Want to stay up-to-date on the newest features and improvements? Check out the changelog using the button in the popup!",

// Meta/GitHub
"Do you have an idea on how this extension could be improved? Open an issue on GitHub and let me know!",
Expand Down

0 comments on commit 1a40313

Please sign in to comment.