你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/532414-gpt4free-page-summarizer,源站連結 點此以跳轉

GPT4Free Page Summarizer

Summarize webpage, selected text or YouTube transcript via local API



點此查看下載連結位址https://update.greasyfork.org.cn/scripts/532414/GPT4Free%20Page%20Summarizer.user.js

安装此脚本?
作者
passthesh3ll
日安装量
0
总安装量
11
评分
0 0 0
版本
1.9.4
创建于
2025-04-10
更新于
2025-10-21
大小
15.4 KB
许可证
暂无
适用于
所有网站

GPT4Free Page Summarizer (Local Free API)

This userscript generates concise webpage summaries using a local GPT4Free instance (g4f), displayed in a sleek, collapsible sidebar. The backend AI is DeepSeek-R1. You can also summarize youtube videos (using transcripts).

The language detection is based on your browser settings.

How to install a local GPT4Free instance (linux)

mkdir g4f-api
cd g4f-api
python -m venv .venv
source .venv/bin/activate
pip install g4f\[all\]
python -m g4f.api.run

You can automate it at startup with the following run.sh script:

cd g4f-api
source .venv/bin/activate
pip install --upgrade g4f[all]
python -m g4f.api.run

and a cron setup:

@reboot /your/path/to/run.sh

Screen

Summary of a webpage

image

Summary of a youtube video

image