` and `` using the code `:not(img):not(span):not(div)`. If you want to check those, or add more exclusions, this is the code you need to change.
17 | - If an element has a `src` attribute and it includes the text `googletagmanager`, `doubleclick` or `google-analytics` then it will be ignored. This is donw withthe code !/googletagmanager|doubleclick|google-analytics/.test(src)`. If you want to change that or ad more exlcusions, this is the code you need to change.
18 |
--------------------------------------------------------------------------------