Skip to content

Commit

Permalink
feat: improve matching [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 13, 2023
1 parent 91374d6 commit 1269b91
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion configuration.revanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
954147049832603748
],
"match": [
"(?i)(((seekbar|preview|timeline|time|thumbnail).*){2,})"
"(?i)(((seek|preview|timeline|time |thumbnail).*){2,})"
]
},
"excludes": {
Expand Down Expand Up @@ -449,6 +449,11 @@
"url": ""
}
}
},
"thread_options": {
"close_on_response": true,
"lock_on_response": false,
"only_on_first_message": false
}
}
]
Expand Down

0 comments on commit 1269b91

Please sign in to comment.