Wait... why didn't I just remove the !#include entirely?!

This commit is contained in:
Imre Kristoffer Eilertsen
2020-06-13 17:26:52 +02:00
committed by GitHub
parent 7567682992
commit ccd4b2fcc3
2 changed files with 2 additions and 2 deletions
@@ -916,7 +916,7 @@ krom.is#@#.share-container
!#endif
!#include AntiAdblockEntries.txt
! 🇳🇴: ——— Forsøker å få nettleseren til å laste inn filer i HTTPS, dersom nettstedet ikke automatisk omdirigerer HTTP til dens HTTPS-versjon ———
@@ -1070,7 +1070,7 @@ def prepare_privacy(lines) -> str:
line = re.sub(
r"!#include NorwegianExperimentalList%20alternate%20versions/AntiAdblockEntries\.txt",
r"!#include AntiAdblockEntries.txt",
r"",
line
)