1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 14:17:11 +02:00
uBlock/src/js/scriptlets
Raymond Hill 0325dcdcb4
Add ability to update lists through links with specifically crafted URLs
As per discussion with uBO volunteers.

Volunteers offering support for uBO will be able to craft links with
specially formed URLs, which once clicked will cause uBO to automatically
force an update of specified filter lists.

The URL must be crafted as shown in the example below:

https://ublockorigin.github.io/uAssets/update-lists.html?listkeys=ublock-filters,easylist

Where the `listkeys` parameter is a comma-separated list of tokens
corresponding to filter lists. If a token does not match an enabled
filter list, it will be ignored.

The ability to update filter lists through a specially crafted link
is available only on uBO's own support sites:

- https://github.com/uBlockOrigin/
- https://reddit.com/r/uBlockOrigin/
- https://ublockorigin.github.io/

Additionally, a visual cue has been added in the "Filter lists" pane
to easily spot the filter lists which have been recently updated, where
"recently" is currently defined as less than an hour ago.
2023-10-14 13:41:49 -04:00
..
cosmetic-logger.js Properly handle converted procedural filters in logger 2023-04-29 15:22:40 -04:00
cosmetic-off.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
cosmetic-on.js guard against future instances of issue fixed in #3721 2018-05-03 09:55:36 -04:00
cosmetic-report.js Report injected scriptlets in troubleshooting information 2023-05-09 12:44:14 -04:00
dom-inspector.js Fix visual of DOM inspector layer in dark theme mode 2022-11-17 09:25:20 -05:00
dom-survey-elements.js Improve conversion of procedural cosmetic filters into CSS rules 2022-07-24 11:41:08 -04:00
dom-survey-scripts.js Minor code review 2021-10-14 09:22:36 -04:00
epicker.js Fix parsing cosmetic filter anchor when using AdGuard/ABP modifiers 2023-08-07 13:58:15 -04:00
load-3p-css.js Simplify code 2020-12-13 12:14:37 -05:00
load-large-media-all.js Improve interactivity of no-large-media-elements content scripts 2020-10-22 08:44:55 -04:00
load-large-media-interactive.js Skip handling non-media elements 2021-06-25 07:24:00 -04:00
noscript-spoof.js Fix improper detection of quotes in quoted strings 2023-04-07 18:10:50 -04:00
should-inject-contentscript.js Fix typos 2023-07-23 10:01:08 -04:00
subscriber.js Fix breaking navigation through links [regression] 2021-11-04 11:48:07 -04:00
updater.js Add ability to update lists through links with specifically crafted URLs 2023-10-14 13:41:49 -04:00