Revert "remove rulesets from base repository"

This reverts commit 8d00e29c43.
This commit is contained in:
Gianni Carafa
2023-11-16 14:01:57 +01:00
parent 8d00e29c43
commit 68e5023ed9
10 changed files with 171 additions and 0 deletions

24
rulesets/ch/nzz-ch.yaml Normal file
View File

@@ -0,0 +1,24 @@
- domain: www.nzz.ch
paths:
- /international
- /sport
- /wirtschaft
- /technologie
- /feuilleton
- /zuerich
- /wissenschaft
- /gesellschaft
- /panorama
- /mobilitaet
- /reisen
- /meinung
- /finanze
injections:
- position: head
append: |
<script>
document.addEventListener("DOMContentLoaded", () => {
const paywall = document.querySelector('.dynamic-regwall');
removeDOMElement(paywall)
});
</script>