Commit Graph

89 Commits

Author SHA1 Message Date
hyperstown
4de91a51ce fix userLocales is undefined 2022-04-27 18:57:17 +02:00
Dmitrii Selivanov
aa4b4b4c3d Update Return Youtube Dislike.user.js 2022-04-26 20:33:19 +02:00
Dmitrii Selivanov
43380c83c3 Merge branch 'main' into extOptionFormatLikes 2022-04-26 19:00:09 +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
Yvon Cui
75e98a1e6e introduce option: re-format like numbers 2022-04-20 01:41:49 -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
Tobias Speicher
73448d2bd1 Replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-25 15:41:48 +01:00
Dmitrii Selivanov
b7029ce426 Merge issues fixed, core reformatted with prettier 2022-03-20 23:40:46 +03:00
RyanBurgert219
c8267e7d8d Mobile UserScript: Supports YouTube Shorts 2022-03-20 07:32:00 -04:00
RyanBurgert219
0630627d3b UserScript: Supports YouTube Shorts 2022-03-20 05:54:22 -04:00
Dmitrii Selivanov
f52f556b00 Merge pull request #492 from philipbrembeck/patch-1
Added empty function after execution
2022-03-13 13:28:43 +03:00
Philip Jake
d3d733d96f Added empty function after execution 2022-02-23 21:58:38 +01:00
sy-b
856ebf1124 Removed rate bar from mobile
https://github.com/Anarios/return-youtube-dislike/issues/477
2022-02-20 09:47:31 +05:30
mphelp
a0b8ad0328 Keep existing generic url matching scheme 2022-01-16 15:24:43 -06:00
mphelp
728680f84b Fix Clips functionality 2022-01-15 11:39:52 -06:00
oSumAtrIX
a4916110a0 Format numbers the same way as the extension for the UserScript 2021-12-23 20:28:12 +01:00
tech234a
08640d2bb8 Remove unused function 2021-12-14 22:16:28 -05:00
Dmitrii Selivanov
2b7ef364ff Removed calls to youtube from userscript 2021-12-15 02:18:37 +03:00
evanreichard
15215558ae Update Return Youtube Dislike.user.js 2021-12-14 07:56:18 -05:00
evanreichard
01df1d741b Update Return Youtube Dislike.user.js 2021-12-13 13:03:26 -05:00
evanreichard
a7c8731564 [fix] YouTube Mobile Locale URL Doesn't Exist
On m.youtube.com, the locale URL doesn't exist. This will throw an invalid URL (passes undefined to the URL constructor).

On quick glance it doesn't appear that there's a good alternative on mobile, so I just fallback to 'en'.
2021-12-12 17:57:44 -05:00
Glen Lalo
9c23666d41 fixes signed-in status check 2021-12-11 16:31:37 +01:00
Dmitrii Selivanov
ab99ce7046 Merge pull request #253 from KalinkaGit/main
Variable declaration and useless file
2021-12-11 18:13:32 +03:00
DARKDRAGON532
f3159a4113 Merge pull request #267 from mphelp/fix-clips
Fix Issue 180: clips not working
2021-12-11 20:24:27 +05:30
mphelp
a303356d8c WormChickenWizard found typo: clip not clips for video id retrieval 2021-12-11 08:52:13 -06:00
DARKDRAGON532
7cd8f68c98 resolve #262 2021-12-10 23:17:27 +05:30
Kalinka
d917142772 Fixed global declaration error
Variable 'jsInitChecktimer' wasn't declared globally, so it was causing a problem with the new declaration 'let' (instead of 'var' for a better compliance with ES2015 standards).
2021-12-10 17:22:13 +01:00
Kalinka
6e9ef8bdce Update variable declaration
Preferable to use 'let' instead of 'var' for variable declaration
2021-12-09 19:35:55 +01:00
DARKDRAGON532
3d55897690 Merge branch 'main' into patch-1 2021-12-09 15:55:25 +05:30
Dmitrii Selivanov
b6324c27da Merge pull request #223 from cupiditys/main
update rating bar on input
2021-12-09 12:31:24 +03:00
DARKDRAGON532
7ac7bf9b0d added document.documentElement.lang 2021-12-09 12:54:29 +05:30
cupiditys
892e7eeedb Merge branch 'main' into main 2021-12-08 16:05:57 -05:00
Yuriy Chumak
06ff0045a0 Fix: "has been blocked by CORS policy" for redirection from "youtube.com" 2021-12-08 14:30:26 +02:00
Dmitrii Selivanov
85dd78f415 Merge pull request #236 from mphelp/issue-230
Fix Issue 230: Forgotten Userscript NaN dislike
2021-12-07 20:49:41 +03:00
DARKDRAGON532
4ba6ef9f9e checks for youtube locale and uses navigator.language as fallback 2021-12-07 17:12:59 +05:30
mphelp
4c8cb675ca Userscript NaN dislike fix
surrealegg forgot to do userscript change in addition to Chrome/Firefox #233
2021-12-06 20:12:52 -06:00
cupiditys
904760ea62 fix #232 2021-12-06 19:47:54 -05:00
cupiditys
93d146cb43 Update Return Youtube Dislike.user.js 2021-12-06 17:42:36 -05:00
cupiditys
5fb021b172 Merge branch 'main' into main 2021-12-06 17:37:51 -05:00
Dmitrii Selivanov
6da6e73698 Merge pull request #229 from mphelp/issue-199
Fix Issue 199: (Bug): Cannot read properties of null (reading 'offsetParent')
2021-12-07 01:21:21 +03:00
mphelp
672c6db3f3 Fix Issue 199: Null check on menu container 2021-12-06 08:07:11 -06:00
cupiditys
cb0cfda482 update rating bar on user input 2021-12-06 02:52:25 -05:00
mphelp
6cba112185 Userscript clips functionality 2021-12-05 20:52:07 -06:00
Dmitrii Selivanov
3bca601e3d Merge pull request #204 from trevorpetersen/youtube_music_bug
Fix Issue #195: Fix bug where extension was being loaded on youtube music domains
2021-12-06 02:30:21 +03:00
Pavel Moiseenko
4b04d161ec Extract language from html instead of browser UI 2021-12-05 21:50:47 +03:00
Sasha Aryutin
d4db7d88e9 Merge branch 'main' into refactor--extract-hardcoded-state-values 2021-12-05 20:12:05 +03:00
Dmitrii Selivanov
441e03837a Merge pull request #205 from trevorpetersen/spelling_fix
Fix misspelling of word 'initial' in method names
2021-12-05 19:46:34 +03:00
ironblockhd
eebf832a53 UserScript: Add support for mobile 2021-12-05 10:05:37 +01:00
Trevor Petersen
af013d72f2 Fix misspelling of word 'initial' in method names 2021-12-05 00:14:04 -08:00