551 Commits

Author SHA1 Message Date
Kalinka 015fbd20d6 Removed empty file 2021-12-09 19:37:12 +01:00
Kalinka e3e2cf5645 Update variable declaration
Preferable to use 'let' instead of 'var' for variable declaration
2021-12-09 19:36:35 +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
Nightcat 6994dc0e42 Replace old logo
Website is untested but should be fine.

Thanks to afn, PickleNik, and everyone who gave feedback :]
2021-12-09 13:25:05 -05:00
Kalinka 633e918aba Update variable declaration
Preferable to use 'let' instead of 'var' for variable declaration
2021-12-09 19:18:45 +01:00
Kalinka ca7141b582 Update variable declaration
Preferable to use 'let' instead of 'var' for variable declaration
2021-12-09 19:18:15 +01:00
Kalinka e2f0689c00 Update variable declaration
Preferable to use 'let' instead of 'var' for variable declaration
2021-12-09 19:17:58 +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
Dmitrii Selivanov 26640b8420 Merge pull request #235 from elmatt/patch-1
Remove unnecessary comments
2021-12-09 12:30:45 +03:00
Dmitrii Selivanov 0041525e2f Merge pull request #244 from yuriy-chumak/userscript
Fix: "has been blocked by CORS policy" for redirection from "youtube.…
2021-12-09 12:29:00 +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
AgentConDier 8f934251a1 Support for Android Firefox and m.youtube.com
should fix #68 and #143

List of changes:
* Suppress mobile user agents in background script
* Also look for the mobile equivalents of relevant HTML Elements
* More consistently use get[Dis]LikeButton() instead of getButtons().children
* Add mobile-specific css tweaks
2021-12-08 20:47:56 +01: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 593c670199 fix #232 2021-12-06 19:41:30 -05:00
cupiditys 3f9726392f fix #232 2021-12-06 19:39:53 -05:00
Matt Prior 4321e01139 Remove unnecessary comments 2021-12-06 16:41:45 -07: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
Dmitrii Selivanov 1be947d6d2 Merge pull request #233 from surrealegg/fix-nan-dislike
Fix Dislikes of Private Videos are "NaN"
2021-12-07 01:20:00 +03:00
surrealegg a0e1a6dbab Fix Dislikes of Private Videos are "NaN"
will fix #230

List of changes:

* Adding a check to see if traceId exsits on response.
  This appears during error, so it will prevent setting dislike count to NaN.

* Changed a way to check if fields exist.
  Because the old way 0 likes or 0 dislikes are considered invalid.
2021-12-06 22:28:45 +04: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
cupiditys beb0476bcf update rating bar on user input 2021-12-06 01:49:39 -05:00
cupiditys 85aeb50140 update rating bar on user input 2021-12-06 01:49:11 -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
Dmitrii Selivanov f91c91bd97 Merge pull request #215 from mphelp/issue-180
Fix issue 180: Clips not working
2021-12-06 02:21:28 +03:00
mphelp 347a4ea03b Chrome/Firefox Clips functionality 2021-12-05 14:57:59 -06:00
Pavel Moiseenko 4b04d161ec Extract language from html instead of browser UI 2021-12-05 21:50:47 +03:00
Dmitrii Selivanov 8eed2febfe Merge pull request #212 from surrealegg/fix-dislike-incremental-count
Fix dislike count increasing in Firefox.
2021-12-05 21:31:20 +03:00
surrealegg 386b357049 Fix dislike count increasing in Firefox.
likeClicked() suppose to decrease the dislike count by 1 if the
previous state is "disliked", but the function is empty on Firefox.
2021-12-05 22:15:07 +04: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
Dmitrii Selivanov 904ecf63d1 Merge pull request #194 from Frontesque/main
Fix issue #174 for firefox
2021-12-05 00:26:24 +03:00
Front f459de012d Fix issue #174 for firefox 2021-12-04 16:20:26 -05:00
Dmitrii Selivanov 2b60618669 Merge pull request #172 from sy-b/main
Add donation links to extensions
2021-12-05 00:08:47 +03:00
Dmitrii Selivanov 696bd0a888 Merge pull request #182 from NgoKimPhu/patch-1
fix missing styles for rate bar in userscript
2021-12-05 00:07:05 +03:00
Front a2eb4477dc Fix Bug/Issue #174 2021-12-04 16:00:23 -05: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