Skip to content

Instantly share code, notes, and snippets.

@kofigumbs
Last active December 19, 2020 22:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kofigumbs/4a9708a35807dd16f2541dc3204d6a25 to your computer and use it in GitHub Desktop.
Save kofigumbs/4a9708a35807dd16f2541dc3204d6a25 to your computer and use it in GitHub Desktop.
Multi internal links
{
"tabs": [
{
"title": "Substack Reader",
"url": "https://reader.substack.com",
"customJs": ["https://gist.githubusercontent.com/kofigumbs/4a9708a35807dd16f2541dc3204d6a25/raw/1579800b262aee48a3c731e0f00e3ce2d20cca01/link.js"]
}
]
}
@chrismessina
Copy link

I combined the two to allow drag and drop:

{
  "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