Add files via upload

This commit is contained in:
lingeringsound 2024-09-09 19:10:43 +08:00 committed by GitHub
parent 014f4884e4
commit 93f58e6c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}"
}