WebAider

Double-click any element to give an LLM access to it with tool calling

スクリプトをインストールするには、Tampermonkey, GreasemonkeyViolentmonkey のような拡張機能のインストールが必要です。

You will need to install an extension such as Tampermonkey to install this script.

スクリプトをインストールするには、TampermonkeyViolentmonkey のような拡張機能のインストールが必要です。

スクリプトをインストールするには、TampermonkeyUserscripts のような拡張機能のインストールが必要です。

このスクリプトをインストールするには、Tampermonkeyなどの拡張機能をインストールする必要があります。

このスクリプトをインストールするには、ユーザースクリプト管理ツールの拡張機能をインストールする必要があります。

(ユーザースクリプト管理ツールは設定済みなのでインストール!)

このスタイルをインストールするには、Stylusなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus などの拡張機能をインストールする必要があります。

このスタイルをインストールするには、Stylus tなどの拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

このスタイルをインストールするには、ユーザースタイル管理用の拡張機能をインストールする必要があります。

(ユーザースタイル管理ツールは設定済みなのでインストール!)

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
theabbie
1日のインストール数
0
累計インストール数
2
評価
0 0 0
バージョン
1.0.1
作成日
2026/07/11
更新日
2026/07/11
大きさ
22.1KB
ライセンス
MIT
対象サイト
すべてのサイト

WebAider

Double-click any element on any page to summon an AI assistant that can read and manipulate it directly — no backend, no extension store, just paste and go.

Usage

  1. Paste the script in DevTools console (or install as a userscript)
  2. Double-click any element on the page
  3. Set up your LLM provider once — saved to localStorage
  4. Type a prompt and hit Run

What the AI can do

Tool Description
read_element Read value/text of the clicked element
write_element Write into the clicked element
click_element Click the target element
query_selector Read any element by CSS selector
set_selector Write to any element by CSS selector
click_selector Click any element by CSS selector
get_page_html Get full page HTML
evaluate_js Run arbitrary JS and return the result

Providers

  • OpenAIapi.openai.com
  • Anthropicapi.anthropic.com
  • Google Geminigenerativelanguage.googleapis.com
  • GitHub Copilotapi.individual.githubcopilot.com
  • OpenRouteropenrouter.ai
  • Custom — any OpenAI-compatible endpoint