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
Ajay
2f68a66f13
Remove chapters payment checks
2023-03-18 21:27:26 -04:00
Ajay
488f5efa2f
Add option to disable thumbnail icons
2023-03-18 02:05:14 -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
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
Ajay
4095ca8642
Fix missing userid generation call swaps
2023-02-18 22:44:34 -05:00
Ajay
4ca6a331f1
Move generate userID to shared lib
2023-02-18 02:54:42 -05:00
Ajay
1d05c2b3df
Convert dots to colons when importing existing chapters
2023-02-14 18:38:47 -05:00
Ajay
1d0ac86e5a
Move get hash to shared lib
2023-02-14 01:42:25 -05:00
Ajay
8c994f362d
Move requesting logic to shared lib
2023-02-14 01:20:46 -05:00
Ajay
5859c33ce8
Move video handing and config to shared library
2023-02-13 02:31:25 -05:00
Ajay
b2e6e4f076
Fix tests
2023-02-01 19:55:01 -05:00
Ajay Ramachandran
1a4d48503a
Merge pull request #1560 from mchangrh/piped-support
...
add selector for piped
2023-01-21 17:23:45 -05:00
Ajay
35e0f7ede9
Fix warnings
2023-01-21 16:20:18 -05:00
Michael C
6959bdbee1
Add piped support
...
- add playerInit listener
- made popup container generic for possible piped support
- explicitly add css files to web_accessible_resources
2023-01-03 17:10:51 -05:00
Ajay
27f3ced338
Remove lookbehind because safari
...
Resolves https://github.com/ajayyy/SponsorBlock/issues/1626
2022-12-26 16:28:17 -05:00
Ajay
7dd2c9eb3e
Move some generic functions to a new package
2022-12-24 00:54:56 -05:00
Ajay
35b8a34162
Don't remove trailing end bracket when not starting with bracket
2022-12-19 16:12:51 -05:00
Ajay
283ec50388
Hide original chapter if similar in name
2022-12-11 12:51:36 -05:00
Ajay
7be7b12d52
Generated chapters can now start after 0 seconds, so allow importing them
2022-12-04 21:55:46 -05:00
Ajay
ce3f77ed20
Better key moments check by not importing when no 0 second chapter
2022-11-07 21:15:04 -05:00
Ajay Ramachandran
b40749717f
Merge pull request #1550 from mchangrh/stricter-ts
...
add noFallThrough, inplicitReturn, update packages
2022-11-04 17:06:36 -04:00
Ajay Ramachandran
f4f7df9f2b
Merge pull request #1564 from mini-bomba/userinfo-publicID
...
Use publicID instead of privateID for /userInfo calls
2022-11-04 15:39:44 -04:00
Ajay
6db498ccb1
Fix key moments check not working when multiple videos present
2022-10-30 20:36:05 -04:00
mini-bomba
ea73a92fb7
Use publicID instead of privateID for /userInfo calls
...
This should reduce the load on the server a bit, as it will no longer have to compute the publicID for each sponsorblock user.
This also reduces the list of actions that leak the privateID to the server.
2022-10-29 13:20:51 +02:00
Michael C
1fcfea9fd5
add noFallThrough, inplicitReturn, update packages
2022-10-20 22:13:51 -04:00
Ajay
a48269f254
Import short category names too
2022-10-17 08:50:55 -04:00
Bennett
edaed61612
Reduced execution time of hexToRgb function by ~70%
...
Coded to use less regex.
On average, "indexOf" performs better than "parseInt."
2022-10-13 14:48:17 -04:00
Ajay
9888dcc323
Fix chapter import not working with 0 time
2022-10-10 23:37:48 -04:00
Ajay
49a166a6b2
Fix key moments importing as chapters
2022-10-10 23:34:34 -04:00
Michael C
a098858035
force delimiters to follow semi
2022-10-07 20:51:58 -04:00
Ajay
61fc1d2ed3
Fix zero start time breaking
2022-10-07 12:19:42 -04:00
Ajay
63ef9b44c7
Make sure chapters are invalid if regex fails
2022-10-05 02:15:31 -04:00
Ajay
6166ab3006
Fix spamming user info on options page and improve popup values
2022-10-03 16:59:49 -04:00
Ajay
4970d33169
Don't show unsubmitted segments in description box
2022-09-18 16:02:52 -04:00
Ajay
6d757857cb
Add tooltip about chapters feature
2022-09-18 03:15:20 -04:00
Ajay
533b15f44b
Add support for hours in import segments
2022-09-02 21:42:36 -04:00
mini-bomba
bbea534781
Add "Export segments as URL" option the unsubmitted videos section
2022-09-01 23:03:25 -04:00
Ajay
015ac7d46e
Fix test breaking due to chrome.* api
2022-09-01 16:52:10 -04:00
Ajay
6631dfdea3
Also check license status for submitting chapter
2022-09-01 16:44:02 -04:00
Ajay
69c0fe1caf
Make importer import non chapters too
2022-09-01 16:25:43 -04:00
Ajay
29ea112b4f
Move hyphen so it is not treated as a range
2022-09-01 16:07:29 -04:00
Ajay
3e40745621
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chapters
2022-09-01 15:21:23 -04:00
Ajay
c6e30236e9
Add license requirement
2022-09-01 15:15:30 -04:00
Michael C
aadc1be56c
catch all html in error messages
2022-08-22 20:44:23 -04:00
Ajay
42d76cf257
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chapters
2022-08-19 23:16:45 -04:00
Ajay
2cc1dcc6fd
Add better UI for warnings allowing you to accept without chatting
2022-07-20 18:48:53 -04:00
Ajay
60d106fc52
Fix cases with multiple segments starting at the exact same time
2022-07-12 00:59:13 -04:00
Ajay
cf86e91988
Added guideline reminders for
2022-07-09 23:42:52 -04:00