Max Baumann
dc36e8097d
refactor: remove unused function
2020-12-15 13:34:02 +01:00
Max Baumann
7756a89960
refactor: remove more unused variables
2020-12-15 12:58:44 +01:00
Max Baumann
5d0559aebd
refactor: remove dead code, add more types
2020-12-14 23:37:35 +01:00
Max Baumann
e2ef7412a4
refactor(lint): fix trivial linting errors
2020-12-12 23:58:34 +01:00
Max Baumann
36558f5460
refactor(lint): apply automatic eslint fixes
2020-12-12 22:57:41 +01:00
Ajay Ramachandran
b4e1cb0cfd
Merge pull request #459 from Joe-Dowd/hash-prefix
...
Added hash prefix implementation (server code not yet merged)
2020-09-16 13:53:53 -04:00
Ajay Ramachandran
586cce5561
Remove invidio.us from default list
2020-09-04 21:02:07 -04:00
Ajay Ramachandran
d0061985ca
Separate refetch to a new option
2020-09-04 12:39:00 -04:00
Joe Dowd
40d522694d
Added has prefix implementation (no config page)
2020-09-04 00:05:41 +01:00
Ajay Ramachandran
3dc6563048
Default to blank category when submitting
2020-07-12 20:59:35 -04:00
Ajay Ramachandran
684cd676e5
Delete empty unsubmitted submissions when delete is called
2020-07-04 15:34:29 -04:00
Ajay Ramachandran
4fc7a69dd5
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into react
2020-07-03 20:58:15 -04:00
Ajay Ramachandran
bfafcd07cc
Fix font issue, NaN issue and remove hide real time
2020-07-03 19:56:08 -04:00
Ajay Ramachandran
e55d1f5115
Removed intermission category and renamed intro to intermission.
2020-07-03 19:31:00 -04:00
Ajay Ramachandran
1265eeb941
Save category with the preview submissions.
2020-07-02 23:34:13 -04:00
Ajay Ramachandran
367657e44e
Added intermission category
2020-07-02 21:37:38 -04:00
Ajay Ramachandran
955ee32b46
Remove category update message
2020-07-02 21:13:07 -04:00
NDevTK
fd77748b15
Updated config
2020-06-27 15:20:00 +01:00
NDevTK
beea8181a1
Added config option
2020-06-26 19:19:51 +01:00
Ajay Ramachandran
93316bf463
Added option to disable notification
2020-06-07 11:27:35 -04:00
Ajay Ramachandran
9f4fec2a43
Added category update info on the notice
2020-06-07 11:16:24 -04:00
Ajay Ramachandran
89cc6ed184
Added "read the guidelines button.
2020-06-05 21:38:38 -04:00
Ajay Ramachandran
ca2727655e
Added customizable seek bar colors
2020-06-03 20:20:02 -04:00
Ajay Ramachandran
39155fdf99
Moved requests to the background script.
...
This should avoid ad blockers messing with requests.
Helps with https://github.com/ajayyy/SponsorBlock/issues/354
2020-05-24 22:42:55 -04:00
Ajay Ramachandran
f165b3b602
Removed autoUpvote config
2020-05-20 23:50:26 -04:00
Ajay Ramachandran
3fb5c1c14f
Only splice 1 when removing offtopic category selection
2020-05-11 18:35:07 -04:00
Ajay Ramachandran
b1d9cde715
Added code to remove off-topic from category selections.
...
That category has been removed.
2020-05-11 18:28:27 -04:00
Ajay Ramachandran
98fd841a54
Fixed null whitelisted channel check happening after use
2020-05-10 21:28:01 -04:00
Ajay Ramachandran
2a8a425627
Removed invidiou.sh from default instances
2020-04-27 15:22:19 -04:00
Ajay Ramachandran
fbafb723cb
Added option to force a whitelist check before allowing skipping.
2020-04-26 23:14:18 -04:00
Ajay Ramachandran
8a6488f082
Added migration code for whitelisted channelIDs vs URLs
2020-04-26 18:07:10 -04:00
Ajay Ramachandran
6abf6a0044
Added testing server option.
2020-04-09 00:40:11 -04:00
Ajay Ramachandran
d1d4dcdc9c
Added migration for auto skip option
2020-04-06 00:40:30 -04:00
Ajay Ramachandran
0115a6df13
Merge pull request #315 from Joe-Dowd/react
...
Audio notification on skip
2020-04-04 22:26:51 -04:00
Ajay Ramachandran
bac9029a28
Switched skipping to use category settings.
...
Submission editing is now broken as well as clicking submit.
Skipping through multiple submissions just treats it as skipping from one (no multiple vote options).
2020-04-04 21:04:17 -04:00
Joe Dowd
48a614943d
Merge branch 'react' into react
2020-04-04 18:44:05 +01:00
Ajay Ramachandran
ec9f1efd55
Added category skip option to just show an overlay without skipping
2020-04-04 12:58:02 -04:00
Joe-Dowd
36981af95a
Added audio notification on skip to options menu
2020-04-04 13:59:04 +01:00
Ajay Ramachandran
3afde08a6e
Category selections now save
2020-04-02 22:13:36 -04:00
Ajay Ramachandran
2c980a269d
Fixed sponsorTimes data on export and import
2020-03-26 12:18:52 -04:00
Ajay Ramachandran
77eff12d9b
Merge pull request #261 from OfficialNoob/patch-1
...
Made decodeStoredItem detect item type
2020-03-10 01:21:10 -04:00
Ajay Ramachandran
737a023b65
Added mobile support message.
2020-02-23 20:39:13 -05:00
Ajay Ramachandran
8d82a6a3e6
Fixed data old format migration.
2020-02-14 23:20:11 -05:00
Ajay Ramachandran
88a8fda566
Moved window.SB creation for security reasons.
2020-02-14 23:16:01 -05:00
Official Noob
995fe072bd
Merge pull request #1 from ajayyy/master
...
Update
2020-02-09 22:15:27 +00:00
Ajay Ramachandran
1753c05686
Fix Firefox infinite recursion issue.
2020-02-09 10:34:18 -05:00
Ajay Ramachandran
b7e83a0efe
Added unlisted check option.
...
https://github.com/ajayyy/SponsorBlock/pull/224
Co-authored-by: OfficialNoob <OfficialNoob@users.noreply.github.com >
2020-02-08 22:43:27 -05:00
Ajay Ramachandran
6159605afd
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into typescript
...
# Conflicts:
# public/_locales/en/messages.json
# src/config.ts
2020-02-08 22:19:07 -05:00
Ajay Ramachandran
51d2886f70
Seperated show upload button option from info button.
2020-02-08 22:18:03 -05:00
Ajay Ramachandran
6f03c68fdc
Change the way server address defaults are handled.
2020-02-08 21:30:57 -05:00