#Development #Launches
A11yInspect · A browser-based toolkit for accessibility testing https://ilo.im/163bj0
_____
#Testing #Accessibility #WCAG #Bookmarklets #Browser #Extension #Design #WebDesign #WebDev #Frontend
#Development #Launches
A11yInspect · A browser-based toolkit for accessibility testing https://ilo.im/163bj0
_____
#Testing #Accessibility #WCAG #Bookmarklets #Browser #Extension #Design #WebDesign #WebDev #Frontend
Wow, that looks very useful https://silly.business/blog/bookmarklets-and-custom-url-schemes-are-criminally-underrated/
Will have to play with that.
@publicvoit contains examples for #orgmode
#Development #Guides
Claude & ChatGPT bookmarklets · A collection of pre-configured prompts and settings https://ilo.im/162kkb
_____
#Bookmarklets #AI #ChatBots #ChatGPT #Claude #WebDev #Frontend #JavaScript
Bookmarklets (and Custom URL Schemes) Are Criminally Underrated
https://silly.business/blog/bookmarklets-and-custom-url-schemes-are-criminally-underrated/
#Development #Opportunities
Bookmarklets are criminally underrated · The power of bookmarklets and custom URL schemes https://ilo.im/162inc
_____
#Bookmarklets #UrlSchemes #JavaScript #Browser #Application #Emacs #Linux #WebDev #Frontend
Reclaiming the Web: How Developers are Personalizing Browsers with Bookmarklets and Extensions
As web browsers evolve, many users feel alienated by changes that prioritize corporate interests over individual needs. This article explores how developers are using bookmarklets and WebExtensions to...
Interesting thread on @lobsters
"Bookmarklets: do you use them? If so, wanna share them?"
https://lobste.rs/s/vjdc18/bookmarklets_do_you_use_them_if_so_wanna
People are sharing their favorite bookmarklets in this lobste.rs thread and it's a joy to browse through
https://lobste.rs/s/vjdc18/bookmarklets_do_you_use_them_if_so_wanna
I’ve found myself wanting to check if a webpage supports webmentions while internetting, so I made a bookmarklet for it.
https://orangegnome.com/posts/2929/supports-webmentions-bookmarklet
@kepano I love this! I’ve been hand removing UTM cruft for years. #bookmarklets are beautiful
Discord Admins Hacked by Malicious Bookmarks
https://krebsonsecurity.com/2023/05/discord-admins-hacked-by-malicious-bookmarks/
#NicholasScavuzzo #LatestWarnings #OceanProtocol #bookmarklets #Breadcrumbs #WebFraud2.0 #AuraNetwork #BerkYilmaz #MetrixCoin #Levatax #Nahmii
Discord Admins Hacked by Malicious Bookmarks - A number of Discord communities focused on cryptocurrency have been hacked this pa... https://krebsonsecurity.com/2023/05/discord-admins-hacked-by-malicious-bookmarks/ #nicholasscavuzzo #latestwarnings #oceanprotocol #bookmarklets #breadcrumbs #webfraud2.0 #auranetwork #berkyilmaz #metrixcoin #levatax #nahmii
Just made a popup bookmarklet in 2022 and I feel so alive. I LOVE BOOKMARKLETS #bookmarklets
Wrote a #wiki article for sharing/subscription #bookmarklets:
Playing with #bookmarklets in #Firefox.
Sometimes they work, sometimes they don't. I suspect #uMatrix and Javascript interactions, though Because Reasons I don't like globally enabling JS.
Any ideas out there, bright eyes?
Working on an "expand all content warnings" bookmarklet for public timelines. It's a bit annoying having to expand all the damn CWs in a long CW'd thread.
Caveats: media not supported just yet. It will expand only collapsed toots though.
Array.from(document.getElementsByClassName("status__content__spoiler-link")).forEach(function(x) { if (x.parentNode.style["margin-bottom"] == "0px") { x.click() } })