WebAider

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
theabbie
Усталяванняў за дзень
0
Усяго ўсталяванняў
2
Рэйтынг
0 0 0
Версія
1.0.1
Створаны
11.07.2026
Абноўлены
11.07.2026
Памер
22.1 КБ
Ліцэнзія
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