Commit Graph

721 Commits

Author SHA1 Message Date
Dmitrii Selivanov
1e945a4fcd Update manifest-firefox.json 2022-04-27 21:50:43 +02:00
Dmitrii Selivanov
7aaf54512a Update manifest-chrome.json 2022-04-27 21:49:51 +02:00
Dmitrii Selivanov
2c39c096be Minor cleanup, translations formatted, beta name added to translations 2022-04-27 01:14:49 +02:00
Dmitrii Selivanov
0df5bb75e7 3.0.0.1 v3.0.0.1 2022-04-27 00:56:05 +02:00
Dmitrii Selivanov
c3c13738e7 Merge pull request #556 from bershanskiy/fix-onInstalled
Fix: do not open changelog if not needed
2022-04-26 23:08:52 +02:00
Dmitrii Selivanov
55cc2879ee Merge branch 'main' into fix-onInstalled 2022-04-26 23:08:35 +02:00
Dmitrii Selivanov
a4806c1f47 sendVideoIds removed, sponsor links updated 2022-04-26 23:07:05 +02:00
Dmitrii Selivanov
bdc28cad33 Update README.md 2022-04-26 22:05:36 +02:00
Dmitrii Selivanov
aa4b4b4c3d Update Return Youtube Dislike.user.js 2022-04-26 20:33:19 +02:00
Dmitrii Selivanov
15fa6efaae Merge pull request #549 from cyrildtm/extOptionFormatLikes
Add user option to re-format likes
2022-04-26 19:00:16 +02:00
Dmitrii Selivanov
43380c83c3 Merge branch 'main' into extOptionFormatLikes 2022-04-26 19:00:09 +02:00
Dmitrii Selivanov
8bb6ef73fb Merge pull request #567 from cyrildtm/shortButtonColorFix
Fix shorts thumb colors
2022-04-26 18:55:11 +02:00
Dmitrii Selivanov
ce751af4db Merge branch 'main' into shortButtonColorFix 2022-04-26 18:55:03 +02:00
Dmitrii Selivanov
a0da6d38c6 Merge pull request #558 from sy-b/patch-2
Update version number
2022-04-26 18:50:06 +02:00
Dmitrii Selivanov
fcb7259172 Merge pull request #551 from Blueberryy/main
Russian translation correction and extension store description translate
2022-04-26 18:47:41 +02:00
Dmitrii Selivanov
8c42d85f10 Merge pull request #548 from ChromiaCat/main
Added Greek translation
2022-04-26 18:47:01 +02:00
Dmitrii Selivanov
4dded65dab Merge pull request #546 from aaronkerckhoff/main
Added German translation
2022-04-26 18:46:38 +02:00
Dmitrii Selivanov
b1e5ae0fc4 Merge pull request #545 from DaveKeehl/main
Added Italian translation and fixed some typos
2022-04-26 18:46:06 +02:00
Dmitrii Selivanov
37bf605573 Merge pull request #540 from cyrildtm/UserScriptUserOptions
User script user options
2022-04-26 18:41:41 +02:00
Dmitrii Selivanov
b23857f710 Merge pull request #537 from sy-b/patch-1
Show changelog only on installation
2022-04-26 18:40:44 +02:00
Dmitrii Selivanov
f062de36e4 Merge pull request #533 from sy-b/main
Added FAQ - improving accuracy; Fixed check fail & minor typo
2022-04-26 18:39:48 +02:00
Dmitrii Selivanov
0a5d67350e Merge pull request #527 from CreaZyp154/display-error-when-api-down
Display 'temporarily unavailable' when the API can't be reached
2022-04-26 18:30:24 +02:00
Dmitrii Selivanov
9fd701181e Merge pull request #514 from RyannDaGreat/main
Added YouTube tutorial to contribution guide
2022-04-26 18:28:58 +02:00
Aneimytis
abf5a42548 (userscript) fix shorts thumb colors
related: #540
2022-04-24 16:13:45 -05:00
Aneimytis
605d343dc4 cherry pick #540
Userscript custom colors

