first commit

This commit is contained in:
암냥 2026-03-05 03:06:24 +09:00
commit 46aea254d0
No known key found for this signature in database
19 changed files with 569 additions and 0 deletions

30
rules.json Normal file
View file

@ -0,0 +1,30 @@
[
{
"id": 1,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "User-Agent",
"operation": "set",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.7444.163 Safari/537.36"
}
]
},
"condition": {
"regexFilter": "^https:\\/\\/([a-zA-Z0-9-]+\\.)*figma\\.com\\/",
"resourceTypes": [
"main_frame",
"sub_frame",
"xmlhttprequest",
"script",
"image",
"font",
"stylesheet",
"media",
"other"
]
}
}
]