Skip to content

Instantly share code, notes, and snippets.

@james2doyle
Created April 17, 2023 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save james2doyle/e7efb8cc14caec3cf2540633c99e4248 to your computer and use it in GitHub Desktop.
Save james2doyle/e7efb8cc14caec3cf2540633c99e4248 to your computer and use it in GitHub Desktop.
A bookmarklet to open the current Mastodon page in Elk.zone
// Save this as the URL for your bookmark and click the bookmark when you are on the page you want to open in Elk
javascript:void function(){window.location=`https://elk.zone/${window.location.hostname}${window.location.pathname}`}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment