Commit Graph

4001 Commits

Author SHA1 Message Date
Shrey Marwaha
97cd11f50d Remove clipboardWrite permission from manifest
The clipboardWrite permission was removed from the manifest.json file, likely to reduce unnecessary permissions and improve security.
2025-12-18 10:51:17 +05:30
Shrey Marwaha
1527cd86e8 Add clipboard write permission and iframe attribute
Added 'clipboardWrite' to extension permissions in manifest.json and set 'allow' attribute to 'clipboard-write' on the info menu iframe in content.ts to enable clipboard operations.
2025-12-17 21:28:37 +05:30
Ajay
3974231895 bump version 6.1.2 2025-12-16 21:34:05 -05:00
Ajay
a58bec2ebb Fix chapter text sometimes being hidden 2025-12-16 21:33:56 -05:00
Ajay
2c019468a7 Fix typings on isFirefox 2025-12-12 03:42:12 -05:00
Ajay
b020704c1c bump version 6.1.1 2025-12-12 03:37:52 -05:00
Ajay
71efda2033 update translations 2025-12-12 03:37:42 -05:00
Ajay
654e969131 Add support for Chromium 144 2025-12-12 03:37:24 -05:00
Ajay
f92aad5ac2 Merge branch 'master' of https://github.com/ajayyy/SponsorBlock 2025-12-01 01:58:40 -05:00
Ajay
a097ed7caf Fix chapter text rendering 2025-12-01 01:58:39 -05:00
Ajay Ramachandran
6c6263f0b1 Merge pull request #2384 from ajayyy/dependabot/npm_and_yarn/node-forge-1.3.2
Bump node-forge from 1.3.1 to 1.3.2
2025-11-26 19:26:20 -05:00
dependabot[bot]
18785d92ca Bump node-forge from 1.3.1 to 1.3.2
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-26 22:20:53 +00:00
Ajay Ramachandran
726bc15bd7 Merge pull request #2379 from ajayyy/dependabot/npm_and_yarn/multi-75e6bc5210
Bump js-yaml
2025-11-21 15:08:30 -05:00
dependabot[bot]
2d3f7626ea Bump js-yaml
Bumps  and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together.

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-21 19:12:36 +00:00
Ajay
44941acb38 bump version 6.1.0 2025-10-29 02:24:54 -04:00
Ajay
8dbd566b13 update translations 2025-10-29 02:24:43 -04:00
Ajay
145463ef2e Remove annoying gif from help page 2025-10-28 15:53:18 -04:00
Ajay
8882b1d912 Fix preview bar scaling on new youtube layout 2025-10-28 15:50:51 -04:00
Ajay
75288da07a Show inspect button when only when time selected 2025-10-28 15:22:35 -04:00
Ajay
eed5de9d41 Don't auto skip on music videos if non music category disabled 2025-10-27 23:40:38 -04:00
Ajay
dff3bdc2fa Disable selenium test again 2025-10-23 03:39:48 -04:00
Ajay
06ec260860 Upgrade chromedriver 2025-10-23 03:34:34 -04:00
Ajay
0a7fa754ff Try selenium test again 2025-10-23 03:29:44 -04:00
Ajay
9f0a13830b Fix import error 2025-10-23 03:26:21 -04:00
Ajay
4646f471bc Fix background script broken on chromium 2025-10-23 03:25:01 -04:00
Ajay
60c4a0507c Make advanced skip options live update 2025-10-20 03:32:54 -04:00
Ajay Ramachandran
bd0be90135 Merge pull request #2342 from mschae23/rules-parser
Rewrite advanced skip options parser to add "or" operator
2025-10-20 03:21:44 -04:00
Ajay
590281f8eb Adjust skip profile name box size 2025-10-19 03:16:36 -04:00
Ajay
df21d085e5 Fix current time being wrong when at end of video on new YouTube layout
Fixes #2343
2025-10-19 03:00:12 -04:00
Ajay
7a605b8a2c bump version 6.0.3 2025-10-14 16:32:44 -04:00
Ajay
b59241cb08 Fix skip profile menu appearing behind your work box
Fixes #2359
2025-10-14 15:10:33 -04:00
Ajay
03dc749440 Move buttons back to the left on new youtube layout 2025-10-09 04:00:48 -04:00
Ajay
685bda29a6 bump version 6.0.2 2025-10-09 03:20:41 -04:00
Ajay
da1d1ffa7f Merge branch 'master' of https://github.com/ajayyy/SponsorBlock 2025-10-09 03:10:39 -04:00
Ajay
fae3a355f5 Add pride theme 2025-10-09 03:10:24 -04:00
mschae23
f80ddc8841 Merge branch 'master' into rules-parser 2025-10-07 10:00:44 +02:00
Ajay Ramachandran
1609995aa5 Merge pull request #2355 from FelixFourcolor/segment-list-default-tab
Add option to configure segment list default tab
2025-10-06 13:15:49 -04:00
Ajay
d0978bff79 update translations 2025-10-06 13:15:37 -04:00
felistachio
0257791264 Add segment list default tab config 2025-10-05 21:02:02 -07:00
Ajay
e1b18944bb Colour time inputs as well 2025-10-03 02:29:11 -04:00
Ajay
068307f98a Colour segment selector based on category colour 2025-10-03 02:27:21 -04:00
Ajay
9deb69b71b Fix layout on donation button 2025-10-03 00:55:11 -04:00
mschae23
479c31d57a Add not operator support in configToText 2025-10-02 17:00:44 +02:00
mschae23
f36d63e9bb Merge branch 'master' into not-operator 2025-10-02 16:43:46 +02:00
mschae23
510029af40 Implement not operator 2025-10-02 16:25:41 +02:00
Ajay
26f9a85b5b Hide settings not affected by skip profile when non-default profile is selected 2025-10-02 03:41:42 -04:00
Ajay
bc516c21fb Delete temp config if config deleted 2025-10-02 03:34:34 -04:00
Ajay
c91df6e324 update translations 6.0.1 2025-09-30 03:45:53 -04:00
Ajay
8b87a83f5f bump version 2025-09-30 03:44:57 -04:00
Ajay Ramachandran
d7af742af8 Merge pull request #2337 from mini-bomba/port-dearrow-autoupdate
Port dearrow autoupdate & source maps
2025-09-30 01:59:31 -04:00