aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2024-09-08Add size limit to description for edgeAjay
2024-09-08bump version5.8.1Ajay
2024-09-08Fix minimum firefox version in manifestAjay
Failing web-ext linter
2024-09-08Merge branch 'master' of https://github.com/ajayyy/SponsorBlock5.8Ajay
2024-09-08bump versionAjay
2024-09-08Merge pull request #1886 from Choromanski/masterAjay Ramachandran
Overriding default webpack performance config to reduce warnings
2024-09-08Fix lint issueAjay
2024-09-08Add way to copy debug logs from popupAjay
2024-09-07Merge pull request #2095 from mchangrh/inv-ciAjay Ramachandran
fully typed updown response
2024-09-07fully typed updown responseMichael C
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-03Change upcoming notice defaultAjay
2024-09-03update locales repoAjay
2024-09-04fix upcoming notice closingAcors24
2024-09-03add upcoming noticesAcors24
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