remove rulesets from base repository

This commit is contained in:
Gianni Carafa
2023-11-16 01:30:23 +01:00
parent c8d39ea21f
commit 8d00e29c43
10 changed files with 0 additions and 171 deletions

View File

@@ -1,10 +0,0 @@
- domain: www.usatoday.com
injections:
- position: head
append: |
<script>
document.addEventListener("DOMContentLoaded", () => {
const banners = document.querySelectorAll('div.roadblock-container, .gnt_nb, [aria-label="advertisement"], div[id="main-frame-error"]');
banners.forEach(el => { el.remove(); });
});
</script>