Skip to content

Commit

Permalink
Rebrand to reSkroutzed
Browse files Browse the repository at this point in the history
  • Loading branch information
keybraker committed Dec 11, 2023
1 parent 36c0f78 commit 2b69fca
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ![Alt Text](../src/assets/icons/48.png) Skroutz Sponsored Flagger
# ![Alt Text](../src/assets/icons/48.png) reSkroutzed

Skroutz Sponsored Flagger is a browser extension that detects and highlights sponsored products on [skroutz.gr](https://skroutz.gr).<br>
reSkroutzed is a browser extension that detects and highlights sponsored products on [skroutz.gr](https://skroutz.gr).<br>

![Alt Text](../assets/large_promo.png)

## Why use Skroutz Sponsored Flagger?
## Why use reSkroutzed?

Skroutz has been using dark patterns to mislead consumers into purchasing sponsored products (advertisements). The purpose of this extension is to make it easier for consumers to identify which products are sponsored and which are not, so they can make informed purchasing decisions. It also gives the consumer the ability to hide the sponsored products if they so wish to.

Expand Down Expand Up @@ -37,18 +37,18 @@ and load the build extension from `build/firefox_build.zip` file.

Contributions are always welcome!

If you have any suggestions for improvements or are facing a bug, feel free to submit a [pull request](https://github.com/keybraker/skroutz-sponsored-flagger/discussions).<br>
[Pull requests](https://github.com/keybraker/skroutz-sponsored-flagger/pulls) for known problems or ones that solve requests or bugs are very welcome (follow the [Manual Installation](#manual-installation) to start developing!).
If you have any suggestions for improvements or are facing a bug, feel free to submit a [pull request](https://github.com/keybraker/reskroutzed/discussions).<br>
[Pull requests](https://github.com/keybraker/reskroutzed/pulls) for known problems or ones that solve requests or bugs are very welcome (follow the [Manual Installation](#manual-installation) to start developing!).

## License

This extension is licensed under the GNU general public license. See the LICENSE file for more details.

<p align="left">
<a href="https://addons.mozilla.org/en-US/firefox/addon/skroutz-sponsored-flagger">
<a href="https://addons.mozilla.org/en-US/firefox/addon/reskroutzed">
<img src="../assets/store_images/firefox.png" alt="Firefox" width="250" style="vertical-align: middle;">
</a>
<a href="https://chrome.google.com/webstore/detail/skroutz-sponsored-flagger/amglnkndjeoojnjjeepeheobhneeogcl">
<a href="https://chrome.google.com/webstore/detail/reskroutzed/amglnkndjeoojnjjeepeheobhneeogcl">
<img src="../assets/store_images/chrome.png" alt="Chrome" width="250" style="vertical-align: middle;">
</a>
</p>
2 changes: 1 addition & 1 deletion package-lock.json

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

4 changes: 2 additions & 2 deletions src/decorators/PriceCheckerIndicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ export class PriceCheckerIndicator {
svgElement.setAttribute("height", "16");

const img = document.createElement("img");
img.src = "https://raw.githubusercontent.com/keybraker/skroutz-sponsored-flagger/main/src/assets/icons/128.png";
img.alt = "Skroutz Sponsored Flagger";
img.src = "https://raw.githubusercontent.com/keybraker/reskroutzed/main/src/assets/icons/128.png";
img.alt = "reSkroutzed";
img.width = 16;
img.height = 16;

Expand Down
4 changes: 2 additions & 2 deletions src/manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Skroutz Sponsored Flagger",
"name": "reSkroutzed",
"description": "Flags sponsored products on Skroutz.gr",
"version": "1.5.8",
"version": "1.5.9",
"manifest_version": 3,
"permissions": [],
"host_permissions": [
Expand Down
6 changes: 3 additions & 3 deletions src/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Skroutz Sponsored Flagger",
"name": "reSkroutzed",
"description": "Flags sponsored products on Skroutz.gr",
"version": "1.5.8",
"version": "1.5.9",
"manifest_version": 3,
"permissions": [],
"host_permissions": [
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"browser_specific_settings": {
"gecko": {
"id": "skroutz-sponsored-flagger@itsiakkas.com",
"id": "reskroutzed@itsiakkas.com",
"strict_min_version": "109.0"
}
}
Expand Down
16 changes: 8 additions & 8 deletions src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Skroutz Sponsored Flagger</title>
<title>reSkroutzed</title>
<link rel="stylesheet" href="popup.css" />
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
</head>
<body class="popup-body">
<div class="label-section">
<div class="logo">
<a href="https://github.com/keybraker/skroutz-sponsored-flagger" target="_blank" rel="noopener noreferrer" class="icon-link">
<img src="https://raw.githubusercontent.com/keybraker/skroutz-sponsored-flagger/main/src/assets/icons/128.png" alt="Skroutz sponsored flagger icon" class="rate-icon" />
<a href="https://github.com/keybraker/reskroutzed" target="_blank" rel="noopener noreferrer" class="icon-link">
<img src="https://raw.githubusercontent.com/keybraker/reskroutzed/main/src/assets/icons/128.png" alt="reSkroutzed icon" class="rate-icon" />
</a>
</div>
<p><strong><br>Skroutz Sponsored Flagger</strong></p>
<p><strong><br>reSkroutzed</strong></p>
</div>

<div class="content">
Expand All @@ -35,12 +35,12 @@
<div class="rate-section">
<p><strong>If you enjoy the extension<br>rate it on</strong></p>
<div class="icons">
<a href="https://addons.mozilla.org/en-US/firefox/addon/skroutz-sponsored-flagger/reviews/" target="_blank" rel="noopener noreferrer" class="icon-link">
<img src="https://raw.githubusercontent.com/keybraker/skroutz-sponsored-flagger/main/assets/store_images/firefox.png" alt="Rate on Firefox Add-ons" class="rate-icon" style="width: 125px;" />
<a href="https://addons.mozilla.org/en-US/firefox/addon/reskroutzed/reviews/" target="_blank" rel="noopener noreferrer" class="icon-link">
<img src="https://raw.githubusercontent.com/keybraker/reskroutzed/main/assets/store_images/firefox.png" alt="Rate on Firefox Add-ons" class="rate-icon" style="width: 125px;" />
<!-- src="https://www.mozilla.org/media/protocol/img/logos/firefox/browser/logo.eb1324e44442.svg" -->
</a>
<a href="https://chrome.google.com/webstore/detail/skroutz-sponsored-flagger/amglnkndjeoojnjjeepeheobhneeogcl?hl=en&authuser=0" target="_blank" rel="noopener noreferrer" class="icon-link">
<img src="https://raw.githubusercontent.com/keybraker/skroutz-sponsored-flagger/main/assets/store_images/chrome.png" alt="Rate on Chrome Web Store" class="rate-icon" style="width: 125px;" />
<a href="https://chrome.google.com/webstore/detail/reskroutzed/amglnkndjeoojnjjeepeheobhneeogcl?hl=en&authuser=0" target="_blank" rel="noopener noreferrer" class="icon-link">
<img src="https://raw.githubusercontent.com/keybraker/reskroutzed/main/assets/store_images/chrome.png" alt="Rate on Chrome Web Store" class="rate-icon" style="width: 125px;" />
<!-- src="https://www.google.com/chrome/static/images/chrome-logo-m100.svg" -->
</a>
</div>
Expand Down

0 comments on commit 2b69fca

Please sign in to comment.