first commit
This commit is contained in:
commit
46aea254d0
19 changed files with 569 additions and 0 deletions
30
rules.json
Normal file
30
rules.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue