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 Sep 13, 2024
1 parent 424bbb7 commit 5202012
Show file tree
Hide file tree
Showing 16 changed files with 1,391 additions and 1,313 deletions.
62 changes: 31 additions & 31 deletions dist/chrome/background.js

Large diffs are not rendered by default.

308 changes: 156 additions & 152 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

64 changes: 32 additions & 32 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.9.3",
"version": "1.9.4",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
300 changes: 152 additions & 148 deletions dist/chrome/options.js

Large diffs are not rendered by default.

306 changes: 155 additions & 151 deletions dist/chrome/popup.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions dist/chrome/rules/request_modifier_rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,27 @@
"amkbmndfnliijdhojkpoglbnaaahippg"
]
}
}, {
"id": 310,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "referer",
"operation": "set",
"value": "https://yymanhua.com"
}
]
},
"condition": {
"urlFilter": "https://image.yymanhua.com/*",
"resourceTypes": ["xmlhttprequest"],
"domainType": "thirdParty",
"initiatorDomains": [
"cfhamdkdjgoelclgllcoikbckcfpaklj",
"bpoadfkcbjbfhfodiogcnhhhpibjhbnh",
"amkbmndfnliijdhojkpoglbnaaahippg"
]
}
}]
62 changes: 31 additions & 31 deletions dist/firefox/background.js

Large diffs are not rendered by default.

308 changes: 156 additions & 152 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions dist/firefox/content_start.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_brandName__",
"description": "__MSG_brandDescription__",
"version": "1.9.3",
"version": "1.9.4",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
300 changes: 152 additions & 148 deletions dist/firefox/options.js

Large diffs are not rendered by default.

306 changes: 155 additions & 151 deletions dist/firefox/popup.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions dist/firefox/rules/request_modifier_rule.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,4 +425,27 @@
"amkbmndfnliijdhojkpoglbnaaahippg"
]
}
}, {
"id": 310,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "referer",
"operation": "set",
"value": "https://yymanhua.com"
}
]
},
"condition": {
"urlFilter": "https://image.yymanhua.com/*",
"resourceTypes": ["xmlhttprequest"],
"domainType": "thirdParty",
"initiatorDomains": [
"cfhamdkdjgoelclgllcoikbckcfpaklj",
"bpoadfkcbjbfhfodiogcnhhhpibjhbnh",
"amkbmndfnliijdhojkpoglbnaaahippg"
]
}
}]
282 changes: 143 additions & 139 deletions dist/userscript/immersive-translate.user.js

Large diffs are not rendered by default.

292 changes: 148 additions & 144 deletions docs/options/options.js

Large diffs are not rendered by default.

0 comments on commit 5202012

Please sign in to comment.