aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/background.ts
AgeCommit message (Expand)Author
2022-06-02Fix popup communication on FirefoxAjay
2022-06-02Don't wait to add listenerAjay
2022-05-26Use History API when availableAnton Bershanskiy
2022-01-06Add tooltip about full video updateAjay
2021-11-08Remove notice about highlight category updateAjay Ramachandran
2021-08-22Fix highlight category info appearing to new usersAjay Ramachandran
2021-08-20Add tooltip about highlight featureAjay Ramachandran
2021-08-20Make help page localisable and make up to dateAjay Ramachandran
2021-07-31Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvem...Ajay Ramachandran
2021-07-29Add basic chat box when getting a warningAjay Ramachandran
2021-06-30Remove printingAjay Ramachandran
2021-05-11Scroll to category in options pageAjay Ramachandran
2021-05-10Prompt to accept youtube.com permission if video info fails to loadAjay Ramachandran
2021-03-24Prompt to accept youtube.com permission if video info fails to loadAjay Ramachandran
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