You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commit 35b8a34 added a regex lookbehind (?<=^\s*\(.+) which isn't supported in Safari. The extension crashes with Invalid regular expression: invalid group specifier name.
Safari Version 16.2 (18614.3.7.1.5)
SponsorBlock version 5.1.11
The text was updated successfully, but these errors were encountered:
Commit 35b8a34 added a regex lookbehind
(?<=^\s*\(.+)
which isn't supported in Safari. The extension crashes withInvalid regular expression: invalid group specifier name
.Safari Version 16.2 (18614.3.7.1.5)
SponsorBlock version 5.1.11
The text was updated successfully, but these errors were encountered: