social.tchncs.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
A friendly server from Germany – which tends to attract techy people, but welcomes everybody. This is one of the oldest Mastodon instances.

Administered by:

Server stats:

3.8K
active users

#userscript

2 posts1 participant0 posts today
Replied in thread

Oeps, ik ben erachter gekomen dat #nextcloud met #vue is geschreven. En dan voldoet het simpel zetten van de .value property niet om een invoerveld een waarde te geven.

Ik heb nu wat extra statements toe gevoegd in het #userscript: github.com/technetium/user-scr nu werkt het zoals ik wil

A collection of greasemonkey / tampermonkey user scripts - technetium/user-scripts
GitHubuser-scripts/nextCloudCalendar.user.js at master · technetium/user-scriptsA collection of greasemonkey / tampermonkey user scripts - technetium/user-scripts
Replied in thread

@kelson I guess theoretically I could achieve this with some #UserScript coding, but I don't want to go through the hell of writing the code that tracks the added posts again...
(Not to mention keeping it working with any upstream HTML changes)

Das #ZDF hat seine #Mediathek und URLs aktualisiert.

Daraufhin habe ich jetzt mein #Greasemonkey Skript aktualisiert, mit dem man den ZDF-Player per #Tastatur steuern kann:

greasyfork.org/de/scripts/4603

Beispiel für ein Video, das mit dem #UserScript funktioniert:
zdf.de/play/shows/bares-fuer-r

Cursortasten links / rechts: 10 Sekunden zurück und vorspringen.
p - play oder pause
f - full screen

greasyfork.orgZDF Player With KeyboardPress cursor to skip some seconds back and forth, f fullscreen, p play

Nachdem ich gestern eine #Fediwall so konfiguriert habe, dass mir immer schöne Fahrradbilder gezeigt werden, wollte ich diese teilweise auch #liken und #boosten.

Das war mir aber nicht möglich, da die Links der Posts auf die Original-Server zeigen.

Ich habe mir nun ein #Userscript (#tampermonkey) für den Browser geschrieben, mit dem beim Aufruf solch eines Posts der Post auf MEINEM Server geöffnet wird und damit kann ich damit normal interagieren.

Interesse?

fediwall.social/?servers=norde

fediwall.socialFediwall

#MastodonTools #glitch #Tampermonkey #userscript

Предпросмотр #Markdown

Вот тут некто справедливо заметил, что негоже на #GlitchSoc не иметь предпросмотра отформатированного текста.

И, хотя Markdown вроде и предназначен для форматирования «в уме», но почему бы и не да? 😉

За основу был взят код из этого примера. Вот здесь разъясняется, как он работает, но я просто скромил #ChatGPT, но то ли она дура, то ли не умею правильно формулировать ТЗ, в общем, многое пришлось править, а #JavaScript я не знаю 😔

Поэтому пока самая базовая реализация:

pastebin.com/0VHm88hK

Для просмотра нажать Esc, для возврата к редактирванию Enter.

#MastodonTools #JavaScript #userscript #Firefox #TamperMonkey #NeuralNetwork #ChatGPT

Господамы, #вопрос: у вас ведь тоже в вебмордии #Mastodon при включенной «медленной загрузке» (когда ленту обновлять вручную надо) она чаще всего «съзжает», да? Это же ведь не у одного меня такая беда?

Кто как борется с этим? А то, может, я зря сижу скрипт пилю и всё проще решается? 🤔

@rf
@ru
@Russia
@russian_mastodon

if you're purchasing an itch.io bundle, for example the new california fire relief bundle, the items are NOT added to your main library automatically, but they are always accessible in your account through the purchases/bundles page. i found a userscript that automates this process so you can see all the items in your library easier.

greasyfork.org/en/scripts/4463

works great on my end!

itch.ioCalifornia Fire Relief Bundle by Necrosoft Games and 301 othersCalifornia Fire Relief Bundle: 422 items for $10.00

I wrote a hacky userscript to allow you to scroll to the next outer most comment on a hacker news thread.

I wrote it because I mostly use the keyboard for browser navigation and often I find I get disinterested in a comment thread halfway down its child comments and want an easy way to get to the next comment that starts a new comment thread (ie a comment that is not a child comment)

greasyfork.org/en/scripts/5268

greasyfork.orghacker news - scroll to next most outer post14/02/2025, 4:56:16 pm

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.

#Userscript people: I know Mastodon removes the http referrer header, so that clicking a link makes it so that the website doesn't know you were sent from Mastodon.... I get that it's for privacy reasons, but I want to have websites know that Mastodon users are visting them.
Has anyone made a userscript that runs on your mastodon server's url and does provide the header when you click links?

Want to automatically redirect Mastodon posts opened in the browser to your home instance?

I figured out that a simple redirect is enough for that.

1) Install a userscript extension like Violentmonkey chromewebstore.google.com/deta

2) Add a new userscript and copypaste this:
gist.github.com/chrisgrieser/8

3) Change the value of “HOME_INSTANCE” to, well, your home instance.

4) Save and you are done.

chromewebstore.google.comViolentmonkey - Chrome Web StoreAn open source userscript manager that supports a lot of browsers