Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ロード時に特定のdiv(idを含む)をページから非表示にするChrome拡張機能を構築したいと思います。
ソースを編集する方法を知りたいですか?
jQuery を使用して、コンテンツ スクリプトに次のコードを記述します。
$("#you_div_id").hide();
非常に簡単:)