2
submitted 1 year ago* (last edited 1 year ago) by graphito@beehaw.org to c/main@sopuli.xyz

With just a click, this bookmarklet will redirect you to a foreign community on your native Lemmy instance

It brings your favourite lemmy back home!

If you don’t know what it is, it’s a bookmark that runs a small piece of code that works in all desktop or even mobile browsers


javascript:(function(){
var url = new URL(document.URL);
var baseURL = url.hostname;
var pathname = url.pathname;
window.location.href="https://sopuli.xyz" + pathname + "@" + baseURL;
})();

Usage

  1. Copy the code, replace "https://sopuli.xyz" in the code to URL of your native instance (for example to "https://lemmy.ca")
  2. Create a new bookmark, paste the code from previous step into URL field
  3. Go to a non native lemmy community
  4. Click the bookmarklet in your bookmarks bar to activate it.
no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here
this post was submitted on 12 Jun 2023
2 points (100.0% liked)

Sopuli's Default Community

1257 readers
3 users here now

Community for all jibber-jabber. As this is a hard-coded community for every instance, we may get this doing something useful.

Simple test posts to !test_community@sopuli.xyz

Meta-discussion regarding the instance and support in problem situations !meta@sopuli.xyz


Yhteisö kaikenlaiselle pÀlÀtykselle. Koska tÀmÀ on kovakoodattu yhteisö jokaiselle instanssille, voimme tehdÀ tÀllÀ ehkÀ jotain hyödyllistÀ.

Yksinkertaiset testiviestit mielellÀÀn !test_community@sopuli.xyz

Instanssia koskeva metakeskustelu ja tuki ongelmatilanteissa !meta@sopuli.xyz

founded 3 years ago
MODERATORS