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

ავტორი
passthesh3ll
დღიური ინსტალაციები
0
მთლიანი ინსტალაციები
8
რეიტინგი
0 0 0
ვერსია
1.3.4
შექმნილია
22.01.2026
განახლებულია
24.02.2026
Size
23,3 KB
ლიცენზია
პ/გ
გამოყენებს მათ
ყველა საიტი

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