This release supersedes 2.3.3 which we rolled back in CWS to 2.3.2 (shown as 2.3.4 to ensure it auto-updates) as it randomly didn't show any styles at all due to an incorrect implementation of database caching that was added to compensate for the reduced performance in ManifestV3. This cache is removed for now, I'll come up with a better implementation later. Meanwhile, if you see a flash of white or unstyled content when navigating to a page, you can set Style cache duration
in the options to -1
to keep the extension's background script in memory and enable Instant inject mode
option.
Notable changes:
- Fixed something in WebDAV sync.
- Fixed #1861 for real this time (styles weren't applied randomly) judging by the reporter's confirmation.
- Editor: when pressing Alt-, Alt-Shift-, Ctrl-Alt-Shift- with Up and Down arrow keys, it'll increment numbers in all selections (carets).
- Reduced fingerprint: the installed style's id won't be added to the applied style elements by default unless
Expose style name
option is enabled. To reduce it even more you can enableCircumvent CSP 'style-src' via adoptedStyleSheets
in the options. - Faster import of the backup files.
Known bugs in MV2 build that are fixed in the nightly builds:
- [Firefox] styling of specific URLs (i.e. not the entire site) in sites with "soft" navigation like youtube, fb, x
- [Firefox] styling of embedded same-origin iframes without src
Full Changelog: v2.3.2...v2.3.5