Skip to content

Instantly share code, notes, and snippets.

@ostearn
Created May 6, 2017 17:28
Show Gist options
  • Save ostearn/8c98363bdd7c52b59921c5a2a7c8b6e4 to your computer and use it in GitHub Desktop.
Save ostearn/8c98363bdd7c52b59921c5a2a7c8b6e4 to your computer and use it in GitHub Desktop.
Ebay Variations Go Away!
{
"name": "Ebay Variations Go Away!",
"version": "0.1",
"manifest_version": 2,
"description": "This extension is designed to completely rid ebay search results of those annoying variations listings which are commonly abused and destroy your ability to find the cheapest item.",
"homepage_url": "http://oliverstearn.com/projects?project=ebay_extension",
"permissions": [
"https://*/*",
"http://*/*",
"tabs"
],
"content_scripts": [
{
"matches": ["https://*/*", "http://*/*"],
"js": ["jquery/jquery.min.js", "inject.js"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment