WebAider

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

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

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

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
theabbie
Installazioni giornaliere
0
Installazioni totali
2
Valutazione
0 0 0
Versione
1.0.1
Creato il
11/07/2026
Aggiornato il
11/07/2026
Dimensione
22,1 KB
Licenza
MIT
Applica a
Tutti i siti

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