소스 검색

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;


불러오는 중...
취소
저장