WebAider

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

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
theabbie
Denně instalací
0
Celkem instalací
2
Hodnocení
0 0 0
Verze
1.0.1
Vytvořeno
11. 07. 2026
Aktualizováno
11. 07. 2026
velikost
22,1 KB
Licence
MIT
Spustit na
všech stránkách

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