Skip to content

Commit

Permalink
Hotfix: Disabled selecting augmented steam regional container.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trsnaqe committed Mar 16, 2024
1 parent 00948b2 commit 444cb24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Steam Currency Converter",
"description": "Steam Currency Converter!",
"version": "1.0.1",
"description": "Seamlessly Convert Steam Prices to Local Currency!",
"version": "1.0.2",
"permissions": ["storage"],
"icons": {
"16": "src/assets/icons/icon16.png",
Expand Down
4 changes: 2 additions & 2 deletions manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "Steam Currency Converter",
"description": "Steam Currency Converter!",
"version": "1.0.1",
"description": "Seamlessly Convert Steam Prices to Local Currency!",
"version": "1.0.2",
"permissions": ["storage"],
"icons": {
"16": "src/assets/icons/icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion src/data/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const GAME_PAGE_PRICE = ".game_purchase_price";
const PRICE_WO_REGIONAL_EXT =
".game_purchase_price > *:not(.es_regional_container)";
const DISCOUNT_PRICE =
".discount_prices > *:not(.discount_final_price.your_price)";
".discount_prices > *:not(.discount_final_price.your_price):not(.es_regional_container)";
const YOUR_PRICE =
".discount_final_price:has(.your_price_label) > div:not(:nth-of-type(1))";
const CART_ITEM_PRICE = ".cart_item_price .price";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>

<body>
<p class="version-text">v1.0.1</p>
<p class="version-text">v1.0.2</p>
<img
src="../assets/steam-currency-converter.png"
alt="Steam Currency Converter Extension Icon"
Expand Down

0 comments on commit 444cb24

Please sign in to comment.