shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

266
active users

#userscript

0 posts0 participants0 posts today

soo, I just remembered I have a #userscript for our mastodon instance

Did a quick check with the latest 4.5-alpha update we installed yesterday, fixed a few small issues and I hope that I got them all!

You should get the updates soon (tm) automatically, but if you wanna make sure you're up to date, you can get the updates by clicking one of the links below:

🛠️ Dev Version 1.9.0-b1

🪨 Stable Version 1.8.1

Both versions are currently up to date, the dev version might get some updates more quickly, but that'll depend on if I have any motivation to push updates at all - the userstyle is currently pretty solid as-is in my opinion, and I'm not sure what else I would want to add.

So, anybody else massively inconvenienced when #Microsoft took away the usernames/timestamps from copy/paste in #Teams ?

Thanks to the magic of Gluing Other People’s Code Together™️, I’m happy to present a solution!

github.com/ajn142/Teams-Markdo.

It’s a #userscript that can be loaded via TamperMonkey (or GreaseMonkey, untested) or pasted into the F12 Developer Tools console. When you press both shift keys, it begins scraping the open Teams chat starting at the oldest loaded message, and continuing until it can’t load any more messages, then formats as Markdown with a convenient download button.

GitHubGitHub - ajn142/Teams-Markdown-Exporter at UserScriptTeams-Markdown-Exporter. Contribute to ajn142/Teams-Markdown-Exporter development by creating an account on GitHub.

Hey techy fedi folks :FediverseSymbol:

We've got a problem we're trying to solve, but have had no success so far 😞

The problem
Google Photos only lets you view the photos in a cropped size. You need to download the file in order to get it back in the original format.

What we want to be able to do
View the image in its original uploaded form, even if it requires opening in a new tab.

Why do we want this?
So we can copy / paste images from our photos in full resolution without having to download and reupload them to websites.

Our attempts thus far
We've looked for a userscript (Tampermonkey) or a Firefox extension that will let us do the above. We have found none sadly.

Anyone know of a way to solve this problem? :PleadingFaceWithRedHearts:

Update: Working solution found by wyatt8740@tech.lgbt 🥰

All it was required was:

  • Installing the InlineDisposition Reloaded Firefox extension.
  • Clicking on the preview image in Google Photos.
  • Press shift + D (the shortcut for Download) or click on the 3 dots and then on Download.
  • Image loads in browser at full original resolution.

🥰

addons.mozilla.orgInlineDisposition Reloaded – Get this Extension for 🦊 Firefox (en-US)Download InlineDisposition Reloaded for Firefox. InlineDisposition Reloaded changes the disposition type of "Content-Disposition" response headers from "attachment" and "file" to "inline"

I made this #userscript to easily inject #MastodonBirdUI, useful if you already have userscript manager and can't add custom CSS to your Mastodon instance in better ways… And since I declared CSS as @resource your userscript manager should keep this file up to date (I guess). Also if your Mastodon instance is not ieji.de you can add extra @match rule in your userscript manager (or just edit the file 🤷). Let me know if I did something dumb

gist.github.com/egecelikci/bcd

"This is a #browser #UserScript that tries to detect comments on #HackerNews that are #GPT/ #OpenAI generated #ChatGPT.
It is based on #GPTOutputDetector."

"It puts every comment into the GPT output detector and colors and writes a short comment on the HN comment based on its assessment"

"[...]most AI generated text will almost always be identified with 99.97% probability , while human text ranges somewhere between 70-98."

github.com/chryzsh/GPTCommentD

greasyfork.org/en/scripts/4563

If it annoys anyone else that the columns in the #Mastodon advanced view aren't resizable, I made a little jigger that lets you stretch and shrink them to your heart's content (with help from @zmotions@mastodon.online)
greasyfork.org/en/scripts/4541

==Update== I've also made a script that moves the Navigation bar, search and compose message elements of the Mastodon advanced web interface out of their own column and on to the top of the first content column, freeing up space.
greasyfork.org/en/scripts/4680
==Update to the update (2024/07)== the re-arrange-o-don script doesn't seem to work well with recent versions of the Mastodon web interface, if you have trouble composing toots, I'd suggest you don't use it. The resize-o-don script still works fine.

You need to install a #UserScript addon like #TamperMonkey (tampermonkey.net ) or similar to run it, and then you can install my script from greasyfork: greasyfork.org/en/scripts/4541
#HackMastodon