summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/medium-to-scribe.js
blob: 5a94ab0ea390ce7a58f3c352a57bf655a873f4e8 (plain) (blame)
1
2
3
4
5
6
7
8
// ==UserScript==
// @name         medium to scribe
// @match        *://*.medium.com/*
// @grant        none
// @run-at       document-start
// ==/UserScript==

top.location.hostname = "scribe.rip";
remember that computers suck.