「Firefox」の検索バー
「Hide Find Bar with Ctrl+F」は、「Firefox」の検索バーを[Ctrl]+[F]キーで隠せるようにする拡張機能。「Firefox」v3.0以降に対応するフリーソフトで、編集部にてWindows Vista上の「Firefox」v3.5.3で動作確認した。ライブラリサイト“Firefox Add-ons”からダウンロード可能。なお、本拡張機能は実験的なアドオンとして公開されているため、インストールするにはWebページ上のインストールボタン左上にあるチェックボックスをONにする必要がある。
「Firefox」は、[Ctrl]+[F]キーでページ内検索用の検索バーを表示できるが、非表示にするには検索バーにフォーカスが当たっている状態で[ESC]キーを押すか、マウスカーソルで検索バー上の閉じるボタンを押さなければならない。どちらの操作でもホームポジションから手を離さなくてはならず、煩わしさから検索バーが表示されっぱなしになりがちだ。
本拡張機能を使えば、表示中の検索バーを[Ctrl]+[F]キーで非表示にすることが可能で、同じショートカットキーで検索バーの表示・非表示を切り替えられるようになる。検索バーへフォーカスが当たっていない状態でもホームポジションから手を離さずに検索バーを非表示にできるため、ページ内検索を使う機会が多い場合は思った以上に作業を効率化できるだろう。
【著作権者】 ashphy 氏 【対応OS】 (編集部にてWindows Vistaで動作確認) 【ソフト種別】 フリーソフト 【バージョン】 0.2.3(09/09/09) 関連リンク Hide Find Bar with Ctrl+F :: Add-ons for Firefox https://addons.mozilla.org/ja/firefox/addon/14188 ashphy's works(作者のWebサイト) http://ashphy.s268.xrea.com/ 窓の杜 - Firefox http://www.forest.impress.co.jp/lib/inet/browser/webbrowser/firefox.html この要約はGeminiによって自動生成されたものであり、原文の完全性や正確性を保証するものではありません。この機能はベータ運用中です。
×
';
const t=d.getElementById('summary2_text');
t.innerText=json.summary;
(adsbygoogle = window.adsbygoogle || []).push({});
}
};
window.ipc_get_summary3=function(json){
console.log('ipc_get_summary3');
console.log(json);
const d1=d.getElementById('summary2_result');
d1.innerHTML = '';
d1.className='mv20';
let summary3=d.createElement('DIV');
summary3.className='box-02 ai aleft';
summary3.style.position='relative';
d1.appendChild(summary3);
const d2=d.getElementById('summary2_button');
if (d2) {
d2.remove();
}
if(json.error){
summary3.innerText='申し訳ございません。この記事はうまく要約が作れないようです。別の記事でお試しください。';
}else{
summary3.innerHTML='
3行まとめ
記事の要約 トップページ
この要約はGeminiによって自動生成されたものであり、原文の完全性や正確性を保証するものではありません。この機能はベータ運用中です。
×
';
const t=d.getElementById('summary3_text');
t.innerText=json.summary;
(adsbygoogle = window.adsbygoogle || []).push({});
}
};
window.ipc_get_body_size=function(){
let p_tags=d.querySelectorAll('.main-contents .contents-section>p');
var text='';
for (let i=0;i
= targetDate) && (!location.pathname.includes('/docs/topic/special/'))) {
let p_tags=d.querySelectorAll('.main-contents .contents-section>p');
if (p_tags.length>2&&ipc_get_body_size()>=1000){
let div=d.createElement('DIV');
div.id='summary2_section';
div.className='acenter';
let d2=d.createElement('DIV');
d2.id='summary2_button';
d2.className='acenter';
div.appendChild(d2);
let d3=d.createElement('DIV');
d3.id='summary2_result';
d3.className='acenter';
div.appendChild(d3);
let button=d.createElement('BUTTON');
button.id='button_sentence';
button.className='watch-link ai';
button.innerText='記事を要約する(AI)';
button.style.margin='10px';
button.setAttribute('onclick','window.summarize2()');
d2.appendChild(button);
p_tags[2].appendChild(div);
let button3=d.createElement('BUTTON');
button3.id='button_bulletpoints';
button3.className='watch-link ai';
button3.innerText='3行まとめ';
button3.style.margin='10px';
button3.setAttribute('onclick','window.summarize3()');
d2.appendChild(button3);
p_tags[1].appendChild(div);
}
} else {
console.log('Published date is before 2024-01-15');
}
} else {
console.log('article:published_time not found');
}
})(document);
'; $('#main >article >.contents').append(html);})('窓の杜', 'impress.madonomori', 'madonomori');};});