Explorar el Código

change chaika port every time firefox starts

pull/1/head
10sr hace 12 años
padre
commit
b9beadf947
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      _keysnail.js

+ 5
- 0
_keysnail.js Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar