uBlock/src/js
Eli Grey 6e6697fab6
Fix typo in comment about buffer expiry
The code below the comment specifies 30 seconds, while the comment says 60 seconds. This PR fixes that typo to make the comment indicate 30 seconds.
2021-08-26 17:03:39 -07:00
..
codemirror Add new procedural cosmetic operator: :matches-path(...) 2021-08-21 09:41:48 -04:00
scriptlets Handle invalid meta refresh URLs in noscript scriptlet 2021-07-31 13:16:33 -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 Prevent unchecked default lists from being visually collapsed 2021-05-19 09:34:46 -04:00
about.js Drop the v from build version 2021-06-25 07:18:11 -04:00
advanced-settings.js Add support for admin-managed hidden settings 2021-01-05 12:16:50 -05:00
asset-viewer.js Modularize codebase with export/import 2021-07-27 17:26:04 -04:00
assets.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
background.js Revert "Inject scriptlets at webNavigation.onCommitted time in Firefox" 2021-08-26 18:36:36 -04:00
base64-custom.js Modularize codebase with export/import 2021-07-27 17:26:04 -04:00
benchmarks.js Remove globals usage from start.js (#3847) 2021-08-23 10:16:02 -04:00
biditrie.js Fix ESLint globals error in biditrie.js (#3850) 2021-08-23 11:10:49 -04:00
cachestorage.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
click2load.js Fix handling of cname-aliased URLs in click-to-load widget 2021-01-22 09:37:12 -05:00
cloud-ui.js Add support for removal of cloud storage entries 2020-08-21 09:18:33 -04:00
commands.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
console.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
contentscript-extra.js Include query string when evaluating matches-path() 2021-08-21 11:50:46 -04:00
contentscript.js Mitigate generic cosmetic filters erroneously targeting html/body 2021-08-24 10:03:25 -04:00
contextmenu.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
cosmetic-filtering.js Take into account simple selectors present in array of selectors 2021-08-24 12:29:48 -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 Use location.replace() to modify URL of embedded frame 2021-07-10 09:56:36 -04:00
document-blocked.js Modernize code: URLSearchParams() API support is now widespread 2021-07-25 07:08:03 -04:00
dyna-rules.js Convert publicsuffixlist.js into an ES module (#3846) 2021-08-23 09:42:27 -04:00
dynamic-net-filtering.js Convert punycode.js into an ES module (#3845) 2021-08-22 12:03:59 -04:00
epicker-ui.js Modularize codebase with export/import 2021-07-27 17:26:04 -04:00
fa-icons.js Fix missing magnifier in document-blocked page 2020-12-07 14:32:59 -05:00
filtering-context.js Revisit the nodejs API 2021-08-08 09:17:14 -04: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 trie instance iterator 2021-08-22 13:06:05 -04:00
html-filtering.js Export the rule-based filtering engines to the nodejs package 2021-08-03 12:19:25 -04:00
httpheader-filtering.js Export the rule-based filtering engines to the nodejs package 2021-08-03 12:19:25 -04:00
i18n.js Fix layout issue with cloud storage widget 2020-08-21 08:57:47 -04:00
logger-ui-inspector.js Remove globals.js (#3849) 2021-08-23 10:54:16 -04:00
logger-ui.js Remove globals.js (#3849) 2021-08-23 10:54:16 -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 Revert "Inject scriptlets at webNavigation.onCommitted time in Firefox" 2021-08-26 18:36:36 -04:00
pagestore.js Export the rule-based filtering engines to the nodejs package 2021-08-03 12:19:25 -04:00
popup-fenix.js Convert punycode.js into an ES module (#3845) 2021-08-22 12:03:59 -04:00
popup.js Convert punycode.js into an ES module (#3845) 2021-08-22 12:03:59 -04:00
redirect-engine.js Remove assets dependency from redirect engine 2021-08-02 09:23:48 -04:00
reverselookup-worker.js Further modularize uBO's codebase 2021-07-28 19:48:38 -04:00
reverselookup.js Remove need to pass parser at every compile() call 2021-08-05 13:30:20 -04:00
scriptlet-filtering.js Export the rule-based filtering engines to the nodejs package 2021-08-03 12:19:25 -04:00
settings.js Expose ability to toggle on/off cname-uncloaking to all users 2021-03-02 13:00:56 -05:00
shortcuts.js Support keyboard shortcut to open popup panel 2019-11-09 09:53:31 -05:00
start.js Remove globals usage from start.js (#3847) 2021-08-23 10:16:02 -04: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 Modularize codebase with export/import 2021-07-27 17:26:04 -04:00
static-filtering-parser.js Forbid instances of /* in :style() operator 2021-08-25 07:43:26 -04:00
static-net-filtering.js Remove globals usage from static-net-filtering.js (#3841) 2021-08-20 07:54:05 -04:00
storage.js Convert publicsuffixlist.js into an ES module (#3846) 2021-08-23 09:42:27 -04:00
tab.js Revert "Inject scriptlets at webNavigation.onCommitted time in Firefox" 2021-08-26 18:36:36 -04:00
tasks.js Add tasks.js module (#3839) 2021-08-19 07:19:20 -04: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 Export the rule-based filtering engines to the nodejs package 2021-08-03 12:19:25 -04:00
ublock.js Export the rule-based filtering engines to the nodejs package 2021-08-03 12:19:25 -04:00
udom.js Disable auto activation of dark theme in next release 2020-11-13 12:15:29 -05:00
uri-utils.js Convert publicsuffixlist.js into an ES module (#3846) 2021-08-23 09:42:27 -04: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 Add "extraTrustedSiteDirectives" as new admin policy 2021-01-04 07:54:24 -05:00