Skip to content

Commit

Permalink
Delete default.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
NotaInutilis committed Sep 8, 2023
1 parent 3283bf4 commit a6f374b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/domains_to_regex.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This script converts domains.txt into a match pattern format used by the uBlacklist browser extension.
# Usage:
# python domains_to_regex.py > regex.txt
import re

text_file = open("domains.txt", "r")
lines = text_file.readlines()
text_file.close()
Expand Down
File renamed without changes.

0 comments on commit a6f374b

Please sign in to comment.