FlorianZahn
7698be8462
Remove merge mistake
2021-10-14 07:21:07 +02:00
FlorianZahn
738868da8d
Merge branch 'master' into copySegment
2021-10-14 07:16:55 +02:00
Ajay Ramachandran
ff5fa4c724
Move config values and close notice
2021-10-13 23:14:51 -04:00
FlorianZahn
d9f703d808
Vip warning added when downvoting. sry that it is in the same branch, but this is the most current UI
2021-10-10 10:47:47 +02:00
FlorianZahn
907bd68e4e
Buttons now change color depending on state. Added colorPalette config entry
2021-10-09 02:43:39 +02:00
FlorianZahn
4afc2c153a
Restart Voting button. Wiki links. SkipNotice Improvements
2021-10-06 23:02:26 +02:00
FlorianZahn
93f02877a7
copy segments basics done
2021-10-06 08:15:15 +02:00
FlorianZahn
3fc32a68c3
Changing the time a little manually opens a popup
2021-10-04 20:20:04 +02:00
Ajay Ramachandran
1bfb5cfb13
Compact button options and add option for skip to highlight button
2021-09-30 19:23:17 -04:00
Ajay Ramachandran
34cfd14e74
Add UI for submitting mute segments and request mute segments
2021-09-01 21:59:44 -04:00
Ajay Ramachandran
c79b06aed3
add comment for highlight update
2021-08-20 14:29:28 -04:00
Ajay Ramachandran
d089e43b8a
Add tooltip about highlight feature
2021-08-20 03:54:49 -04:00
Ajay Ramachandran
bea943dc96
Add option to disable $ link
2021-08-20 00:04:42 -04:00
Ajay Ramachandran
36aec560ca
Add options for smaller and faded notice
2021-08-19 22:32:28 -04:00
Ajay Ramachandran
8b348a2aeb
Rename highlight category to poi_highlight
2021-08-17 22:05:19 -04:00
Ajay Ramachandran
4fef6dcfa0
Remove preview category auto enable
2021-08-17 21:03:36 -04:00
Ajay Ramachandran
4e99754b8c
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
2021-08-17 18:25:18 -04:00
Ajay Ramachandran
a56bba0612
Add skipping all segments when a non music segment exists
2021-08-03 15:19:29 -04:00
Ajay Ramachandran
9c54d141e9
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
2021-07-31 01:02:41 -04:00
Ajay Ramachandran
ff44016003
Remove unlisted experiment
2021-07-21 11:48:19 -04:00
Ajay Ramachandran
d458bb0cdf
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
...
# Conflicts:
# src/components/SkipNoticeComponent.tsx
# src/config.ts
# src/content.ts
2021-06-30 21:27:21 -04:00
Ajay Ramachandran
91f3ebed41
Add option to not auto-hide info button
2021-06-27 18:50:52 -04:00
Ajay Ramachandran
38bc6e2b1c
make skip notice countdown customisable
2021-06-25 12:32:27 -04:00
Ajay Ramachandran
e80b7afe80
Add initial unlisted detection for getting a list of unlisted videos
...
A temporary measure which will be removed next month
https://support.google.com/youtube/answer/9230970
2021-06-23 21:09:59 -04:00
Ajay Ramachandran
ccc879bd56
Change preview colours
2021-06-20 13:20:23 -04:00
Ajay Ramachandran
b4e269bce6
Enable preview category by default for people with intermission enabled
2021-06-18 01:26:16 -04:00
Ajay Ramachandran
71ec724295
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
2021-06-18 00:46:55 -04:00
Ajay Ramachandran
861ba4869e
Add preview category
...
Closes https://github.com/ajayyy/SponsorBlock/issues/444
(cherry picked from commit a10d7c338c )
2021-06-18 00:02:03 -04:00
Ajay Ramachandran
8cb212a77b
Allow not counting time in private tabs
...
Closes https://github.com/ajayyy/SponsorBlock/issues/703
2021-06-11 18:17:40 -04:00
Ajay Ramachandran
34f4b14672
Remove unused config values
2021-06-09 19:22:02 -04:00
Ajay Ramachandran
5fbb8c0d4a
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvements
...
# Conflicts:
# manifest/manifest.json
# src/components/SponsorTimeEditComponent.tsx
# src/config.ts
# src/content.ts
# src/types.ts
2021-05-22 01:28:24 -04:00
Ajay Ramachandran
9392d16617
Add partial segments to upload menu
2021-05-21 15:51:58 -04:00
Ajay Ramachandran
3ef2673bfc
Remove hash prefix option (always uses hash prefix)
2021-05-19 16:11:07 -04:00
Ajay Ramachandran
18d10ada5e
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into pr/opl-/569
2021-05-16 20:29:31 -04:00
Ajay Ramachandran
11144fa77b
Only ask for permission once
2021-05-12 17:00:31 -04:00
Ajay Ramachandran
97ed091432
Change highlight default
2021-05-06 15:58:27 -04:00
Ajay Ramachandran
a08dbf4da1
Add submitting for highlight category
2021-04-05 23:35:05 -04:00
Ajay Ramachandran
a10d7c338c
Add preview category
...
Closes https://github.com/ajayyy/SponsorBlock/issues/444
2021-03-30 22:50:36 -04:00
opl-
3879cc6de3
Clean up segment creation code
...
Noteworthy changes:
- Adds ability to cancel creating a segment
- Makes segment creation fully the responsibility of the content script, with the popup script buttons simply doing RPC
- Adds types to the Utils.wait function
- Fixes segment timestamps backwards if user marks segment end earlier than the start
- Makes the info menu (in-page popup) workaround clearer and easier to remove in the future.
2021-02-20 15:52:13 +01:00
Ajay Ramachandran
2fdd43f96f
Enable hash prefix by default
...
Closes https://github.com/ajayyy/SponsorBlock/issues/529
2021-02-09 18:48:13 -05:00
Ajay Ramachandran
44571a67d9
Fix segments being deleted
2021-01-31 12:03:54 -05:00
Ajay Ramachandran
e269b1aec6
Add skip keybind
...
https://github.com/ajayyy/SponsorBlock/issues/299
2021-01-17 14:25:45 -05:00
Ajay Ramachandran
209e42578f
Fix eslint warnings
2021-01-17 13:01:57 -05:00
Ajay Ramachandran
2fcfc989cf
Remove unsubmitted notification
2021-01-17 13:00:27 -05:00
Ajay Ramachandran
7bb8f446bf
Fix type issues
2021-01-17 12:56:37 -05:00
Ajay Ramachandran
7307340afa
Remove empty unsubmitted segments
...
Resolves https://github.com/ajayyy/SponsorBlock/issues/609
2021-01-17 12:53:31 -05:00
Ajay Ramachandran
3ac68aa313
Revert "Add notice about YouCap"
...
This reverts commit e95029c229 .
2020-12-29 23:06:50 -05:00
Ajay Ramachandran
e95029c229
Add notice about YouCap
2020-12-29 22:51:00 -05:00
Max Baumann
09c527417d
refactor: type 'config' Proxy
2020-12-15 18:29:47 +01:00
Max Baumann
094ef84f15
refactor(types): add StorageChangesObject type
2020-12-15 14:24:29 +01:00