<!--
    The initial checks are required.
    Pull requests that do not have all boxes checked may be closed or ignored.

    Please do not submit a PR without first reading the contributing guidelines.  
    
    Put an 'X' in between brackets to mark the task as completed.
-->
## Initial checks
- [ ] I have read and followed the [**Contributing Guidelines**](https://github.com/the-advoid/ad-void/blob/main/CONTRIBUTING.md).
- [ ] I understand that this PR may be declined or closed if it does not meet project requirements.

<!-- Provide a clear and concise description of the changes introduced by this pull request, including why the change is needed and how it improves AdVoid. -->
## Description


<!-- Link to the related issue(s) using keywords like "Fixes #123", "Closes #456". -->
## Related Issue
Fixes #

<!-- Select the type of the introduced change - one per pull request -->
## Type of Change
- [ ] 🧟‍♂️ **Anomaly** fix (*resolves a broken site caused by AdVoid*)
- [ ] 🩹 **Malformation** fix (*corrects a malformed filter rule*)
- [ ] 🔍 **Candidate** addition (*adds a new URL/rule candidate*)
- [ ] 🚀 **Optimization** (*makes AdVoid more efficient/compact*)
- [ ] ❌ **Removal** (*removes an outdated/false-positive rule*)
- [ ] 📖 **Documentation** update (*updates AdVoid's documentation*)
- [ ] ⚡ **Other** (*please specify in Implementation Notes*)

<!-- Please do not modify the checklist below. -->
## Checklist for Reviewer
- [ ] Ad-blocking rules follow the project's style and [**contribution guidelines**](https://github.com/the-advoid/ad-void/blob/main/CONTRIBUTING.md)
- [ ] No new warnings or errors are introduced
- [ ] Changes align with the related issue template (Anomaly, Candidate, etc.)
- [ ] This PR correctly references the related issue(s) (Fixes # / Closes #)
