Greasy Fork is available in English.

AI Page Summarizer

Summarize webpage or selected text via remote API key

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
passthesh3ll
Dziennych instalacji
0
Wszystkich instalacji
7
Oceny
0 0 0
Wersja
1.3.4
Utworzono
22-01-2026
Zaktualizowano
24-02-2026
Rozmiar
23,3 KB
Licencja
Brak licencji
Dotyczy
Wszystkie strony

This userscript adds a floating sidebar to any webpage that lets you summarize either the full page or your currently selected text or also youtube video transcription. It sends the content to an AI API endpoint (now it's api.airforce) and displays the result as neatly structured topic blocks with emoji titles. The language is selected automatically based on the browser language.

⚠️ You have to put your Airforce keys (Free 1000 request daily, but you can use multiple keys in array) in the first section of the code:

const API_KEYS = [
        "sk-air-XXX",
        "sk-air-XXX",
        ....
    ];

image