1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 14:17:11 +02:00
uBlock/src/js
2022-04-04 09:17:28 -04:00
..
codemirror Work toward bringing dark theme closer to a stable release 2022-01-30 18:35:26 -05:00
scriptlets Prevent CSS filter being applied on element picker 2022-04-04 09:17:28 -04:00
wasm Refactor hntrie to avoid the need for boundary cells 2021-08-10 09:27:59 -04:00
1p-filters.js Modularize codebase with export/import 2021-07-27 17:26:04 -04:00
3p-filters.js Add setting to control suspension on network activity at launch 2021-12-30 09:24:38 -05:00
about.js Store regex filter pattern into bidi-trie buffer 2021-12-12 10:32:49 -05:00
advanced-settings.js Add support for admin-managed hidden settings 2021-01-05 12:16:50 -05:00
asset-viewer.js Remove bad test 2021-11-04 15:54:24 -04:00
assets.js Revert faulty lines in 6fcc278c59 2022-03-25 09:37:30 -04:00
background.js Rework behavior of "Suspend network activity until ..." 2022-02-13 09:24:57 -05:00
base64-custom.js Modularize codebase with export/import 2021-07-27 17:26:04 -04:00
benchmarks.js Make loadBenchmarkDataset() compatible with more recent requests.json 2021-12-18 11:44:01 -05:00
biditrie.js Store regex filter pattern into bidi-trie buffer 2021-12-12 10:32:49 -05:00
cachestorage.js Fix typos in README, docs, and JS comments 2022-03-13 08:56:26 -04:00
click2load.js Fix CSS sizing of click-to-load widget as suggested 2022-01-07 08:02:31 -05:00
cloud-ui.js Add support for removal of cloud storage entries 2020-08-21 09:18:33 -04:00
commands.js Fix typos in README, docs, and JS comments 2022-03-13 08:56:26 -04:00
console.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
contentscript-extra.js Fix regression breaking :remove() 2022-02-11 15:13:25 -05:00
contentscript.js Avoid using Element.classList in DOM surveyor 2022-04-03 13:13:20 -04:00
contextmenu.js Add support to right-click subscribe to subscribe.adblockplus.org/?location=... 2022-02-16 15:17:22 -05:00
cosmetic-filtering.js Fix typos in README, docs, and JS comments 2022-03-13 08:56:26 -04:00
dashboard-common.js Add CoreMirror's code-folding ability to list editor/viewer 2020-07-10 08:01:39 -04:00
dashboard.js Fix spurious errors in uBO's dev console 2021-10-26 08:54:04 -04:00
devtools.js Make FilterJustOrigin derive from FilterOriginHitSet 2021-12-26 10:46:59 -05:00
document-blocked.js Bring dark theme out of experimental status 2022-02-02 15:40:47 -05:00
dyna-rules.js Work toward bringing dark theme closer to a stable release 2022-01-30 18:35:26 -05:00
dynamic-net-filtering.js Convert punycode.js into an ES module (#3845) 2021-08-22 12:03:59 -04:00
epicker-ui.js Fix visually glitchy Create button in element picker 2022-02-09 07:37:40 -05:00
fa-icons.js Add ability to report filter issue from popup panel 2021-11-11 12:49:55 -05:00
filtering-context.js Remove classes specialized in handling single-wildcarded patterns 2021-12-06 12:03:52 -05:00
filtering-engines.js Export the rule-based filtering engines to the nodejs package 2021-08-03 12:19:25 -04:00
hnswitches.js Convert punycode.js into an ES module (#3845) 2021-08-22 12:03:59 -04:00
hntrie.js Fix not properly resetting needle buffer in createTrieFromStoredDomainOpt() 2021-12-25 07:51:12 -05:00
html-filtering.js Change compiled list format to a saner block id management 2021-12-07 11:15:14 -05:00
httpheader-filtering.js Change compiled list format to a saner block id management 2021-12-07 11:15:14 -05:00
i18n.js Work toward bringing dark theme closer to a stable release 2022-01-30 18:35:26 -05:00
logger-ui-inspector.js Remove globals.js (#3849) 2021-08-23 10:54:16 -04:00
logger-ui.js Fix typos in README, docs, and JS comments 2022-03-13 08:56:26 -04:00
logger.js Fix typo in comment about buffer expiry 2021-08-26 17:03:39 -07:00
lz4.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
messaging.js Fix scriptlets not being reported in logger (Firefox) 2022-03-31 11:50:45 -04:00
pagestore.js Fix potentially reporting wrong context in logger for ghide filters 2021-12-17 09:47:14 -05:00
popup-fenix.js Fix typos in README, docs, and JS comments 2022-03-13 08:56:26 -04:00
popup.js Fix typos in README, docs, and JS comments 2022-03-13 08:56:26 -04:00
redirect-engine.js Squashed commit of the following: 2022-02-07 07:05:44 -05:00
reverselookup-worker.js Change compiled list format to a saner block id management 2021-12-07 11:15:14 -05:00
reverselookup.js Remove need to pass parser at every compile() call 2021-08-05 13:30:20 -04:00
scriptlet-filtering.js Fix scriptlets not being reported in logger (Firefox) 2022-03-31 11:50:45 -04:00
settings.js Propagate upward accent color stylesheet only when it changes 2022-02-03 09:34:33 -05:00
shortcuts.js Support keyboard shortcut to open popup panel 2019-11-09 09:53:31 -05:00
start.js Rework behavior of "Suspend network activity until ..." 2022-02-13 09:24:57 -05:00
static-ext-filtering-db.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
static-ext-filtering.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
static-filtering-io.js Change compiled list format to a saner block id management 2021-12-07 11:15:14 -05:00
static-filtering-parser.js Fix typos in README, docs, and JS comments 2022-03-13 08:56:26 -04:00
static-net-filtering.js Use a better value to mark end of sequence of tokens 2022-03-11 17:22:12 -05:00
storage.js Lower allowed minimum Expires directive to "12 hours" (from "1 day") 2022-03-24 13:23:24 -04:00
support.js Drop more irrelevant entries from troubleshooting information 2022-02-23 15:41:03 -05:00
tab.js Also test legitimacy of popup tab against last clicked link 2021-12-31 14:18:16 -05:00
tasks.js Refactoring work in static network filtering engine 2021-12-04 11:16:44 -05:00
text-encode.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
text-utils.js Move orphanizeString() into text-utils module 2021-07-31 08:38:33 -04:00
traffic.js Rework behavior of "Suspend network activity until ..." 2022-02-13 09:24:57 -05:00
ublock.js Add command to toggle cosmetic filtering 2022-02-22 08:44:09 -05:00
udom.js Propagate upward accent color stylesheet only when it changes 2022-02-03 09:34:33 -05:00
uri-utils.js Simplify often-executed regex 2021-12-10 07:47:21 -05:00
url-net-filtering.js Export the rule-based filtering engines to the nodejs package 2021-08-03 12:19:25 -04:00
utils.js Move orphanizeString() into text-utils module 2021-07-31 08:38:33 -04:00
whitelist.js Discard duplicate lines when merging imported directives 2022-03-29 09:49:17 -04:00