다시 처음으로

This commit is contained in:
tkrmagid-desktop
2026-05-28 19:27:11 +09:00
parent a59992dc87
commit 43290248ee
6 changed files with 104 additions and 62 deletions

31
rules.json Normal file
View File

@@ -0,0 +1,31 @@
[
{
"id": 1,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "user-agent",
"operation": "set",
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"
},
{
"header": "sec-ch-ua-platform",
"operation": "set",
"value": "\"macOS\""
}
]
},
"condition": {
"urlFilter": "||chzzk.naver.com",
"resourceTypes": [
"main_frame",
"sub_frame",
"xmlhttprequest",
"ping",
"script"
]
}
}
]