Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User script user options #540

Merged
merged 3 commits into from
Apr 26, 2022
Merged

Conversation

cyrildtm
Copy link
Contributor

@cyrildtm cyrildtm commented Apr 18, 2022

introduce user options to userscript. Using existing options available in extension for now, plus showing update popup.
Resolves #520
Not implemented features but with options: disable vote submission, show update popup.

Part of #539

introduce user options to userscript. Using existing options available in extension for now, plus showing update popup.
Part of Anarios#539
cyrildtm added a commit to cyrildtm/return-youtube-dislike that referenced this pull request Apr 20, 2022
Userscript custom colors

using user options Anarios#539

Userscript user options

introduce user options to userscript. Using existing options available in extension for now, plus showing update popup.
Part of Anarios#539

userscript custom number formats

using user options Anarios#539
resolves Anarios#520
Copy link
Contributor

@ErykDarnowski ErykDarnowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done! Besides the first 2 values in extConfig (showUpdatePopup and disableVoteSubmission) that aren't implemented yet, everything looks great ;)

colorString = "magenta";
}
break;
case "classic":
Copy link
Contributor

@ErykDarnowski ErykDarnowski Apr 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey I'm wondering why did you use case "classic": here when there's already default:?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clarity.

cyrildtm added a commit to cyrildtm/return-youtube-dislike that referenced this pull request Apr 24, 2022
Userscript custom colors

using user options Anarios#539

Userscript user options

introduce user options to userscript. Using existing options available in extension for now, plus showing update popup.
Part of Anarios#539

userscript custom number formats

using user options Anarios#539
resolves Anarios#520
cyrildtm added a commit to cyrildtm/return-youtube-dislike that referenced this pull request Apr 24, 2022
cyrildtm added a commit to cyrildtm/return-youtube-dislike that referenced this pull request Apr 24, 2022
Userscript custom colors

using user options Anarios#539

Userscript user options

introduce user options to userscript. Using existing options available in extension for now, plus showing update popup.
Part of Anarios#539

userscript custom number formats

using user options Anarios#539
resolves Anarios#520
cyrildtm added a commit to cyrildtm/return-youtube-dislike that referenced this pull request Apr 24, 2022
(userscript) fix shorts thumb colors

related: Anarios#540

(extension) fix shorts thumb colors

fix Anarios#565
@Anarios Anarios merged commit 37bf605 into Anarios:main Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(Bug): Dislikes count on the userscript are not correct on some locales
3 participants