AI Page Summarizer

Summarize webpage or selected text via remote API key

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!)

Author
passthesh3ll
Daily installs
0
Total installs
7
Ratings
0 0 0
Version
1.3.4
Created
2026-01-22
Updated
2026-02-24
Size
23.3 KB
License
N/A
Applies to
All sites

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