using user options #539

Userscript user options

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

userscript custom number formats

using user options #539
resolves #520
2022-04-24 16:02:17 -05:00
Aneimytis
f752d02e51 (extension) fix shorts thumb colors
fix #565
2022-04-24 15:57:19 -05:00
sy-b
b63a5c08eb Update ryd.background.js
- Doesn't steal focus
- Prevents the second time popup before opt-in
2022-04-22 20:39:58 +05:30
sy-b
4025503b9c Update ryd.background.js
1. Race condition between two async calls
2. We don't need to rewrite the variable every time a page is open.

 https://github.com/Anarios/return-youtube-dislike/pull/537#discussion_r855432386
2022-04-22 10:19:37 +05:30
sy-b
9f776cef2c Update manifest-firefox.json 2022-04-21 10:10:51 +05:30
sy-b
9f6086c383 Update manifest-chrome.json 2022-04-21 10:09:45 +05:30
Anton Bershanskiy
bdc46fae6f Smaller diff 2022-04-20 23:25:49 +03:00
Anton Bershanskiy
7d742a7ea6 Fix: do not open changelog if not needed 2022-04-20 23:06:06 +03:00
Davide Ciulla
56133ba4dd Update extension-description-store.txt
Co-authored-by: Davide Violante <DavideViolante@users.noreply.github.com>
2022-04-20 11:37:21 +02:00
Davide Ciulla
0d06c72eaa Update Docs/Guide__Installing.md
Co-authored-by: Davide Violante <DavideViolante@users.noreply.github.com>
2022-04-20 11:36:37 +02:00
Davide Ciulla
c0b55887dc Update Extensions/combined/_locales/it/messages.json
Co-authored-by: Davide Violante <DavideViolante@users.noreply.github.com>
2022-04-20 11:36:29 +02:00
Yvon Cui
75e98a1e6e introduce option: re-format like numbers 2022-04-20 01:41:49 -05:00
Yvon Cui
0658bb5e77 fix typo 2022-04-20 01:25:59 -05:00
Yvon Cui
068ada3980 cherry pick #540
Userscript custom colors

using user options #539

Userscript user options

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

userscript custom number formats

using user options #539
resolves #520
2022-04-20 01:24:04 -05:00
Blueberryy
b767f1dd96 russian translation of extension description 2022-04-19 17:37:43 +05:00
Blueberryy
b169689174 Update messages.json 2022-04-19 17:28:15 +05:00
Yvon Cui
09b29d7cab Add user option to re-format likes
fixes #543
This feature does not force-display likes when uploader has disabled like number display. Consult with other issues.
2022-04-19 00:57:28 -05:00
sy-b
a99410ae13 cherry pick #541
clean up unnecessary commented code

Show changelog only on installation

fixes #534

add changelog button in popup
2022-04-19 00:07:16 -05:00
Aaron Kerckhoff
89aae34be6 Change some German translations
* Change two German translations based on recommendation
2022-04-18 21:22:06 +02:00
ChromiaCat
615ff315af Added Greek translation
Native Greek speaker here, hope I did a good job at translating.
2022-04-18 20:53:53 +03:00
Aaron Kerckhoff
a3354b9a0d Add German translation 2022-04-18 17:37:54 +02:00
Davide Ciulla
0da6587f3c Fixed various typos 2022-04-18 15:26:52 +02:00
Davide Ciulla
2f151bd6d5 Added Italian translation 2022-04-18 15:08:19 +02:00
Yvon Cui
adde804a01 Userscript custom colors
using user options #539
2022-04-17 21:27:11 -05:00
Yvon Cui
a9fc063242 userscript custom number formats
using user options #539
resolves #520
2022-04-17 20:40:17 -05:00
Yvon Cui
1139110b98 Userscript user options
introduce user options to userscript. Using existing options available in extension for now, plus showing update popup.
Part of #539
2022-04-17 20:32:14 -05:00