浏览代码

change chaika port every time firefox starts

pull/1/head
10sr 12 年前
父节点
当前提交
b9beadf947
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      _keysnail.js

+ 5
- 0
_keysnail.js 查看文件

@@ -56,6 +56,11 @@ plugins.options["my-keysnail-bookmarks"] = [

//////////////////////////////////////////
// 2ch chaika

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

local["^http://127.0.0.1:8823/thread/"] = [
['k', function (ev, arg) {
curl = window.content.location.href;


正在加载...
取消
保存