This module enhances privacy by converting HTML anchor tags for facets on search pages into span elements, making them less visible to web crawlers.
Link Obfuscation
The Link Obfuscation module enhances privacy by obfuscating facets on search pages, converting <a> tags into <span> elements.
Installation
- Install the module as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.
- Navigate to the Facets configuration page (/admin/config/search/facets).
- Edit the facet you want to obfuscate.
- Check the 'Obfuscate facet link' checkbox.
- Save your changes.
- You should update the CSS to target the new 'span.drupal-masked-element' facets, as the module replaces the original
<a>elements with these spans.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.0-beta7 | Pre-release | 8–11 | Drupal 11 compatibility | Apr 16, 2026 | |
| 1.0.0-beta6 | Pre-release | 8–10 | Jan 15, 2026 | ||
| 1.0.0-beta5 | Pre-release | 8–10 | Fixes js ReferenceError: TRUE is not defined | Dec 19, 2024 |