Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
support lowendbox
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Nov 23, 2022
1 parent e01e42a commit db3cebb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
## 0.0.37

- Support kyivindependent.com
- Support lowendtalk.com/


## 0.0.36

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.Phony: start
start:
web-ext run -s ./src -f firefoxdeveloperedition
web-ext run -s ./src -f firefoxdeveloperedition -p dev-edition-default

.Phony: build
build:
Expand Down
2 changes: 1 addition & 1 deletion src/chrome_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "Immersive Translate",
"description": "Let's experience immersive web translation, with bilingual simultaneous display and translation of only the important content.",
"version": "0.0.36",
"version": "0.0.36.2",
"homepage_url": "https://github.com/immersive-translate/immersive-translate",

"commands": {
Expand Down
5 changes: 5 additions & 0 deletions src/lib/specialRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,10 @@ const specialRules = [
"hostname":"kyivindependent.com",
"selectors":["[class^=CardFeaturedBlock_cardFeaturedBlock__title]","[class^=CardBasic_cardBasic__title]","[class^=CardExclusive_cardExclusive__title]","[class^=card-horizontal-small_cardHorizontalSmall__title]"],
"containerSelectors":"article"
},
{
"hostname":"lowendtalk.com",
"selectors":["[role=heading]","h1"],
"containerSelectors":".userContent"
}
]
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"default_locale": "en",
"name": "Immersive Translate",
"description": "Let's experience immersive web translation, with bilingual simultaneous display and translation of only the important content.",
"version": "0.0.36",
"version": "0.0.36.2",
"homepage_url": "https://github.com/immersive-translate/immersive-translate",

"browser_specific_settings": {
Expand Down

0 comments on commit db3cebb

Please sign in to comment.