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
cad77aef8e
Add missing status code from known list
2021-02-18 21:30:09 -05:00
Ajay Ramachandran
3927fe5630
Lower retry frequency
2021-02-18 21:23:00 -05:00
Ajay Ramachandran
7b65b73711
Increase notice z index
...
Resolves #642
2021-02-14 20:12:45 -05:00
Ajay Ramachandran
e3b0be23a7
Show decimals in popup
2021-02-14 14:27:59 -05:00
Ajay Ramachandran
d1a7209d69
Switch from round to floor
2021-02-14 14:22:28 -05: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
Evan Gubarev
026858509a
Fixed getFormattedTime sometimes returning (NaN:NaN) ( #643 )
...
* Fixed getFormattedTime sometimes returning (NaN:NaN)
getFormattedTime() with nothing passed into it and a couple other edge cases returned (NaN:NaN). This is a problem since on a slow machine getFormattedTime get called without anything passed into it around the time the computer is fetching the timing data. I haven't found the exact spot / place it is called wrongly, but this should fix it. I've have a slow machine so it's really been bugging me seeing (NaN:NaN) for a couple seconds before the page fully loads. Hopefully this should fix it.
2021-02-07 13:09:01 -05:00
Ajay Ramachandran
7ecc1b9e41
New Crowdin updates ( #632 )
2021-02-03 18:45:13 -05:00
Ajay Ramachandran
54ba0c0958
Merge pull request #637 from catearcher/patch-1
...
Fix German pronouns and typo
2021-02-03 18:44:56 -05:00
Ajay Ramachandran
27fe2ca8f0
Increase version number
2.0.12.3
2021-02-03 18:43:16 -05:00
Ajay Ramachandran
54b4681fc3
Fix invidious support
...
Fixes https://github.com/ajayyy/SponsorBlock/issues/636
2021-02-03 18:28:50 -05:00
Patrick Mladensich
2d550e99cb
Fix German pronouns and typo
...
The rest of the file uses non-honorific pronouns, so this line should also use them (i.e. "du" instead of "Sie").
Plus: Fixed spelling error and changed word to reflect the way it is spelled in Google Chrome.
2021-02-03 13:12:21 +01:00
Ajay Ramachandran
318d00a9c4
Increase version number
2.0.12.2
2021-01-31 12:04:25 -05:00
Ajay Ramachandran
44571a67d9
Fix segments being deleted
2021-01-31 12:03:54 -05:00
Ajay Ramachandran
83955fc746
readme license fix
2021-01-30 15:01:43 -05:00
Ajay Ramachandran
647d46b7b4
license
2021-01-30 15:00:54 -05:00
Ajay Ramachandran
4f50ead08d
Log returned data when video info failed to load
2.0.12.1
2021-01-27 22:27:23 -05:00
Ajay Ramachandran
c0a515d8f0
Increase version number
2.0.12
2021-01-26 21:58:37 -05:00
Ajay Ramachandran
2808703199
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock
2021-01-26 21:58:24 -05:00
Ajay Ramachandran
824d212a81
New Crowdin updates ( #624 )
2021-01-26 21:58:18 -05:00
Ajay Ramachandran
67f2798672
Add error message from server when voting
2021-01-26 21:57:43 -05:00
Ajay Ramachandran
41fee58ab9
Increase fetch frequency
2021-01-26 21:09:28 -05:00
Ajay Ramachandran
96f3264bff
$
2021-01-26 21:04:03 -05:00
Ajay Ramachandran
324565646a
New Crowdin updates ( #604 )
2021-01-17 14:56:08 -05:00
Ajay Ramachandran
0c5ede6214
Merge pull request #570 from FoseFx/fosefx-eslint-ci
...
chore(ci): add linter to workflow
2021-01-17 14:55:47 -05:00
Ajay Ramachandran
b66ea934f9
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into fosefx-eslint-ci
2021-01-17 14:46:56 -05:00
Ajay Ramachandran
d2f377c8d7
Merge pull request #622 from ajayyy/fix-unsubmitted-list
...
Improvements
2021-01-17 14:46:27 -05:00
Ajay Ramachandran
551355d21a
Made countdown timer better support video playback speeds
2021-01-17 14:39:29 -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
ff0dc6e570
Never move old skip notice
...
Partially resolves https://github.com/ajayyy/SponsorBlock/issues/505
2021-01-17 13:10:33 -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
e32a251ef3
Merge pull request #605 from ajayyy/youcap
...
Revert "Add notice about YouCap"
2021-01-10 21:02:34 -05:00
Ajay Ramachandran
edd8ac55d0
Merge branch 'master' into youcap
2021-01-06 17:33:21 -05:00
Ajay Ramachandran
33ec82882d
Increase version number
2.0.11.2
2021-01-02 20:11:00 -05:00
Ajay Ramachandran
647a3839d0
Make link open in new tab
2021-01-02 20:10:47 -05:00
Nanobyte
87a7f85c24
Change segment list layout in popup
2020-12-31 20:59:12 +01:00
Ajay Ramachandran
2808b76655
Made youcap notice more general
2.0.11.1
2020-12-31 14:57:11 -05:00
Ajay Ramachandran
ece66522e5
Shrink youcap text on Firefox
2020-12-30 21:46:05 -05:00
Ajay Ramachandran
3ac68aa313
Revert "Add notice about YouCap"
...
This reverts commit e95029c229 .
2020-12-29 23:06:50 -05:00
Ajay Ramachandran
bddbedbdd0
Increase version number
2.0.11
2020-12-29 22:54:25 -05:00
Ajay Ramachandran
1d83a4616d
Merge pull request #603 from ajayyy/youcap
...
YouCap
2020-12-29 22:53:54 -05:00
Ajay Ramachandran
06f09f5fd9
Merge pull request #549 from opl-/feat/preview-bar-cleanup
...
Clean up Preview Bar
2020-12-29 22:51:50 -05:00
Ajay Ramachandran
e95029c229
Add notice about YouCap
2020-12-29 22:51:00 -05:00
Ajay Ramachandran
6d1c51e7ec
New Crowdin updates ( #579 )
2020-12-29 22:14:09 -05:00
Ajay Ramachandran
83a9526e52
Prevent youtube page from overriding
2020-12-29 22:10:16 -05:00
opl-
0f68c503b3
Fix YouTube overriding player preview tooltip styles
2020-12-26 18:35:25 +01:00