Skip to content

Instantly share code, notes, and snippets.

@pietervanleuven
Last active February 5, 2026 11:31
Show Gist options
  • Select an option

  • Save pietervanleuven/9e05623e0e8da2df394f5f37136c8d9a to your computer and use it in GitHub Desktop.

Select an option

Save pietervanleuven/9e05623e0e8da2df394f5f37136c8d9a to your computer and use it in GitHub Desktop.
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++;}});})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment