From 55bdcf7cae55b7d4f9f7a5c7dc27f22edf7a315a Mon Sep 17 00:00:00 2001 From: peace2000 <17256841+peace2000@users.noreply.github.com> Date: Thu, 22 Jul 2021 01:26:22 +0300 Subject: [PATCH] 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. --- Resources-Library.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources-Library.md b/Resources-Library.md index cd0ac77..0a543f5 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -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) + ***