Created
December 19, 2020 22:53
-
-
Save chrismessina/0c6aecf5e10dcfa922d6c53244d2e52f to your computer and use it in GitHub Desktop.
Use Substack Reader as a feed reader with Multi.app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"tabs": [ | |
{ | |
"title": "Substack Reader", | |
"url": "https://reader.substack.com", | |
"customJs": [ | |
"data:,document.addEventListener%28%22dragover%22%2C%20e%20%3D%3E%20e.preventDefault%28%29%29", | |
"https://gist.githubusercontent.com/kofigumbs/4a9708a35807dd16f2541dc3204d6a25/raw/1579800b262aee48a3c731e0f00e3ce2d20cca01/link.js" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment