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

Change server port #9

Open
almontic opened this issue Dec 4, 2012 · 1 comment
Open

Change server port #9

almontic opened this issue Dec 4, 2012 · 1 comment

Comments

@almontic
Copy link

almontic commented Dec 4, 2012

Is it possible to configure a different port for python/ruby server running?

@tomimick
Copy link
Owner

tomimick commented Dec 7, 2012

Unfortunately no, the port 8080 is hard coded into the sources.

However, if you are adventurous enough, you can modify the extension sources on disk.

On my OSX, the path to the extension is
~/Library/Application Support/Google/Chrome/Default/Extensions/mflkegihknjnhmpfnaimpfkjbkelhhkf/1.0.3_0/

Open file bg.js and change the following line:
var serverurl = 'http://127.0.0.1:8080/save';

Then save and reopen Chrome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants