Skip to content

Instantly share code, notes, and snippets.

View ymolliks's full-sized avatar
🏠
Working from home

Yeasin Mollik ymolliks

🏠
Working from home
View GitHub Profile
@ymolliks
ymolliks / medium-to-scribe.js
Last active March 24, 2022 16:12 — forked from samhenrigold/medium-to-scribe.js
UserScript to redirect medium.com articles to scribe.rip
// ==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==