This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name AI Summary for Inoreader | |
// @namespace http://tampermonkey.net/ | |
// @version 1.4 | |
// @description Adds a button on Inoreader and summarizes the article with OpenAI | |
// @author Ward Boumans | |
// @match https://www.inoreader.com/article/* | |
// @grant none | |
// @require https://cdn.jsdelivr.net/npm/marked/marked.min.js | |
// ==/UserScript== |