From 93f58e6c5a9470bd0346c1dcdb2b550142917979 Mon Sep 17 00:00:00 2001 From: lingeringsound <114198798+lingeringsound@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:10:43 +0800 Subject: [PATCH] Add files via upload --- until_function.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/until_function.sh b/until_function.sh index 2122bd8..32c2078 100755 --- a/until_function.sh +++ b/until_function.sh @@ -407,7 +407,7 @@ echo "${lite_content}" > "${file}" function wipe_fiter_popup_domain(){ local file="${1}" test ! -f "${file}" && return -busybox sed -Ei 's/\$popup$//g;s/\$popup,third-party$//g;s/\$third-party,popup$//g' "${file}" +busybox sed -Ei 's/\$popup$//g;s/\$popup,third-party$/\$third-party/g;s/\$third-party,popup$/\$third-party/g' "${file}" }