10/03/24 09:53:16 7+8p1zM/0
>>604
質問は質問スレで。スキルない上に常識もないな。
とりあえず選択テキストを検索バーの履歴に残す方法はこんな感じかな
var selectedText = document.commandDispatcher.focusedWindow.getSelection().toString();
if (selectedText) {
var searchbar = document.getElementById("searchbar");
searchbar.textbox._formHistSvc.addEntry("searchbar-history", selectedText);
}