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
/
config.ts
Age
Commit message (
Expand
)
Author
2020-05-20
Removed autoUpvote config
Ajay Ramachandran
2020-05-11
Only splice 1 when removing offtopic category selection
Ajay Ramachandran
2020-05-11
Added code to remove off-topic from category selections.
Ajay Ramachandran
2020-05-10
Fixed null whitelisted channel check happening after use
Ajay Ramachandran
2020-04-27
Removed invidiou.sh from default instances
Ajay Ramachandran
2020-04-26
Added option to force a whitelist check before allowing skipping.
Ajay Ramachandran
2020-04-26
Added migration code for whitelisted channelIDs vs URLs
Ajay Ramachandran
2020-04-09
Added testing server option.
Ajay Ramachandran
2020-04-06
Added migration for auto skip option
Ajay Ramachandran
2020-04-04
Merge pull request #315 from Joe-Dowd/react
Ajay Ramachandran
2020-04-04
Switched skipping to use category settings.
Ajay Ramachandran
2020-04-04
Merge branch 'react' into react
Joe Dowd
2020-04-04
Added category skip option to just show an overlay without skipping
Ajay Ramachandran
2020-04-04
Added audio notification on skip to options menu
Joe-Dowd
2020-04-02
Category selections now save
Ajay Ramachandran
2020-03-26
Fixed sponsorTimes data on export and import
Ajay Ramachandran
2020-03-10
Merge pull request #261 from OfficialNoob/patch-1
Ajay Ramachandran
2020-02-23
Added mobile support message.
Ajay Ramachandran
2020-02-14
Fixed data old format migration.
Ajay Ramachandran
2020-02-14
Moved window.SB creation for security reasons.
Ajay Ramachandran
2020-02-09
Merge pull request #1 from ajayyy/master
Official Noob
2020-02-09
Fix Firefox infinite recursion issue.
Ajay Ramachandran
2020-02-08
Added unlisted check option.
Ajay Ramachandran
2020-02-08
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into typescript
Ajay Ramachandran
2020-02-08
Seperated show upload button option from info button.
Ajay Ramachandran
2020-02-08
Change the way server address defaults are handled.
Ajay Ramachandran
2020-02-08
Added the config as a global variable.
Ajay Ramachandran
2020-02-08
Prevent all strings from being parsed as JSON.
Ajay Ramachandran
2020-02-08
Added support for old format.
Ajay Ramachandran
2020-02-08
Fixed JSON conversion iterator
Ajay Ramachandran
2020-02-09
Merged Lartza/min-duration
Joe Dowd
2020-02-08
Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into typescript
Ajay Ramachandran
2020-02-08
Fixed typescript issues.
Ajay Ramachandran
2020-02-06
Fixed incorrect type.
Ajay Ramachandran
2020-02-07
add custom server address
Joe Dowd
2020-02-04
config => defaults
Official Noob
2020-02-04
Made decodeStoredItem detect item type
Official Noob
2020-02-04
Renamed SB.js and setup types for the config.
Ajay Ramachandran