userChrome用マウスジェスチャとコンテキストメニューに登録。
var l = document.commandDispatcher.focusedWindow.location; if(l.href.match("(http://.*/)[^/]+/*") != null) l.href = RegExp.$1;
indexOfとか使ってけっこう苦労したけど、最初からレギュラーエクスプレッション使っとけばよかった。
相変わらずuserContent.us.jsとuserMenu.uc.jsは動いていない。