Ajay
ff3d8ff2d6
Add waiting for when preview bar detects incorrect number of chapters
2023-05-28 15:51:44 -04:00
Ajay
a83e83c1b1
Potential fix for preview bar disappearing sometimes
2023-05-24 23:43:41 -04:00
Ajay
6585a4e325
Fix large times when locale uses dots for chapter names
...
Fixes #1757
2023-05-24 19:06:38 -04:00
Ajay
20ab0768df
Fix chapters not saving after clicking suggestion
...
They still submitted properly, it only mattered if you closed the submission box
2023-05-21 19:55:58 -04:00
Ajay
b07381e5d0
Remove extra log
2023-05-12 23:55:33 -04:00
Ajay
4a1829839f
Slightly improve firefox skipping
2023-05-12 23:53:37 -04:00
Ajay
93d864e927
Don't use unmute skip trick on chromium if there are mutes happening
2023-05-11 20:20:05 -04:00
Ajay
232b1816fe
Fix mute segment right after skip being delayed
2023-05-11 20:17:57 -04:00
Ajay
92fabdf37a
Move more funcs to shared lib
2023-05-09 22:12:15 -04:00
Ajay
e094f95602
Move some options page funcs to shared lib
2023-05-09 16:49:54 -04:00
Ajay
14da4b5fcc
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock
2023-05-08 20:16:50 -04:00
Ajay
9d6e23d171
Fix margin issue on category pill tooltip
2023-05-08 20:16:44 -04:00
Ajay Ramachandran
68a6286af6
Merge pull request #1715 from Blueberryy/master
...
Add notice time to translation file
2023-05-08 17:10:55 -04:00
Ajay
f2482ee973
Add auto-config import to clickbait extension, move more funcs to shared lib
...
Also fix a isSafari call
2023-05-08 17:02:49 -04:00
Ajay
71dd4a97bf
Fix SponsorBlock on latest YouTube layout
2023-05-07 23:56:55 -04:00
Ajay
4d7018a017
Fix safari check not running function
...
Should make Firefox more precise
2023-05-06 20:05:43 -04:00
Ajay
ca24e82a6d
Fix skip looping
...
Fixes #1747
2023-05-06 20:04:17 -04:00
mini-bomba
75b406cb5b
Show time with skips removed on invidious
2023-05-02 21:42:09 +02:00
Ajay
62a60daac7
Fix preview bar not being created on video element change if not created previously
2023-04-30 14:54:50 -04:00
Blueberryy
4cae6e8f41
Real fix by mini-bomba
...
@mini-bomba
Co-Authored-By: mini-bomba <55105495+mini-bomba@users.noreply.github.com>
2023-04-29 15:52:24 +05:00
Ajay
d3fa735481
Don't show harmful vote option for non chapters
2023-04-27 22:29:08 -04:00
Ajay
7768447ab0
Upgrade maze-utils, move video element refreshes to lib
2023-04-27 15:18:17 -04:00
Ajay
e31efbbf81
Fix looped videos sometimes not skipping start segment
...
Fixes #1723
2023-04-21 22:16:13 -04:00
Blueberryy
dc0d7d7e45
Another fix NoticeComponent.tsx
2023-04-20 18:58:11 +05:00
Blueberryy
6bc4c686ec
FIX NoticeComponent.tsx
2023-04-20 18:49:22 +05:00
Bert Vermeulen
c5f549f937
Spelling fix
2023-04-19 19:26:45 +02:00
Ajay
a7aa4042ff
Fix video labels showing all categories regardless of settings
2023-04-17 20:29:52 -04:00
Blueberryy
32fd64ee25
add translatable s in notice
2023-04-11 23:03:23 +05:00
Ajay Ramachandran
e1521e9837
Merge pull request #1710 from mini-bomba/controls-skip-inline-players
...
Don't attach controls to inline preview players
2023-03-31 13:07:12 -04:00
mini-bomba
78f6c66547
Reset fvlabel color definitions when segment == null
...
Without this, we would try to use the color for an 'undefined' category on the first render pass of the element.
It was then immediately re-rendered with a segment set, but DR missed the update, which caused it to stick to that 'undefined' category and the label became transparent.
2023-03-25 13:19:47 +01:00
Ajay
c2252af575
Move more thumbnail logic to lib
2023-03-24 19:07:26 -04:00
mini-bomba
1ef6c1977f
Don't attach controls to inline preview players
...
Co-authored-by: Ajay <dev@ajay.app>
2023-03-24 23:59:59 +01:00
mini-bomba
0001d28f14
Define left + right on previewbar segments instead of left + width
2023-03-24 23:21:42 +01:00
Ajay Ramachandran
5711e70dbb
Merge pull request #1707 from mini-bomba/fix-videoid-mismatch-error
...
Fix the incorrectVideoCheck() error showing the same videoID as recorded & actual
2023-03-24 15:51:47 -04:00
Ajay
6d7953a1ca
Fix potentially leaking set interval
2023-03-24 15:51:36 -04:00
mini-bomba
356ce5a6f3
Fix the incorrectVideoCheck() error showing the same videoID as recorded & actual
2023-03-24 19:18:00 +01:00
mini-bomba
e159989f17
Generate darkreader variables with our category color variables
...
This ensures the timeline, fv labels and thumbnail labels don't go transparent if darkreader forgets to set it's variable overrides.
2023-03-21 20:38:20 +01:00
Ajay
f6a42a7908
Fix manual skips after autoskips when inside a chapter
2023-03-20 23:10:13 -04:00
Ajay
4cf827b48a
Remove exclusive_accessCategoryAdded migration
2023-03-18 21:31:27 -04:00
Ajay
f00b3abbe4
Enable chapter by default
2023-03-18 21:30:33 -04:00
Ajay
2f68a66f13
Remove chapters payment checks
2023-03-18 21:27:26 -04:00
Ajay
9831c3393f
Remove chapters update message
2023-03-18 21:12:56 -04:00
Ajay
09511e8b3d
Remove vendor references
2023-03-18 14:37:14 -04:00
Ajay
3a1d631e01
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into labels-on-thumbnails-merged
2023-03-18 02:08:02 -04:00
Ajay
488f5efa2f
Add option to disable thumbnail icons
2023-03-18 02:05:14 -04:00
Ajay
43e07fe725
Fix Invidious support on Firefox
2023-03-18 00:28:26 -04:00
Ajay
2374f4d31b
Fix invidious support for thumbnail labels
2023-03-17 23:41:59 -04:00
Ajay
52f58b8ea4
Don't trigger hover autoplay from hovering over thumbnail label
2023-03-17 22:57:44 -04:00
Ajay
5d610a342f
Inject document script using raw HTML to be fast enough to still be able to hijack listener when visiting YouTube channel page directly
2023-03-17 21:10:26 -04:00
Ajay
758f0b7526
Show Full-Video Labels on thumbnails
...
Co-authored-by: mini-bomba <mini-bomba@users.noreply.github.com>
2023-03-10 03:49:01 -05:00