Skip to content

Commit db9e55a

Browse files
committed
Switch Crap list to block with $document (to avoid issues on sites if users wish to continue/use them...)
Signed-off-by: celenity <celenity@celenity.dev>
1 parent d8bc315 commit db9e55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abp/gen/crap_gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Process the crap.txt file
4-
cat base/crap.txt | grep -v '^#' | grep -v '^\s*$' | sed 's/^/||/' | sed 's/$/^/' | sort | uniq > abp/crap_abp.txt
4+
cat base/crap.txt | grep -v '^#' | grep -v '^\s*$' | sed 's/^/||/' | sed 's/$/^$document/' | sort | uniq > abp/crap_abp.txt
55

66
# Create the header and combine with the processed file
77
(echo "! Title: 🗑️ BadBlock - Crap (ABP)" && \

0 commit comments

Comments
 (0)