Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2024
1 parent 7d2c94f commit 259bdd6
Show file tree
Hide file tree
Showing 18 changed files with 763 additions and 651 deletions.
32 changes: 17 additions & 15 deletions dist/chrome/background.js

Large diffs are not rendered by default.

140 changes: 71 additions & 69 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

32 changes: 17 additions & 15 deletions dist/chrome/content_start.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_brandName__",
"description": "__MSG_brandDescription__",
"version": "1.1.7",
"version": "1.1.8",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
148 changes: 75 additions & 73 deletions dist/chrome/options.js

Large diffs are not rendered by default.

160 changes: 81 additions & 79 deletions dist/chrome/popup.js

Large diffs are not rendered by default.

44 changes: 44 additions & 0 deletions dist/chrome/rules/request_modifier_rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,48 @@
"bpoadfkcbjbfhfodiogcnhhhpibjhbnh"
]
}
}, {
"id": 5,
"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/120.0.0.0 Safari/537.36 Edg/120.0.0.0"
}
]
},
"condition": {
"urlFilter": "https://edge.microsoft.com/translate/auth",
"resourceTypes": ["xmlhttprequest"],
"domainType": "thirdParty",
"initiatorDomains": [
"cfhamdkdjgoelclgllcoikbckcfpaklj",
"bpoadfkcbjbfhfodiogcnhhhpibjhbnh"
]
}
}, {
"id": 6,
"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/120.0.0.0 Safari/537.36 Edg/120.0.0.0"
}
]
},
"condition": {
"urlFilter": "https://api-edge.cognitive.microsofttranslator.com/translate",
"resourceTypes": ["xmlhttprequest"],
"domainType": "thirdParty",
"initiatorDomains": [
"cfhamdkdjgoelclgllcoikbckcfpaklj",
"bpoadfkcbjbfhfodiogcnhhhpibjhbnh"
]
}
}]
2 changes: 1 addition & 1 deletion dist/chrome/video-subtitle/inject.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 17 additions & 15 deletions dist/firefox/background.js

Large diffs are not rendered by default.

Loading

0 comments on commit 259bdd6

Please sign in to comment.