1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 23:42:28 +02:00
uBlock/platform/mv3
Raymond Hill 6d9bef28ff
[mv3] Fix issue with updateContentScripts API and other fixes
Avoid using updateContentScripts() as it suffers from an unexpected
behavior, causing injected content scripts to lose proper order
at injection time. The order in which content scripts are injected
is key for uBOL content scripts. Potential out of order injection
was causing cosmetic filtering to be broken.

Use actual storage API to persist data across service worker
wake-ups and browser launches. uBOL was trying to avoid using
storage API, at the cost of somewhat hacky code (using DNR API
to persist settings).

Make use of session storage if available, to speed up
initialization of waking up the service worker (which at this
point is necessary to properly implement cosmetic filtering).
2023-06-05 09:15:59 -04:00
..
chromium [mv3] Fix issue with updateContentScripts API and other fixes 2023-06-05 09:15:59 -04:00
description Import translation work from https://crowdin.com/project/ublock 2023-05-06 17:26:19 -04:00
extension [mv3] Fix issue with updateContentScripts API and other fixes 2023-06-05 09:15:59 -04:00
firefox [mv3] Fix issue with updateContentScripts API and other fixes 2023-06-05 09:15:59 -04:00
scriptlets [mv3] Mitigation: Inject CSS user styles to enforce cosmetic filtering 2023-06-04 11:32:55 -04:00
make-rulesets.js [mv3] Mitigation: Inject CSS user styles to enforce cosmetic filtering 2023-06-04 11:32:55 -04:00
make-scriptlets.js [mv3] Mitigation: Inject CSS user styles to enforce cosmetic filtering 2023-06-04 11:32:55 -04:00
package.json Add experimental mv3 version 2022-09-06 13:47:52 -04:00