Ajay Ramachandran
|
b23e6fa3d2
|
Remove commented lines
|
2020-12-13 15:55:38 -05:00 |
|
Ajay Ramachandran
|
7bf0090195
|
Change segment list layout
|
2020-12-13 15:46:48 -05:00 |
|
Max Baumann
|
bdcfec38c2
|
chore(lint): remove eslint rule
|
2020-12-13 21:19:39 +01:00 |
|
Max Baumann
|
042f2eb4e8
|
fix: remove unintended fallthrough
|
2020-12-13 21:12:26 +01:00 |
|
Max Baumann
|
7b27de279b
|
chore(types): even more types
|
2020-12-13 21:11:23 +01:00 |
|
Max Baumann
|
dde6b44005
|
chore(types): strongly type BackgroundScriptContainer et al
|
2020-12-13 20:48:09 +01:00 |
|
Max Baumann
|
d80dad7963
|
fix(types): change wrong type of 'types'
|
2020-12-13 20:29:23 +01:00 |
|
Ajay Ramachandran
|
a150a97991
|
Add matrix link and fix help button
|
2020-12-12 19:07:15 -05:00 |
|
Ajay Ramachandran
|
141d8456d8
|
Merge pull request #563 from ajayyy/dependabot/npm_and_yarn/bl-1.2.3
chore(deps): bump bl from 1.2.2 to 1.2.3
|
2020-12-12 18:17:51 -05:00 |
|
Max Baumann
|
e353591a7b
|
chore(lint): remove more linting rules
|
2020-12-13 00:11:52 +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 |
|
Max Baumann
|
105c148ccc
|
feat(lint): add default .eslintrc.js
|
2020-12-12 22:56:31 +01:00 |
|
Max Baumann
|
0854b74080
|
feat(lint): add default .eslintrc.js
|
2020-12-12 22:56:14 +01:00 |
|
dependabot[bot]
|
3c0f24a0f3
|
chore(deps): bump bl from 1.2.2 to 1.2.3
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v1.2.2...v1.2.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-12-12 20:57:45 +00:00 |
|
Ajay Ramachandran
|
f0152db605
|
Merge pull request #562 from ajayyy/dependabot/npm_and_yarn/ini-1.3.8
chore(deps): bump ini from 1.3.5 to 1.3.8
|
2020-12-12 15:56:42 -05:00 |
|
dependabot[bot]
|
c310e05ae0
|
chore(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-12-12 04:34:20 +00:00 |
|
Ajay Ramachandran
|
1d35ac913e
|
Removed unused locale
|
2020-11-20 23:47:04 -05:00 |
|
Ajay Ramachandran
|
a3bcc8e3b0
|
Increase version
|
2020-11-20 23:34:30 -05:00 |
|
Ajay Ramachandran
|
b2ec8d5e61
|
Merge pull request #536 from opl-/feat/formatted-time-editor
Use formatted time inputs for segment editing
|
2020-11-20 23:33:55 -05:00 |
|
Ajay Ramachandran
|
3ccf7f6fff
|
New Crowdin updates (#516)
* New translations messages.json (Malayalam)
* New translations messages.json (Malayalam)
* New translations messages.json (Malayalam)
* New translations messages.json (Korean)
* New translations messages.json (Japanese)
* New translations messages.json (Danish)
* New translations messages.json (Danish)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Malay)
* New translations messages.json (Vietnamese)
* New translations messages.json (Vietnamese)
* New translations messages.json (Slovak)
* New translations messages.json (Slovak)
* New translations messages.json (Indonesian)
* New translations messages.json (Japanese)
* New translations messages.json (Japanese)
* New translations messages.json (Italian)
* New translations messages.json (Turkish)
* New translations messages.json (Turkish)
* New translations messages.json (Catalan)
* New translations messages.json (Turkish)
* New translations messages.json (Polish)
* New translations messages.json (Vietnamese)
* New translations messages.json (Slovak)
* New translations messages.json (Russian)
* New translations messages.json (Czech)
* New translations messages.json (Turkish)
* New translations messages.json (French)
* New translations messages.json (French)
* New translations messages.json (Czech)
* New translations messages.json (Polish)
* New translations messages.json (Czech)
* New translations messages.json (Spanish)
* New translations messages.json (Czech)
|
2020-11-20 23:28:18 -05:00 |
|
Ajay Ramachandran
|
e39de9fd85
|
Merge pull request #539 from SuspiciousActivity/patch-1
Fix: segment at the start not skipping
|
2020-11-08 18:38:54 -05:00 |
|
SuspiciousActivity
|
942f889360
|
Fix: segment at the start not skipping
|
2020-11-08 20:18:26 +01:00 |
|
opl-
|
cb5e770014
|
Add support for commas in the time editor
Makes numpad input easier on some locales.
|
2020-11-08 06:13:09 +01:00 |
|
opl-
|
618f8a52f7
|
Use formatted time inputs for segment editing
Additionally, removes unused util functions and saves the edits on changes to update the preview immediately
|
2020-11-07 22:28:55 +01:00 |
|
Ajay Ramachandran
|
637dcbee00
|
Fix background colour in popup
|
2020-10-26 00:08:32 -04:00 |
|
Ajay Ramachandran
|
e88de89e0f
|
Merge pull request #518 from Joe-Dowd/no-audio-on-manual-skip
Only send audio notification if segment is automatically skipped
|
2020-10-19 11:14:35 -04:00 |
|
Joe Dowd
|
ff174f946a
|
Only send audio notifcation if segment is manually skipped
|
2020-10-19 16:11:16 +01:00 |
|
Ajay Ramachandran
|
896dc602cd
|
Merge pull request #512 from ajayyy/experimental
Increase version number
|
2020-10-15 13:54:40 -04:00 |
|
Ajay Ramachandran
|
c6e24c87b1
|
New Crowdin updates (#480)
* New translations messages.json (Romanian)
* New translations messages.json (Ukrainian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Vietnamese)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Indonesian)
* New translations messages.json (Swedish)
* New translations messages.json (Turkish)
* New translations messages.json (French)
* New translations messages.json (Spanish)
* New translations messages.json (German)
* New translations messages.json (Finnish)
* New translations messages.json (Italian)
* New translations messages.json (Korean)
* New translations messages.json (Dutch)
* New translations messages.json (Polish)
* New translations messages.json (Russian)
* New translations messages.json (Indonesian)
* New translations messages.json (Tamil)
* New translations messages.json (Dutch)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Telugu)
* New translations messages.json (Malayalam)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Chinese Traditional)
* New translations messages.json (Polish)
* New translations messages.json (Russian)
* New translations messages.json (Polish)
* New translations messages.json (Polish)
* New translations messages.json (French)
* New translations messages.json (Korean)
* New translations messages.json (Polish)
* New translations messages.json (Swedish)
* New translations messages.json (Italian)
* New translations messages.json (Swedish)
* New translations messages.json (Thai)
* New translations messages.json (Thai)
* New translations messages.json (Italian)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Polish)
* New translations messages.json (Korean)
* New translations messages.json (Finnish)
* New translations messages.json (Finnish)
* New translations messages.json (Romanian)
* New translations messages.json (Ukrainian)
* New translations messages.json (Chinese Simplified)
* New translations messages.json (Vietnamese)
* New translations messages.json (Indonesian)
* New translations messages.json (Swedish)
* New translations messages.json (Turkish)
* New translations messages.json (French)
* New translations messages.json (Finnish)
* New translations messages.json (Italian)
* New translations messages.json (Korean)
* New translations messages.json (Dutch)
* New translations messages.json (Polish)
* New translations messages.json (Russian)
* New translations messages.json (German)
* New translations messages.json (Russian)
* New translations messages.json (Swedish)
* New translations messages.json (Polish)
* New translations messages.json (Korean)
* New translations messages.json (German)
* New translations messages.json (Polish)
* New translations messages.json (Polish)
* New translations messages.json (Tamil)
* New translations messages.json (German)
* New translations messages.json (Finnish)
* New translations messages.json (Dutch)
* New translations messages.json (Polish)
* New translations messages.json (Russian)
* New translations messages.json (Swedish)
* New translations messages.json (Ukrainian)
* New translations messages.json (Indonesian)
* New translations messages.json (Tamil)
* New translations messages.json (Portuguese, Brazilian)
* New translations messages.json (Persian)
* New translations messages.json (Spanish)
* New translations messages.json (Hungarian)
* New translations messages.json (Italian)
* New translations messages.json (Turkish)
* New translations messages.json (Telugu)
* New translations messages.json (Swedish)
* New translations messages.json (Dutch)
* New translations messages.json (Polish)
* New translations messages.json (Malayalam)
* New translations messages.json (Swedish)
* New translations messages.json (Malayalam)
|
2020-10-15 13:54:31 -04:00 |
|
Ajay Ramachandran
|
f59d8035d8
|
Increase version number
|
2020-10-15 13:36:05 -04:00 |
|
Ajay Ramachandran
|
8930f4cfeb
|
Merge pull request #511 from Dainius14/master
Switch to browser native SubtleCrypt.digest()
|
2020-10-15 13:35:42 -04:00 |
|
Dainius Daukševičius
|
c1cdcbcb8f
|
update attributions
|
2020-10-15 20:15:29 +03:00 |
|
Dainius Daukševičius
|
5bc12e52f3
|
remove js-sha256 dependency, use native hashing function
|
2020-10-15 20:15:11 +03:00 |
|
Ajay Ramachandran
|
b6e5fe461f
|
Fix submission button colouring
|
2020-10-14 23:31:51 -04:00 |
|
Ajay Ramachandran
|
ad406d72e4
|
Improve username setting
|
2020-10-14 23:23:42 -04:00 |
|
Ajay Ramachandran
|
31d4c621d1
|
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into mbledkowski
|
2020-10-14 23:09:26 -04:00 |
|
Ajay Ramachandran
|
afa4cfa2c6
|
Convert hint from hardcoded string
|
2020-10-14 23:09:16 -04:00 |
|
Ajay Ramachandran
|
7c82a74e78
|
Shrink submit header
|
2020-10-14 23:07:17 -04:00 |
|
Ajay Ramachandran
|
5e4aed7afd
|
Changed skipping status text
|
2020-10-14 23:01:04 -04:00 |
|
Ajay Ramachandran
|
21f4d2928f
|
Changed back to "your work" and shrink text
I like it better haha
|
2020-10-14 23:00:31 -04:00 |
|
Ajay Ramachandran
|
a67c972e03
|
Change credits link to help.
More detailed credits are at the bottom of help.
|
2020-10-14 22:50:59 -04:00 |
|
Ajay Ramachandran
|
7a6f65803e
|
Change leaderboard to link
|
2020-10-14 22:45:09 -04:00 |
|
Ajay Ramachandran
|
0ad1abb108
|
Hide whitelist button when not necessary and changed size of username
|
2020-10-14 20:42:06 -04:00 |
|
Ajay Ramachandran
|
4dc4160215
|
Merge pull request #490 from skyfrk/issue-447
fix: resolve translation template issue
|
2020-10-08 22:18:52 -04:00 |
|
Ajay Ramachandran
|
c5a37cf4d6
|
Merge pull request #502 from SuspiciousActivity/patch-1
Fix: skipping to the end of looped videos #426
|
2020-10-08 22:15:50 -04:00 |
|
SuspiciousActivity
|
34bcb120e5
|
Fix: skipping to the end of looped videos #426
|
2020-10-07 00:26:19 +02:00 |
|
github@esslinger.dev
|
ded5fa3f49
|
chore(i18n): add skip_category to locale zh_TW
|
2020-10-02 19:31:33 +02:00 |
|
github@esslinger.dev
|
905dfb0561
|
chore(i18n): add skip_category to locale zh_CN
|
2020-10-02 19:31:27 +02:00 |
|
github@esslinger.dev
|
bf59f3d96a
|
chore(i18n): add skip_category to locale vi
|
2020-10-02 19:30:59 +02:00 |
|