1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-06 02:42:33 +01:00
uBlock/tools
Raymond Hill 11ca4a3923
Add trusted-set-attr scriptlet
@trustedScriptlet trusted-set-attr

@description
Sets the specified attribute on the specified elements. This scriptlet runs
once when the page loads then afterward on DOM mutations.

Reference: https://github.com/AdguardTeam/Scriptlets/blob/master/wiki/about-trusted-scriptlets.md#-%EF%B8%8F-trusted-set-attr

@param selector
A CSS selector for the elements to target.

@param attr
The name of the attribute to modify.

@param value
The new value of the attribute. Since the scriptlet requires a trusted
source, the value can be anything.

=====

Additionally, start to move scriptlets into their own source files
for easier maintenance and code review.
2024-10-25 19:12:08 -04:00
..
copy-common-files.sh Use set -e in Bash scripts (#3791) 2021-07-31 17:34:25 -04:00
import-crowdin.sh Remove languages with no translations, no activity 2023-04-25 14:21:46 -04:00
make-assets.sh Simpler to use an extra property than to use a new assets.json 2024-03-14 10:20:25 -04:00
make-browser.sh Remove globals.js (#3849) 2021-08-23 10:54:16 -04:00
make-chromium-meta.py Use raw string for regex patterns in python scripts 2024-05-05 11:47:31 -04:00
make-chromium.sh Make dev build use its own assets.json: assets.dev.json 2023-05-04 19:20:18 -04:00
make-clean.sh Use set -e in Bash scripts (#3791) 2021-07-31 17:34:25 -04:00
make-dig.sh Add support for nodejs flavors 2021-08-15 10:43:36 -04:00
make-firefox-meta.py Use raw string for regex patterns in python scripts 2024-05-05 11:47:31 -04:00
make-firefox.sh Empty target directory instead of re-creating it 2024-03-05 07:59:11 -05:00
make-mv3.sh Add trusted-set-attr scriptlet 2024-10-25 19:12:08 -04:00
make-nodejs.sh Update README for npm package 2024-10-07 08:56:34 -04:00
make-npm.sh Update README for npm package 2024-10-07 08:56:34 -04:00
make-opera-meta.py changes needed for releasing uBO/opera 1.15.24 2018-04-09 10:04:32 -04:00
make-opera.sh Remove untranslated language 2023-12-05 13:15:00 -05:00
make-thunderbird.sh Make dev build use its own assets.json: assets.dev.json 2023-05-04 19:20:18 -04:00
pull-assets.sh Use git clone instead of submodule to pull uAssets dependencies 2022-11-14 09:50:53 -05:00