Skip to content

Instantly share code, notes, and snippets.

@pietervanleuven
pietervanleuven / gist:9e05623e0e8da2df394f5f37136c8d9a
Last active February 5, 2026 11:31
De Tijd open url bookmarklet
javascript:(function(){const ls=document.querySelectorAll('a');let c=0;ls.forEach(l=>{if(/\.html($|\?|#)/i.test(l.href)){const o=l.href;l.href=o.replace(/\.html/,o);l.style.outline='2px solid red';c++;}});})();