AdditionalAttributesBlocker |
Converts e.g. `onload` attributes to `consent-original-src` attributes when item got blocked. |
AttributeJsonBlocker |
Block content deeply in JSON attributes instead of the whole element e.g. `<div class="et_pb_code_inner" data-et-multi-view
="{"schema":{"content":{"desktop":"<div align='center'>\n<iframe
src=\"https:\/\/www.google.com\/maps\/embed. |
Autoplay |
Convert links to autoplay links for known video and sound platforms. |
CalculateUniqueKeys |
Append a calculated unique key of the tag to the tag. |
CustomElementBlocker |
Allows to block custom elements. |
DoNotBlockScriptTextTemplates |
This plugin allows you to not block content within `script[type="text/template"]` markups. |
Image |
Block `srcset` attribute for media tags and create the correct visual parent for media tags. |
LinkBlocker |
Block `href` attribute for special links. Usually, the blocker does not block
links cause they do not load external sources. But there are some special cases, e.g. |
LinkRelBlocker |
Block `<link`'s with `preconnect`, `dns-prefetch` and `preload`. It means, it removes
the node completely from the HTML document if possible. |
ReattachDom |
Allows to reattach a specific DOM node. That means, DOM node gets removed and added again. |
RemoveAlwaysCSSClasses |
Allows to remove specific CSS classes from `class` definition without touching
others. This is useful for e.g. lazy-loading libraries. |
ScriptInlineExtractExternalUrl |
Detect semantically a script which could be loaded by an inline script. |
ScriptInlineJsonBlocker |
Check if an inline script is a localized script via e.g. `wp_set_script_translations` and
check if the JSON has blocked content. |