Greasy Fork is available in English.

AI Page Summarizer

Summarize webpage or selected text via remote API key

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

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

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
passthesh3ll
今日安裝
0
安裝總數
7
評價
0 0 0
版本
1.3.4
建立日期
2026-01-22
更新日期
2026-02-24
尺寸
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