From 1f8927706b8995ef8ac3148ea9a0398c375b11b5 Mon Sep 17 00:00:00 2001 From: JimmyJLNU <133467-JimmyJLNU@users.noreply.framagit.org> Date: Wed, 24 Jan 2024 21:31:21 +0000 Subject: [PATCH] Remove &si for YouTube --- app/src/main/assets/rules.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/assets/rules.json b/app/src/main/assets/rules.json index c81f89a..70ad1b4 100644 --- a/app/src/main/assets/rules.json +++ b/app/src/main/assets/rules.json @@ -188,7 +188,8 @@ "rules": [ "feature=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "gclid=[^\\/|\\?|&]*(\\/|&(amp;)?)?", - "kw=[^\\/|\\?|&]*(\\/|&(amp;)?)?" + "kw=[^\\/|\\?|&]*(\\/|&(amp;)?)?", + "si=[^\\/|\\?|&]*(\\/|&(amp;)?)?" ], "exceptions": [], "redirections": [] @@ -474,4 +475,4 @@ "redirections": [] } } -} \ No newline at end of file +}