https://sikiapp.net/_script/usercommand.js を参考に
usercommand.jsに↓を追加してもレスのBE右クリックで
メニューが出て来ないんだけど使い方間違ってる?
```
"be.history": {
"label": "スレ建て履歴(&B)",
"type": "emit",
"cond": "bebase",
"attach": [
"res"
],
"command": "uri:request",
"params": [
"http://ame.hacca.jp/sasss/log-be2.cgi?i=${OBJECT.bebase}"
]
},
```