December 22, 2025
DOM Attribute Tooltip Bookmarklet
A small bookmarklet I use to highlight `data-testid` attributes to find out easily which elements still need one. It can of course be easily adjusted to other attributes. Just create a new bookmark in your favourite browser and paste the following code into the URL field: javascript:(function(){const baseZ=999999;const els=document.que...
Read more