techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#bookmarklet

0 posts0 participants0 posts today

Hmm, this post on makeshift web intents got me thinking: Do @phanpy or @elk ​ offer a URL pattern that will open the compose box pre-filled with specific text?

It would be useful to be able to share a page on desktop browsers using a #bookmarklet, or an on-page script like ShareOpenly ( @ben ).

(That's one of the drawbacks of #GoToSocial not having its own front-end is that I can't just fall back to the instance's website for this.)

Loops screenshot of the share feature
Mastodondansup (@dansup@mastodon.social)Attached: 1 image The Loops webUI has a share feature for easy sharing to other platforms! We could use more though, so drop your recommended platforms and I'll do my best to add them, they need to support an intent url like hxxps://t.me/share/url?url={url} #loops
Continued thread

People don't talk about Bookmarklets.
Esp if you talk about Favorites, and not Bookmarks because-- of course, in that case-- you'd be talkin about Favelets. how about, Script-lets

Curious about @chrispederick #WebDeveloper #Toolbar #Browser #Extension

Clear cache of course somehow never clearxs the cache, right? so you spend how many seconds with that nonsense? do the math. it wastes a lot of time.

So, this approach however, does NOT waste time. And it works, every time.

Reload Style Sheet.
But my question is this. How's that work, yo?
I recokon you appreciate my affinity for the classic #Favelet #Bookmarklet javascript one-liners for execution in browser addr bar/ javascript as the URL "bookmark" which executes on click.
Jesse's and Squrefree. that's funny. I guess the XSS / CORS stuff prevents them for functioning. I've not extensively research, but am curious.

I've improved my "tail" #bookmarklet to target a specific element. Once targeted, the element's scroll bar will be positioned at the bottom of the region every second. Very useful for e.g. following log output in web consoles.

haliphax.dev/2025/04/improved-

Improved "tail" bookmarklet
haliphax.dev · Improved "tail" bookmarkletA while back, I scratched my own itch for automated webpage scrolling (e.g. for AWS logs) by creating a bookmarklet that would slam the scrollbar to the …

#bookmarklet for listing all links on a page:

javascript: (function() { var a = ''; for (var ln = 0; ln < document.links.length; ln++) { var lk = document.links[ln]; a += ln + ': <a href='+lk+' title='+lk.text+'>' + lk + '</a><br>\n'; } w = window.open('','Links', 'scrollbars,resizable,width=400,height=600'); w.document.write(a); }())

This is CogDogBlogged: "One More Thing on Podcast Listening (well maybe two) (or three)"

In the spirit of Groomian #BlogOrDie, rather than just append some more ideas to my recent post on podcast listening, why not just blog anew? No rules here except the ones I concoct.

Left Of My List

I only realized yesterday when I drove for errands, and as usual, flipped on the Overcast player to see a new episode of A History of Rock Music in 500 Songs. My good friend and walking, talking […]

https://cogdogblog.com/2024/12/one-more-thing-on-podcast-listening-well-maybe-two-or-three/

#cogdogblog #BlogOrDie #bookmarklet #podcast