Skip to content

Commit

Permalink
Update manifest version, new screenshot, tighten URL matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrod-west committed Apr 10, 2024
1 parent 9f46f09 commit 7c77c64
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ _known for being particularly small and compact_
## Overview

The practice of [spamdexing](https://en.wikipedia.org/wiki/Spamdexing) is alive
and well on `gumtree.com`, with unscrupulous sellers able to manipulate search
results by adding a serious of keyword "tags" at the end of their description.
and well on `gumtree.com.au`, with unscrupulous sellers able to manipulate
search results by adding a serious of keyword "tags" at the end of their
description.

This appears to be especially egregious from car dealerships, and so searching
for a specific make of car often requires wading through a huge number of
Expand Down
Binary file added images/example-1280-800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "Silver Dollar",
"version": "1.0",
"version": "1.0.1",

"description": "Filters out bad search results from gumtree.com.au",

Expand All @@ -11,7 +11,7 @@

"content_scripts": [
{
"matches": ["*://*.gumtree.com.au/*"],
"matches": ["https://www.gumtree.com.au/*"],
"js": [
"browser-polyfill.js",
"bundle.js"
Expand All @@ -27,7 +27,7 @@
}
},

"browser_action": {
"action": {
"default_popup": "html/popup.html",
"default_icon": {
"16": "icons/silver-dollar-16.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "silver-dollar",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7c77c64

Please sign in to comment.