Skip to content

Instantly share code, notes, and snippets.

@edleeman17
edleeman17 / tampermonkey.js
Created May 24, 2022 10:54
Forward medium.com articles to 12ft.io
// ==UserScript==
// @name 12ft.io
// @match *://medium.com/*
// @run-at document-start
// @grant none
// ==/UserScript==
(function() {
'use strict';