aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
AgeCommit message (Collapse)Author
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-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-05Fix web ext signingAjay Ramachandran
2024-01-12Bump postcss and web-extdependabot[bot]
Bumps [postcss](https://github.com/postcss/postcss) to 8.4.33 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `postcss` from 8.4.21 to 8.4.33 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.33) Updates `web-ext` from 7.6.2 to 7.10.0 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.6.2...7.10.0) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect - dependency-name: web-ext dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
2024-01-12Relicense to GPL-3.0Ajay
2023-11-27Revert chrome driver version to fix testsAjay
2023-11-09Bump chromedriver from 110.0.0 to 119.0.1dependabot[bot]
Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 110.0.0 to 119.0.1. - [Commits](https://github.com/giggio/node-chromedriver/compare/110.0.0...119.0.1) --- updated-dependencies: - dependency-name: chromedriver dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
2023-08-25Switch back to upstream content-scripts-register-polyfillAjay
2023-08-25Fix invidious support on Safari for iOS5.4.18Ajay
2023-07-07support piped instances in invidious listMichael C
2023-06-30Remove maze utils from npm depsAjay
2023-06-16Fix video mutation listener refresh being called too many timesAjay
2023-05-30bump maze utils againAjay
2023-05-30Add some garbage collection to old thumbnail elementsAjay
2023-05-24Another video element change check when video id changesAjay
2023-05-10Add warning if CPU Tamer extension is detectedAjay
2023-05-09Move more funcs to shared libAjay
2023-05-09Move some options page funcs to shared libAjay
2023-05-08Add auto-config import to clickbait extension, move more funcs to shared libAjay
Also fix a isSafari call
2023-04-30Fix submit button in fullscreen and theater modeAjay
2023-04-30Fix preview bar not appearing on all videosAjay
2023-04-27Bump xml2js and web-extdependabot[bot]
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together. Updates `xml2js` from 0.4.23 to 0.5.0 - [Release notes](https://github.com/Leonidas-from-XIV/node-xml2js/releases) - [Commits](https://github.com/Leonidas-from-XIV/node-xml2js/commits/0.5.0) Updates `web-ext` from 7.5.0 to 7.6.2 - [Release notes](https://github.com/mozilla/web-ext/releases) - [Commits](https://github.com/mozilla/web-ext/compare/7.5.0...7.6.2) --- updated-dependencies: - dependency-name: xml2js dependency-type: indirect - dependency-name: web-ext dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
2023-04-27Upgrade maze-utils, move video element refreshes to libAjay
2023-03-24Move more thumbnail logic to libAjay
2023-03-18Lock version number for maze utilsAjay
2023-03-17Fix invidious support for thumbnail labelsAjay
2023-03-17Inject document script using raw HTML to be fast enough to still be able to ↵Ajay
hijack listener when visiting YouTube channel page directly
2023-03-10Show Full-Video Labels on thumbnailsAjay
Co-authored-by: mini-bomba <[email protected]>
2023-03-07update dependenciesMichael C
2023-03-07upgrade dependenciesMichael C
- remove speed-measure-webpack-plugin since it was there only for POC
2023-03-07bump maze utilsAjay
2023-02-22Update channel id regexAjay
2023-02-22update chrome driverAjay
2023-02-18Move generate userID to shared libAjay
2023-02-14Move get hash to shared libAjay
2023-02-14Move requesting logic to shared libAjay
2023-02-13Move video handing and config to shared libraryAjay
2023-02-06Use pollyfill for invidious registrationAjay
Fix #798
2022-12-24Move some generic functions to a new packageAjay
2022-10-20add noFallThrough, inplicitReturn, update packagesMichael C
2022-10-07add some changes that are rendering properlyMichael C
2022-10-07update dependencies (skips react)Michael C
2022-08-19Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chaptersAjay
2022-07-25update dependneciesMichael C
2022-07-12update dependenciesMichael C
2022-06-30revert module conversionMichael C
2022-06-22Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into chaptersAjay
2022-06-17Fix selenium testsAjay
2022-06-15Fix typoAjay
2022-06-03Fix test errorAjay