#bookmarklet to copy the text of the current oppi.uef.fi slide to the clipboard:
navigator.clipboard.writeText(document.querySelector('div[role="main"]').innerText)
#bookmarklet to copy the text of the current oppi.uef.fi slide to the clipboard:
navigator.clipboard.writeText(document.querySelector('div[role="main"]').innerText)
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.
Save and Read Articles Better with Cachea (Wallabag Hosting)!
Tired of ads, clickbait, or losing your reading progress?
Cachea lets you save and read articles in a clean, ad-free, and distraction-free way.
📺 See how it saves with the bookmarklet:
https://www.youtube.com/watch?v=kgLahXYUHwE
#Cachea #SaveArticles #Bookmarklet #ProductivityTips #ReadLater #RIL #Firefox #Chrome #DarkMode #Pocket #WallabagHosting
And another #bookmarklet that allows you to open the repository github.io website
https://gist.github.com/deevroman/a79e7be6feb5aef31b18ace937f021d0
Ripped out the part of the script that changes the #OpenStreetMap base layer to ESRI satellite images in #bookmarklet
Works with Leaflet maps only
https://gist.github.com/deevroman/9115aff592335c11cf1a98cd6bd0b88e
Tiny, TINY, update to my Viewport Details bookmarklet: I added a line that shows whether the OS is set to light or dark mode. Handy for future reference when you check screenshot to know what mode it was in at the time.
Un outil qui facilite la création de bookmarklets, ces petits morceaux de JavaScript que vous pouvez exécuter sur n'importe quelle page depuis vos favoris.
#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); }())
Friday bookmarklet drop. This week I bring you SERIAL KILLER!
Enter a valid CSS selector to match elements in a page and watch them all disappear!
Obligatory tagfest: #devtools #bookmarklet #favelet #webdev
I use @phanpy to browse #mastodon. But links to toots and accounts from elsewhere typically point to mastodon's original UI. I have written the #bookmarklet https://gist.github.com/hcschuetz/f712949563758291d0f42861643a6d82 which takes me from there to the corresponding view on https://phanpy.social.
Bookmarklets (and Custom URL Schemes) Are Criminally Underrated | silly business https://silly.business/blog/bookmarklets-and-custom-url-schemes-are-criminally-underrated #bookmarklet #web #protocole #navigateur #url
取得 Facebook 原始 Post ID 的 bookmarklet
現在的連結都是 pfbid 這種可被追蹤的 id,先前還可以用 mbasic 的頁面找出原始 Post ID,但 mbasic 關掉後就暫時找不到解法。
剛剛搜發現 https://gist.github.com/t-wy/66faed8679d127793891ecb775efdaa9 這邊的方
#Computer #Murmuring #Network #Privacy #Programming #Social #bookmarklet #facebook #id #network #pfbid #post #posting #privacy #script #share #social #tracking
I crafted another #bookmarklet today, which I’ve actually needed for a while: a DOM Searcher
Enter a key/value to search for and it will do a two-pass search to give you the #JavaScript paths to the leaf nodes containing the search term.
Comes in handy!
github.com/oaustegard/b...
github.com/oaustegard/boo...
#Business #Launches
Grab browser links/titles in one click · A bookmarklet to quickly copy page titles and links https://ilo.im/161nzf
_____
#Utilities #Bookmarklet #Webpage #Browser #Development #WebDev #Frontend #JavaScript
🌈 Here's a bookmarklet I use all the time to copy browser tab URLs along with titles in a single click.
CNN has so many I had to add scroll! Also added title tags with original value. #CSS #Bookmarklet
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/
Just a few days ago @lloydi also shared a bunch of bookmarklets…
Visually hidden: https://a11y-tools.com/bookmarklets/#visuallyhidden
ARIA hidden: https://a11y-tools.com/bookmarklets/#blackout
Live region watcher: https://a11y-tools.com/bookmarklets/#blackout
Nod murder: https://a11y-tools.com/bookmarklets/#nodekiller
Selector²: https://a11y-tools.com/bookmarklets/#selectorselector
A 3.1.2 Language of Parts bookmarklet from @Beantin:
https://beantin.net/language-of-parts-bookmarklet/
I am a fan of bookmarklets in general. They can be used at client sites, on different machines, in mobile browsers. And you can see the guts.