検索クエリはgoogleだけのものじゃない
scrapboxへの記入を検索クエリとするか
最適なUIがあるとしたら?
Firefoxはあとから検索ソースの選択に対応している
少なくとも3タップ必要だが
名詞から動詞の順に操作すると思考は同じなのかもしれない
アドレスバーによくある、先頭にプレフィックスをつけて検索エンジン呼び出しは対局にある
選択されるべくこれから創造する文字列としてのクエリボックス
作り方の問題だが、クエリボックスにした方が、選択した文字列の状態が保持されるので試行錯誤しやすい
クリップボードにも移してみたら?
arcのboostでJSを実行
https://gyazo.com/951a8d47f69bcac5a8c0e0ddd798bbbc
こんな感じにカスタマイズした
in Englishというのは海外のgoogleを使う
はてなブログを追加していたこともあったが,はてなブログの検索エンジンが貧弱なのでやめた
googleをカスタムする拡張機能としてはてブの情報は引っ張ってきているが
code:.js
window.addEventListener('load', function() {
const params = new URLSearchParams(window.location.search);
try {
const target = document.querySelector('.rQTE8b>div>div:nth-of-type(2)');
target.insertAdjacentHTML("afterend", <div><a href="https://www.youtube.com/results?search_query=${params.get('q')}" class="LatpMc nPDzT T3FoJb"><div class="YmvwI">Youtube</div></a></div>);
target.insertAdjacentHTML("afterend", <div><a href="https://cse.google.com/cse?cx=f45699b7bfa294b51&q=${params.get('q')}" class="LatpMc nPDzT T3FoJb"><div class="YmvwI">Custom</div></a></div>);
target.insertAdjacentHTML("afterend", <div><a href="https://www.google.com/search?gl=us&hl=en&q=${params.get('q')}" class="LatpMc nPDzT T3FoJb"><div class="YmvwI">English</div></a></div>);
target.insertAdjacentHTML("afterend", <div><a href="https://x.com/search?q=${params.get('q')}" class="LatpMc nPDzT T3FoJb"><div class="YmvwI">Twitter</div></a></div>);
} catch (error) {
const target_mpbile = document.querySelector('.ZaDUCc>div:nth-of-type(2)');
target_mpbile.insertAdjacentHTML("afterend", <div class="T3FoJb"><a href="https://www.youtube.com/results?search_query=${params.get('q')}" class="nPDzT"><div class="YmvwI">Youtube</div></a></div>);
target_mpbile.insertAdjacentHTML("afterend", <div class="T3FoJb"><a href="https://cse.google.com/cse?cx=f45699b7bfa294b51&q=${params.get('q')}" class="nPDzT"><div class="YmvwI">Custom</div></a></div>);
target_mpbile.insertAdjacentHTML("afterend", <div class="T3FoJb"><a href="https://www.google.com/search?gl=us&hl=en&q=${params.get('q')}" class="nPDzT"><div class="YmvwI">English</div></a></div>);
target_mpbile.insertAdjacentHTML("afterend", <div class="T3FoJb"><a href="https://x.com/search?q=${params.get('q')}" class="nPDzT"><div class="YmvwI">Twitter</div></a></div>);
}
});
おかげでarcのお気に入りバーが空いた
スマホでもできるか
スマホのjsインジェクト
chatgptもgoogle入力のためのクエリに変換させたりとか
内部でやっているんだろうけど,ユーザーは見れない
ai studioは少し見せてくれる
ツイッターで呟くぐらいに貴重なデータを生み出しているのに、googleしか見れない
一応トレンドとして調べられるけど
効能
youtubeで検索するためにyoutubeを開いたのに、おすすめの動画に釣られてしまう現象を回避できる
https://wired.jp/article/an-experimental-new-dating-site-matches-singles-based-on-their-browser-histories/
確かに検索エンジンは最もプライベートかもしれない
日記並みに
AIのクエリも
プロンプトをURLから渡したい