aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-09-06Merge pull request #2040 from ajayyy/dependabot/npm_and_yarn/braces-3.0.3ci/oss_attributionAjay Ramachandran
Bump braces from 3.0.2 to 3.0.3
2024-09-06Merge pull request #2091 from ajayyy/ci/update_invidious_listAjay Ramachandran
Update Invidious List
2024-09-06Update Invidious Listgithub-actions[bot]
2024-09-06Fix invidious CIAjay
2024-09-06Merge pull request #2083 from ajayyy/dependabot/npm_and_yarn/webpack-5.94.0Ajay Ramachandran
Bump webpack from 5.75.0 to 5.94.0
2024-09-06Fix compatibility with Vinegar extension on SafariAjay
Also fixes miniplayer detection
2024-09-06Bump webpack from 5.75.0 to 5.94.0dependabot/npm_and_yarn/webpack-5.94.0dependabot[bot]
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
2024-09-05Merge pull request #2089 from ajayyy/dependabot/npm_and_yarn/multi-4c1fdd2521Ajay Ramachandran
Bump ws and web-ext
2024-09-05Merge pull request #2088 from ajayyy/dependabot/npm_and_yarn/axios-1.7.7Ajay Ramachandran
Bump axios from 1.6.1 to 1.7.7
2024-09-05Merge pull request #2090 from ajayyy/dependabot/npm_and_yarn/multi-bc3fc687d2Ajay Ramachandran
Bump tough-cookie and web-ext
2024-09-06Bump tough-cookie and web-extdependabot[bot]
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.4 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `tough-cookie` from 4.1.2 to 4.1.4 - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.4) Updates `web-ext` from 7.10.0 to 8.2.0 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.10.0...8.2.0) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect - dependency-name: web-ext dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
2024-09-06Bump ws and web-extdependabot[bot]
Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `ws` from 8.13.0 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.17.1) Updates `web-ext` from 7.10.0 to 8.2.0 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.10.0...8.2.0) --- updated-dependencies: - dependency-name: ws dependency-type: indirect - dependency-name: web-ext dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
2024-09-06Bump axios from 1.6.1 to 1.7.7dependabot[bot]
Bumps [axios](https://github.com/axios/axios) from 1.6.1 to 1.7.7. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.1...v1.7.7) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2024-09-05Fix web ext signingAjay Ramachandran
2024-09-02Add pre-fetching on hover with a small segment data cacheAjay
2024-09-02Use consistent request url for better cachingAjay
2024-09-01Decrease sponsor frame flashing when skipping segments at the startAjay
2024-07-17Don't play notification if video is mutedAjay
Fixes #1888
2024-07-17Don't play audio notification when previewingAjay
2024-06-23bump version5.7Ajay
2024-06-23Warn if server-side ad wasn't detected and submitting a segmentAjay
2024-06-23Support server side rendered adsAjay
Fixes #2035
2024-06-22Show submission count from serverAjay
2024-06-22Fix submission menu after video ends and unskip button after video endsAjay
2024-06-22Merge pull request #2046 from ajayyy/mv3Ajay Ramachandran
Support mv3
2024-06-22Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into mv3mv3Ajay
2024-06-19Fix linting issueAjay
2024-06-19Support invidious in mv3Ajay
2024-06-19Manifest v3 without invidious workingAjay
2024-06-18Bump braces from 3.0.2 to 3.0.3dependabot/npm_and_yarn/braces-3.0.3dependabot[bot]
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: braces dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2024-06-13Merge pull request #2036 from mini-bomba/refresh-fixAjay Ramachandran
Fix refreshing
2024-06-13Don't fetch segments when videoID is nullmini-bomba
Also log an error to the console if we ever try to do this in the future
2024-06-13Don't inject into the cookie rotate iframemini-bomba
There's nothing there, it only breaks the refreshing.
2024-06-06bump version5.6.1Ajay
2024-06-06Fix submission menu disappearing when video endsAjay
2024-05-24bump version5.6Ajay
2024-05-24update translationsAjay
2024-05-24Fix warningsAjay
2024-05-24Fix preview bar on mobileAjay
Fixes #2021
2024-05-24Merge branch 'master' of https://github.com/ajayyy/SponsorBlockAjay
2024-05-24Fix skipping and preview bar on "add to queue", miniplayer and hover previewAjay
Fixes #1486
2024-05-09Change chapters sortingAjay
2024-05-08Merge pull request #2017 from stdedos/fix/disabled-comment-typoAjay Ramachandran
Fix comment typo
2024-05-08Fix comment typo Stavros Ntentos
Signed-off-by: Stavros Ntentos <[email protected]>
2024-04-30Fix popup sometimes saying "No video found"Ajay
Fixes #2006 Fixes #2013 Fixes #1999
2024-04-28Fix unsubmitted segments sometimes manual skipping if manual skip enabled ↵Ajay
for category Fixes #2002
2024-04-28Fix previewed segment checkAjay
Fixes #1996
2024-04-26Allow importing segments with no categoryAjay
Also fixes case when importing chapters when having no permission to submit chapters
2024-04-04Make notice visibility option not appear when notice disabledAjay
2024-03-27Improve submission box paddingAjay