Skip to content

Instantly share code, notes, and snippets.

@cln-b
cln-b / open-apollo-app.user.js
Last active December 4, 2023 16:39
Open Apollo App
// ==UserScript==
// @name Open Apollo App
// @version 1.0
// @match *://*.reddit.com/*
// @homepage https://gist.github.com/cln-b/be5160c4ee87b0fd0d2405023225eaad
// ==/UserScript==
window.location.href = `apollo://www.reddit.com/${window.location.pathname.slice(1)}`;