plugins

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

adoro, in women shoes

Searching for the ideal mini bag? View our selection of chic and useful little bags that are fit for any circumstance. Choose your new go-to accessory right now.

chahyay, in A tampermonkey script that displays your "karma" score next to your user name

Find the perfect side table design for your bedroom at Chahyay. Explore a variety of stylish and functional bedside tables to enhance your space.

Blaze, in Lemmy Keyboard Navigation 2.5 released with lemmy 0.19 support

Great news!

EpicFailGuy, in Has Anyone found a userscript or extension to instantly hide viewed links?
@EpicFailGuy@lemmy.world avatar

no feedback on this? Still struggling to find an answer

morphballganon, in Is there anything that lets me simply hide individual posts?

Connect for Lemmy has this, and doesn’t charge money like Sync

ramble81, in Is there anything that lets me simply hide individual posts?

Sync for Lemmy let’s you do that.

_number8_,

thank you!!

clay_pidgin,

So do connect and wefwef.

Mautobu, in Is there anything that lets me simply hide individual posts?

I block users.

morphballganon,

Not always the best solution, but sometimes appropriate. Connect for Lemmy lets you hide a post, block a user, block a community or block an instance.

Mautobu,

I’m using Thunder, which is far from feature complete.

9point6, (edited ) in [UserScript] Simple old Lemmy community bar customisation (updated again)

And another update:

I’ve just updated GreasyFork with 0.3

  • Added reordering
  • Added background fade and background click to close
  • Added favourite/unfavourite button to the community sidebar
9point6, in [UserScript] Simple old Lemmy community bar customisation (updated again)

So I guess I wasn’t happy with leaving it alone:

Here it is on greasyfork greasyfork.org/…/474756-lemmy-mlmym-community-bar…

I added localStorage and a simple config GUI to configure the list of favourites now, no reordering yet (without just removing and re-adding in a different order), but I imagine I’ll end up adding that in time

Crul, in Userscript to generate Markdown-fomatted source info for websites (w/ extra info for ArtStation and Tumblr)

If you can think of a better title for this post, please let me know… I couldn’t come up with a better one.

cc @Zeus you may find this useful

Zeus, (edited )

yes i do, thank you. very much so

by the way, you might want to add that lemmy 0.18.4 currently incorrectly munges “&” to “&”, so it needs editing after copying

edited version (partly for my own backup) that works on artstation sites as well (remember to replace the &s)javascript: (function() { var sourceCode = “”; var isArtStation = document.location.host.endsWith(“artstation.com”); if (isArtStation) { sourceCode = getArtstationInfo() } else { var title = (“%s” || document.title).replace(“[”, “\[”).replace(“]”, “\]”); sourceCode = [${ title }](${document.location.href }); var isTumblr = […document.querySelectorAll(“link”)].filter(e => e.href && e.href.indexOf(“tumblr.com”) >= 0).length > 0; if (isTumblr) { var tumblrUrl = ${document.location.protocol }//${document.location.host }; sourceCode += “rnrnTumblr archive: " + tumblrUrl + “/archive”; sourceCode += “rnrnRSS Feed: " + tumblrUrl + “/rss” } } var inpt = document.getElementById(“crul-source-code”); if (!inpt) { inpt = document.createElement(“textarea”); inpt.id = “crul-source-code”; inpt.style.position = “fixed”; inpt.style.color = “beige”; inpt.style.background = “#282828”; inpt.style.top = “5vh”; inpt.style.left = “5vw”; inpt.style.height = “90vh”; inpt.style.width = “45vw”; inpt.style.border = “solid 2px firebrick”; inpt.style.zIndex = “99999”; document.body.appendChild(inpt); var closeBtn = document.createElement(“button”); closeBtn.onclick = () => { inpt.remove(); closeBtn.remove() }; closeBtn.innerHTML = “X”; closeBtn.style.position = “fixed”; closeBtn.style.width = “30px”; closeBtn.style.height = “30px”; closeBtn.style.background = “firebrick”; closeBtn.style.color = “white”; closeBtn.style.border = “none”; closeBtn.style.zIndex = “999999”; closeBtn.style.top = “5vh”; closeBtn.style.left = “calc(50vw - 30px)”; document.body.appendChild(closeBtn) }; inpt.value = sourceCode; inpt.focus(); inpt.select(); function getArtstationInfo() { var sourceCode = “”; if (document.location.host.endsWith(“www.artstation.com”)) { var title = document.querySelector(”.project-description-title”); var author = document.querySelector(“.project-author-name h3 a”); var profileUrl = document.querySelector(“.project-author-name a”).href; var description = document.querySelector(“.project-description p:first-child”); } else { var title = document.querySelector(“.project-page .project-section:first-child”); var author = document.querySelector(“.site-title a”); var profileUrl = “https://www.artstation.com/” + author.href.split(/[/.]/)[2]; var description = document.querySelector(“.project-page .project-description”); } if (!title || !author) { return } var image = document.querySelector(“picture:first-of-type img”).src.split(“?”)[0].replace(/(small|medium|4k)/, “large”) title = title.innerText.replace(“[”, “\[”).replace(“]”, “\]”); if (description && description.innerText) { description = description.innerText.replaceAll(“n”, “rn> rn> “); sourceCode += > ${description}rnrn } sourceCode +=source: artstation site; sourceCode += ||rnartstation page; sourceCode += rnrnartist’s: [artstation site](https://${profileUrl.split(“/”).slice(-1)[0]}.artstation.com/; sourceCode += ||rnartstation page; sourceCode += ||rnartstation rss feedrn; sourceCode += “”" + title + “”" + " by " + author.innerText + “rn”; sourceCode += image return sourceCode } })();

Crul, (edited )

lemmy 0.18.4 currently incorrectly munges “&” to “&”, so it needs editing after copying

Good catch! I also added pastebin links to make it easier:

hh93, in Lemmy Extensions & Userscripts

I wish there was an Addon bundling a lot of those userscripts with an option to turn them on and off separately RES is really missing :/

youhavemykeys, in [UserScript] LULs, the script that changes all Lemmy links to your home instance, now has support for more than one home instance!

this is exactly what i was looking for, thank you!

russjr08, in Instance Assistant v1.2.4 is here!

Love the built in search feature now, thanks!

cynber,
@cynber@lemmy.ca avatar

I’ve been using it myself a lot, glad it’s working for you! :)

LazerDickMcCheese, in Release LemmyTools 0.1.1 - Userscript

How do I “Set home lemmy instance via options page”?

treadful, in Has Anyone found a userscript or extension to instantly hide viewed links?
@treadful@lemmy.zip avatar

Try unchecking “Show read posts” in Settings?

EpicFailGuy,
@EpicFailGuy@lemmy.world avatar

That only hides the post after you refuse the page

treadful,
@treadful@lemmy.zip avatar

Refuse the page?

EpicFailGuy,
@EpicFailGuy@lemmy.world avatar

*Refresh

  • All
  • Subscribed
  • Moderated
  • Favorites
  • plugins@sh.itjust.works
  • DreamBathrooms
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • mdbf
  • GTA5RPClips
  • JUstTest
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • anitta
  • provamag3
  • Leos
  • cisconetworking
  • megavids
  • lostlight
  • All magazines