aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/background.ts
AgeCommit message (Expand)Author
2021-01-26Add error message from server when votingAjay Ramachandran
2021-01-17Remove unsubmitted notificationAjay Ramachandran
2020-12-17Merge pull request #578 from FoseFx/fosefx-eslint-fixAjay Ramachandran
2020-12-14Fix help link on popupAjay Ramachandran
2020-12-14refactor: remove dead code, add more typesMax Baumann
2020-12-14Merge branch 'master' of github.com:ajayyy/SponsorBlock into fosefx-eslintMax Baumann
2020-12-13fix: remove unintended fallthroughMax Baumann
2020-12-13chore(types): strongly type BackgroundScriptContainer et alMax Baumann
2020-12-12Add matrix link and fix help buttonAjay Ramachandran
2020-12-12refactor(lint): apply automatic eslint fixesMax Baumann
2020-07-02Save category with the preview submissions.Ajay Ramachandran
2020-06-07Added option to disable notificationAjay Ramachandran
2020-05-24Moved requests to the background script.Ajay Ramachandran
2020-05-10Added change category button for testing serverAjay Ramachandran
2020-04-20Fix submission count not being countedAjay Ramachandran
2020-04-04Give the user error messages from the server.Ajay Ramachandran
2020-04-04Moves submission error check into the proper placeAjay Ramachandran
2020-04-04Fixed submitted sponsors and prevented preview sponsors from being voted onAjay Ramachandran
2020-03-11Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into reactAjay Ramachandran
2020-03-11Added delete function to new dialogAjay Ramachandran
2020-03-10Merge pull request #261 from OfficialNoob/patch-1Ajay Ramachandran
2020-02-25Switched notice to reactAjay Ramachandran
2020-02-23Added mobile support message.Ajay Ramachandran
2020-02-14Moved window.SB creation for security reasons.Ajay Ramachandran
2020-02-04Renamed SB.js and setup types for the config.Ajay Ramachandran
2020-02-04Fixed skip notice references fixing manual skip notices.Ajay Ramachandran
2020-02-03Converted options page to TypeScriptAjay Ramachandran
2020-02-01Made the extension successfully buildAjay Ramachandran
2020-02-01Moved Utils away from a static class.Ajay Ramachandran
2020-02-01Moved server code to utilsAjay Ramachandran
2020-01-28Converted more code to TypeScript.Ajay Ramachandran