This file contains hidden or 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== |
This file contains hidden or 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 Google to Yandex Search | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Add a button to Google search pages to instantly search the same query on Yandex | |
// @author Ward Boumans | |
// @match https://www.google.com/search* | |
// @match https://google.com/search* | |
// @match https://www.google.nl/search* | |
// @match https://google.nl/search* |