mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
@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. |
||
|---|---|---|
| .. | ||
| copy-common-files.sh | ||
| import-crowdin.sh | ||
| make-assets.sh | ||
| make-browser.sh | ||
| make-chromium-meta.py | ||
| make-chromium.sh | ||
| make-clean.sh | ||
| make-dig.sh | ||
| make-firefox-meta.py | ||
| make-firefox.sh | ||
| make-mv3.sh | ||
| make-nodejs.sh | ||
| make-npm.sh | ||
| make-opera-meta.py | ||
| make-opera.sh | ||
| make-thunderbird.sh | ||
| pull-assets.sh | ||