1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 18:19:38 +02:00
uBlock/platform/mv3/extension/js
Raymond Hill b603e9e81e
Various code review related to extended filtering
Bring latest changes to procedural cosmetic filtering to uBOL.

Fix procedural filtering used in HTML filters.

Standardize quick hash algorithm used throughout to DJB2
(except that initialization step is skipped):
- http://www.cse.yorku.ca/~oz/hash.html#djb2
2022-12-13 10:23:51 -05:00
..
scripting Various code review related to extended filtering 2022-12-13 10:23:51 -05:00
about.js Code maintenance: replace uDom.js with dom.js 2022-11-12 09:51:22 -05:00
background.js [mv3] Handle permissions being revoked while uBOL is disabled 2022-10-18 08:48:31 -04:00
dashboard-common.js Code maintenance: replace uDom.js with dom.js 2022-11-12 09:51:22 -05:00
dashboard.js Code maintenance: replace uDom.js with dom.js 2022-11-12 09:51:22 -05:00
ext.js [mv3] Add ability to enable/disable filter lists 2022-09-13 17:44:24 -04:00
fetch.js [mv3] Add support for specific cosmetic filtering 2022-09-15 13:14:08 -04:00
mode-manager.js [mv3] Add ability to handle entity-based CSS and scriptlet injection filters 2022-10-20 15:48:06 -04:00
popup.js Use currentWindow, as suggested 2022-11-25 16:01:58 -05:00
ruleset-manager.js [mv3] Do not merge rules with errors 2022-11-06 11:21:02 -05:00
scripting-manager.js [mv3] Use Set instead of array to avoid spurious script updates 2022-11-10 12:46:25 -05:00
settings.js Code maintenance: replace uDom.js with dom.js 2022-11-12 09:51:22 -05:00
storage.js [mv3] Add ability to enable/disable filter lists 2022-09-13 17:44:24 -04:00
theme.js Code maintenance: replace uDom.js with dom.js 2022-11-12 09:51:22 -05:00
utils.js [mv3] General code review 2022-10-15 13:05:20 -04:00