2017年6月8日木曜日

Chromeの検索エンジンにPOST形式のエンジンを追加する方法

Chromeの検索エンジンでは通常 .com/search?q=%s のようなGET形式しか設定できませんがjavascriptを使えばPOST形式できました。
javascript:document.write('<form name="f" action="https://kabutan.jp/search/" method="POST"><input type="hidden" name="input_string" value="%s"></form><script>f.submit();</script>');

↑は株探の場合