Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup #35

Merged
merged 4 commits into from Dec 8, 2020
Merged

Cleanup #35

Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Insert top sites and search bar hijack on landing page only

  • Loading branch information
chrmod committed Dec 8, 2020
commit bca9693b39a2eb4533fa3d1133e389fe37671343
@@ -20,11 +20,20 @@
"content_scripts": [{
"matches": [
"https://*.ghosterysearch.com/",
"http://localhost/*"
"https://*.ghosterysearch.com/?*",
This conversation was marked as resolved by chrmod

This comment has been minimized.

@sammacbeth

sammacbeth Dec 8, 2020
Contributor

Does this match only if there is a query string, or did it previously not match when a query string was present? Or does this change do something else?

"http://localhost/",
"http://localhost/?*"
],
"js": [
"content/top-sites.js",
"content/search-bar.js",
"content/search-bar.js"
]
}, {
"matches": [
"https://*.ghosterysearch.com/*",
"http://localhost/*"
],
"js": [
"content/is-ghostery-browser.js"
]
}, {
ProTip! Use n and p to navigate between commits in a pull request.