Copy the following code into the URL of your bookmark.
javascript:openAiTabs();function openAiTabs(){const t=URL.parse(location.href);let e=t.searchParams.get("q");e==null&&(e=`tldr ${t}`),search(e)}function search(e){const t=["https://www.google.com/search?udm=50&q=%s","https://chatgpt.com/?hints=search&q=%s","https://grok.com/?q=%s","https://www.perplexity.ai/search/?copilot=false&q=%s"];t.forEach(t=>{window.open(t.replace("%s",e),"_blank")})}
The unminified version
// It opens popular AI search with the query parameter in the URL (`?q=`).