index
:
SponsorBlock
april-fools-2022
april-fools-2022-firefox
auto-selenium
chapters
ci/oss_attribution
ci/update_invidious_list
crowdin_master
dependabot/npm_and_yarn/braces-3.0.3
dependabot/npm_and_yarn/follow-redirects-1.15.6
dependabot/npm_and_yarn/webpack-5.94.0
full-video
guidelines
hotfix
improvements
master
mv3
old
patch
safari-bug-test
segment-locking
selenium
test-old-driver
visual-segments
Skip YouTube video sponsors (browser extension)
ajayyy
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
background.ts
Age
Commit message (
Expand
)
Author
2022-06-02
Fix popup communication on Firefox
Ajay
2022-06-02
Don't wait to add listener
Ajay
2022-05-26
Use History API when available
Anton Bershanskiy
2022-01-06
Add tooltip about full video update
Ajay
2021-11-08
Remove notice about highlight category update
Ajay Ramachandran
2021-08-22
Fix highlight category info appearing to new users
Ajay Ramachandran
2021-08-20
Add tooltip about highlight feature
Ajay Ramachandran
2021-08-20
Make help page localisable and make up to date
Ajay Ramachandran
2021-07-31
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into improvem...
Ajay Ramachandran
2021-07-29
Add basic chat box when getting a warning
Ajay Ramachandran
2021-06-30
Remove printing
Ajay Ramachandran
2021-05-11
Scroll to category in options page
Ajay Ramachandran
2021-05-10
Prompt to accept youtube.com permission if video info fails to load
Ajay Ramachandran
2021-03-24
Prompt to accept youtube.com permission if video info fails to load
Ajay Ramachandran
2021-01-26
Add error message from server when voting
Ajay Ramachandran
2021-01-17
Remove unsubmitted notification
Ajay Ramachandran
2020-12-17
Merge pull request #578 from FoseFx/fosefx-eslint-fix
Ajay Ramachandran
2020-12-14
Fix help link on popup
Ajay Ramachandran
2020-12-14
refactor: remove dead code, add more types
Max Baumann
2020-12-14
Merge branch 'master' of github.com:ajayyy/SponsorBlock into fosefx-eslint
Max Baumann
2020-12-13
fix: remove unintended fallthrough
Max Baumann
2020-12-13
chore(types): strongly type BackgroundScriptContainer et al
Max Baumann
2020-12-12
Add matrix link and fix help button
Ajay Ramachandran
2020-12-12
refactor(lint): apply automatic eslint fixes
Max Baumann
2020-07-02
Save category with the preview submissions.
Ajay Ramachandran
2020-06-07
Added option to disable notification
Ajay Ramachandran
2020-05-24
Moved requests to the background script.
Ajay Ramachandran
2020-05-10
Added change category button for testing server
Ajay Ramachandran
2020-04-20
Fix submission count not being counted
Ajay Ramachandran
2020-04-04
Give the user error messages from the server.
Ajay Ramachandran
2020-04-04
Moves submission error check into the proper place
Ajay Ramachandran
2020-04-04
Fixed submitted sponsors and prevented preview sponsors from being voted on
Ajay Ramachandran
2020-03-11
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into react
Ajay Ramachandran
2020-03-11
Added delete function to new dialog
Ajay Ramachandran
2020-03-10
Merge pull request #261 from OfficialNoob/patch-1
Ajay Ramachandran
2020-02-25
Switched notice to react
Ajay Ramachandran
2020-02-23
Added mobile support message.
Ajay Ramachandran
2020-02-14
Moved window.SB creation for security reasons.
Ajay Ramachandran
2020-02-04
Renamed SB.js and setup types for the config.
Ajay Ramachandran
2020-02-04
Fixed skip notice references fixing manual skip notices.
Ajay Ramachandran
2020-02-03
Converted options page to TypeScript
Ajay Ramachandran
2020-02-01
Made the extension successfully build
Ajay Ramachandran
2020-02-01
Moved Utils away from a static class.
Ajay Ramachandran
2020-02-01
Moved server code to utils
Ajay Ramachandran
2020-01-28
Converted more code to TypeScript.
Ajay Ramachandran