WebAider

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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
theabbie
今日安裝
0
安裝總數
2
評價
0 0 0
版本
1.0.1
建立日期
2026-07-11
更新日期
2026-07-11
尺寸
22.1 KB
授權條款
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