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
Trevor Petersen
e0ca320923
Fix bug where extension was being loaded on youtube music domains
2021-12-04 23:50:45 -08:00
Sasha Aryutin
599f35a185
refactor: extract hardcoded values to const
2021-12-05 03:32:24 +03:00
Phu Ngo
1bbece0228
fix missing styles for rate bar
...
add missing css styles for rate bar, copied over from content-style.css
2021-12-04 16:25:29 +08:00
Dmitrii Selivanov
a3e8620ce1
Merge pull request #158 from mphelp/fix-nan-zero
...
Null check on youtube dislike response
2021-12-03 02:46:20 +03:00
mphelp
51065481d7
Ensure null check on youtube dislikes to prevent 0 displaying
2021-12-02 16:48:02 -06:00
gitdev-bash
0aed7c7b27
Small changes to userscript metadata.
...
Add: encoding, homepage, icon, run-at
2021-12-02 20:58:06 +00:00
Dmitrii Selivanov
e5fb92f1ec
Updated backend url
2021-12-02 01:47:08 +03:00
DARKDRAGON532
53dbe52f88
Merge branch 'main' into patch-1
2021-12-01 08:02:12 +05:30
Dmitrii Selivanov
68d465e0cf
Merge pull request #126 from SuperStormer/main
...
Fix `@match` clause
2021-12-01 04:27:17 +03:00
SuperStormer
542648025c
oops
2021-11-30 15:36:02 -05:00
DARKDRAGON532
cdb784e387
formatted with prettier
2021-11-30 21:16:30 +05:30
DARKDRAGON532
ae1072ac67
fixed userscript
2021-11-30 21:16:00 +05:30
Frieder Bluemle
c6ddeb757f
Fix typos
2021-11-29 22:24:44 -08:00
DARKDRAGON532
2a4b1b95d1
formatted with prettier
2021-11-29 22:52:23 +05:30
DARKDRAGON532
8ce61c8742
Added fetch from youtube for userscript
2021-11-29 22:50:28 +05:30
j14-c
77ce8f6a06
Fixed numberFormat RegEx
2021-11-29 02:01:40 -05:00
Francesco Ferraro
e51ba3999b
Locales separating decimals with commas
...
Add regex for locales separating decimals with commas, and not periods
2021-11-28 22:59:51 +01:00
j14-c
f51258c660
Fixed roundDown bug
2021-11-28 06:00:30 -05:00
Dmitrii Selivanov
471940b06f
Merge pull request #63 from j14-c/main
...
modified numberFormat to round down and include decimals
2021-11-27 19:47:42 +03:00
Dmitrii Selivanov
149ed8d093
Merge pull request #60 from Frontesque/main
...
Website 1.1.0 / 1.1.1
2021-11-27 19:19:11 +03:00