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 3, 2024
1 parent 65b0bc5 commit cb81e4a
Show file tree
Hide file tree
Showing 20 changed files with 1,014 additions and 856 deletions.
53 changes: 30 additions & 23 deletions dist/chrome/background.js

Large diffs are not rendered by default.

203 changes: 105 additions & 98 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

73 changes: 40 additions & 33 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.8.4",
"version": "1.9.1",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
193 changes: 100 additions & 93 deletions dist/chrome/options.js

Large diffs are not rendered by default.

193 changes: 100 additions & 93 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 @@ -402,4 +402,27 @@
"amkbmndfnliijdhojkpoglbnaaahippg"
]
}
}, {
"id": 309,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "referer",
"operation": "set",
"value": "https://readcomiconline.li"
}
]
},
"condition": {
"urlFilter": "https://*.whatsnew*.net/*",
"resourceTypes": ["xmlhttprequest"],
"domainType": "thirdParty",
"initiatorDomains": [
"cfhamdkdjgoelclgllcoikbckcfpaklj",
"bpoadfkcbjbfhfodiogcnhhhpibjhbnh",
"amkbmndfnliijdhojkpoglbnaaahippg"
]
}
}]
7 changes: 7 additions & 0 deletions dist/chrome/styles/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,13 @@
.immersive-translate-btn:hover {
background-color: #f082ac;
}
.immersive-translate-btn:disabled{
opacity: 0.6;
cursor: not-allowed;
}
.immersive-translate-btn:disabled:hover{
background-color: #ea4c89;
}

.immersive-translate-cancel-btn {
/* gray color */
Expand Down
53 changes: 30 additions & 23 deletions dist/firefox/background.js

Large diffs are not rendered by default.

203 changes: 105 additions & 98 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

73 changes: 40 additions & 33 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.8.4",
"version": "1.9.1",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
193 changes: 100 additions & 93 deletions dist/firefox/options.js

Large diffs are not rendered by default.

193 changes: 100 additions & 93 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 @@ -402,4 +402,27 @@
"amkbmndfnliijdhojkpoglbnaaahippg"
]
}
}, {
"id": 309,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{
"header": "referer",
"operation": "set",
"value": "https://readcomiconline.li"
}
]
},
"condition": {
"urlFilter": "https://*.whatsnew*.net/*",
"resourceTypes": ["xmlhttprequest"],
"domainType": "thirdParty",
"initiatorDomains": [
"cfhamdkdjgoelclgllcoikbckcfpaklj",
"bpoadfkcbjbfhfodiogcnhhhpibjhbnh",
"amkbmndfnliijdhojkpoglbnaaahippg"
]
}
}]
7 changes: 7 additions & 0 deletions dist/firefox/styles/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,13 @@
.immersive-translate-btn:hover {
background-color: #f082ac;
}
.immersive-translate-btn:disabled{
opacity: 0.6;
cursor: not-allowed;
}
.immersive-translate-btn:disabled:hover{
background-color: #ea4c89;
}

.immersive-translate-cancel-btn {
/* gray color */
Expand Down
171 changes: 89 additions & 82 deletions dist/userscript/immersive-translate.user.js

Large diffs are not rendered by default.

191 changes: 99 additions & 92 deletions docs/options/options.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/options/styles/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,13 @@
.immersive-translate-btn:hover {
background-color: #f082ac;
}
.immersive-translate-btn:disabled{
opacity: 0.6;
cursor: not-allowed;
}
.immersive-translate-btn:disabled:hover{
background-color: #ea4c89;
}

.immersive-translate-cancel-btn {
/* gray color */
Expand Down
7 changes: 7 additions & 0 deletions docs/styles/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,13 @@
.immersive-translate-btn:hover {
background-color: #f082ac;
}
.immersive-translate-btn:disabled{
opacity: 0.6;
cursor: not-allowed;
}
.immersive-translate-btn:disabled:hover{
background-color: #ea4c89;
}

.immersive-translate-cancel-btn {
/* gray color */
Expand Down

0 comments on commit cb81e4a

Please sign in to comment.