1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

chaikaのportを自動的に変える

Posted at

特にsuspendから復帰した時とか、chaikaが使えなくなることがたまにある。
使うportを変えればいいという話をどこかで見た気がした。
以下を _keysnail.js に追加。

// change chaika port every time firefox starts
util.setIntPref("extensions.chaika.server_port.firefox",
                8800 + Math.floor(Math.random() * 30));
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?