aboutsummaryrefslogtreecommitdiffhomepage
path: root/webpack
AgeCommit message (Collapse)Author
2024-09-08Add size limit to description for edgeAjay
2024-09-08Merge pull request #1886 from Choromanski/masterAjay Ramachandran
Overriding default webpack performance config to reduce warnings
2024-06-19Support invidious in mv3Ajay
2024-01-16Fix german title not being shortenedAjay
2023-10-19Overriding default webpack performance config to reduce warningsBrian Choromanski
2023-06-30Move maze utils to a submodule, move tooltip outAjay
2023-05-09Fix copying bad files when compilingAjay
2023-03-24fix paths for windows devMichael C
2023-03-20reformat webpack document script definitionAjay
2023-03-18Remove chapters payment checksAjay
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-02-07Make invidious instances work on safariAjay
2023-02-01Add invidious instances by default for safariAjay
https://github.com/ajayyy/SponsorBlock/issues/798
2022-12-04Add another key to config diff whitelistAjay Ramachandran
2022-10-07add configDiffPluginMichael C
2022-09-02rebase document script out of videoInfo #1312Michael C
2022-09-01Add license requirementAjay
2022-07-20Fix running dev brokenAjay
2022-06-30revert module conversionMichael C
2022-06-22Create source maps in devAjay
2022-05-24update dependencies & bump minimum node version (#1329)Michael C
- bump all dependences - add github-actions reporter to jest - convert (most) webpack configs to ESM - manifest.cjs cannot be converted since there is no native .json import until node 17
2022-03-31bump dependencies + reduce build time by 1/3Michael C
- drop webpack to 5.64 to fix 1 security issue, the rest depend on web-ext
2022-02-06Merge branch 'master' of https://github.com/ajayyy/SponsorBlock into misc-fixAjay
2022-02-06update depndenciesMichael C
- add engines targeting dev - bump webpack - update-oss-attribution CI - appease eslint for webpack - clean up packages - move @types to devDependencies - moved concurrently to devDependencies - remove unused babel
2022-01-26linting + audio overrideMichael C
2022-01-14Add safari extra manifest and use chrome's manifest for edgeAjay
2022-01-14Add build mode for edge languagesAjay
2022-01-14Add build option for safari that fixes localesAjay
Fix #801 and #1061
2021-08-20Add option to disable $ linkAjay Ramachandran
2021-03-24Prompt to accept youtube.com permission if video info fails to loadAjay Ramachandran
Should fix #698, #687, #611 and #635
2020-08-27Add back copy plugin changesAjay Ramachandran
2020-08-27Revert dependency changesNanobyte
2020-08-13Updates dependencies to fix vulnerabilitiesNanobyte
38020 vulnerabilities fixed
2020-02-23Fixed beta buildsAjay Ramachandran
2020-02-20Added beta build to CIAjay Ramachandran
2020-02-04Mkdir with directoryAjay Ramachandran
2020-02-04Add recursive to mkdirAjay Ramachandran
2020-02-04Create dir when building if needed.Ajay Ramachandran
2020-02-04Added manifest building.Ajay Ramachandran
2020-02-03Converted options page to TypeScriptAjay Ramachandran
2020-02-01Made the extension successfully buildAjay Ramachandran
2020-02-01Setup new config.json and fixed typescript errors in the popupAjay Ramachandran
2020-01-28Started conversion to TypeScript.Ajay Ramachandran