monthly gimite

試験運用中。

Operaのメニューをカスタマイズ

カスタマイズ後のメニュー


してみたのでメモ。

とりあえずDocument Popup Menu(ページの何も無いところを右クリックすると出るメニュー)をこんな感じにしてみました。INIファイルの文字コードUTF-8で。

[Document Popup Menu]

Item, 50215 = Copy document address
Item, 44002 = View document source
--------------------1
Item, "はてなブックマークに追加..." = Go to page, "javascript:window.open('http://b.hatena.ne.jp/add?mode=confirm&is_bm=1&title='+escape(document.title)+'&url='+escape(location.href), '_blank', 'width=480,height=360,resizable=1,scrollbars=1');undefined;"
Item, "Web Archive" = Go to page, "http://web.archive.org/web/*/%u"
--------------------2
Include, Internal Frame
Include, Internal Document Background

Bookmarklet(上の例だと「はてなブックマークに追加」)が使えるので、色々できそうですね。