You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.
You MUST manage your progress using a Todo List.
Follow these steps:
| // ==UserScript== | |
| // @name Medium to Scribe | |
| // @description Redirects Medium.com articles to scribe.rip | |
| // @match *://*/* | |
| // @run-at document-start | |
| // @version 1.1 | |
| // @updateURL https://gist.githubusercontent.com/samhenrigold/4a082dde823bc3cb62e43a2fc2b12b8e/raw/893a9480a1922e87a5b1cd16c66e405db53e43b6/medium-to-scribe.js | |
| // @downloadURL https://gist.githubusercontent.com/samhenrigold/4a082dde823bc3cb62e43a2fc2b12b8e/raw/893a9480a1922e87a5b1cd16c66e405db53e43b6/medium-to-scribe.js | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Youtube shorts redirect | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Medium > Scribe.rip redirect | |
| // @author Fuim | |
| // @match *://*.medium.com/* | |
| // @icon https://www.google.com/s2/favicons?domain=medium.com | |
| // @grant none | |
| // @run-at document-start |