1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 06:07:11 +02:00

Added a clear example about usage of rc.js with a reference picture of the original element so that it's easier to realize what is being removed and from where.

peace2000 2021-07-22 01:26:22 +03:00
parent 1801bdd919
commit 55bdcf7cae

@ -381,6 +381,9 @@ Parameters:
- `stay`: This tells the scriplet to stay and act on DOM changes, while the default behavior is to act only once when the document becomes interactive.
- `complete`: This tells the scriplet to start acting only when the document is complete, i.e. once all secondary resources have been loaded, while the default is to start acting when the document is interactive - which is earlier than when the document is complete.
Example:
- `danskebank.fi##+js(rc, cookie-consent-banner-open, html)` [Picture of the element](https://images2.imgbox.com/68/2b/tdWI9hBG_o.png)
***