Add files via upload

This commit is contained in:
Imre Kristoffer Eilertsen
2023-11-18 11:14:53 +01:00
committed by GitHub
parent 7fcd893e64
commit 4edb82adf2
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
! Title: 🏔️ Dandelion Sprouts nordiske filtre for ryddigere nettsider (for «uBlock Origin Legacy»)
! Title 🇬🇧: Dandelion Sprout's Nordic filters for tidier websites
! Title 🇬🇧: Dandelion Sprout's Nordic filters for tidier websites (for «uBlock Origin Legacy»)
! Version: 18November2023v1-Beta
! Expires: 1 day
! Lisens / Licence: https://github.com/DandelionSprout/adfilt/blob/master/LICENSE.md
@@ -2160,7 +2160,7 @@ def prepare_xul(lines) -> str:
for line in lines:
line = re.sub(
r"(itle:.*Dandelion Sprout.*)",
r"(itle.*:.*Dandelion Sprout.*)",
r"\1 (for «uBlock Origin Legacy»)",
line
)