aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
2020-11-20Merge pull request #536 from opl-/feat/formatted-time-editorAjay Ramachandran
Use formatted time inputs for segment editing
2020-11-08Fix: segment at the start not skippingSuspiciousActivity
2020-11-08Add support for commas in the time editoropl-
Makes numpad input easier on some locales.
2020-11-07Use formatted time inputs for segment editingopl-
Additionally, removes unused util functions and saves the edits on changes to update the preview immediately
2020-10-19Only send audio notifcation if segment is manually skippedJoe Dowd
2020-10-15remove js-sha256 dependency, use native hashing functionDainius Daukševičius
2020-10-08Merge pull request #490 from skyfrk/issue-447Ajay Ramachandran
fix: resolve translation template issue
2020-10-07Fix: skipping to the end of looped videos #426SuspiciousActivity
2020-10-02fix: use skip_category i18n string[email protected]
resolves #447
2020-10-01fix: resolve translation issue #447[email protected]
2020-09-16Merge pull request #476 from ajayyy/expirementalAjay Ramachandran
Improvements
2020-09-16Merge pull request #459 from Joe-Dowd/hash-prefixAjay Ramachandran
Added hash prefix implementation (server code not yet merged)
2020-09-15Don't unpause for inspectAjay Ramachandran
2020-09-10Merge pull request #463 from ajayyy/expiremental2.0.6Ajay Ramachandran
Improvements
2020-09-10Merge pull request #453 from thignus/add-review-buttonAjay Ramachandran
Add review button to submission popup
2020-09-04Remove invidio.us from default listAjay Ramachandran
2020-09-04Remove logAjay Ramachandran
2020-09-04Separate refetch to a new optionAjay Ramachandran
2020-09-04Revert "Fix broken shadow ban check"Ajay Ramachandran
This reverts commit 65f7f9605f6a777b57b17d2a596a1797ec698278.
2020-09-04Fix broken shadow ban checkAjay Ramachandran
2020-09-04"Loading" localized stringsMaxim
2020-09-04"Loading" localization stringMaxim
2020-09-04Update src/content.tsJoe Dowd
Co-authored-by: Ajay Ramachandran <[email protected]>
2020-09-04Update src/content.tsJoe Dowd
Co-authored-by: Ajay Ramachandran <[email protected]>
2020-09-04Update src/content.tsJoe Dowd
Co-authored-by: Ajay Ramachandran <[email protected]>
2020-09-04Merge pull request #456 from ajayyy/expirementalAjay Ramachandran
Improvements
2020-09-03Switch color options to use input type=color and removed save buttonAjay Ramachandran
2020-09-04typo in commentJoe Dowd
2020-09-04Added has prefix implementation (no config page)Joe Dowd
2020-08-31Moved notice on youtube music to area that is not click hijackingAjay Ramachandran
2020-08-31Don't send notifications on YouTube MusicAjay Ramachandran
2020-08-31Add YouTube music to the list of approved sites.Ajay Ramachandran
Resolves https://github.com/ajayyy/SponsorBlock/issues/449
2020-08-30Add review button to submission popupJames Robinson
2020-08-28Localized "Close Popup" stringMaxim
2020-08-27Missing i18n strings for " to " between timecodesMaxim
2020-08-23Rephrased non music warningAjay Ramachandran
2020-08-07Remove duplicate i18n stringsAjay Ramachandran
2020-08-06Change call to use undefined to use defaultAjay Ramachandran
2020-08-06Fixed pausing and restarting the video not skippingAjay Ramachandran
2020-08-05Fix popup appearing twice when there is a manual skip directly after a skip.Ajay Ramachandran
2020-08-02Fix issue with double notices sometimes appearingAjay Ramachandran
2020-08-02Don't show NaN as formatted timeAjay Ramachandran
2020-07-18Fixed minutes not displaying zero when hours are displayedAjay Ramachandran
2020-07-18Fix errors when response failsAjay Ramachandran
2020-07-18Made all preview segments auto skipAjay Ramachandran
2020-07-12Default to blank category when submittingAjay Ramachandran
2020-07-12Added hours to time with skipsAjay Ramachandran
2020-07-05Don't run time without skips on mobile or invidiousAjay Ramachandran
2020-07-05Hide submit button on invidiousAjay Ramachandran
2020-07-05Fixed invidious preview barAjay Ramachandran