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

Question: How to suppress first run page #342

Closed
pmurley opened this issue Feb 18, 2019 · 2 comments
Closed

Question: How to suppress first run page #342

pmurley opened this issue Feb 18, 2019 · 2 comments

Comments

@pmurley
Copy link

@pmurley pmurley commented Feb 18, 2019

I'm trying to do some research which involves stateless crawling with Chrome on many distributed machines, and I'd like to have Ghostery running in each browser. I am having an issue because the first-run page always pops up. Is there a simple way to disable first run/update pages programmatically in the extension code somewhere?

Thanks!

@christophertino
Copy link
Member

@christophertino christophertino commented Mar 19, 2019

You can disable that popup in background.js

url: chrome.runtime.getURL('./app/templates/hub.html?justInstalled=true'),

You would then have to build the extension and load it in Chrome with Developer Mode enabled (chrome://extensions/)

@pmurley
Copy link
Author

@pmurley pmurley commented Mar 19, 2019

Awesome, thanks so much!

@pmurley pmurley closed this Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants