Summarize webpage or selected text via remote API key
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",
....
];
