Last active
February 5, 2026 11:31
-
-
Save pietervanleuven/9e05623e0e8da2df394f5f37136c8d9a to your computer and use it in GitHub Desktop.
De Tijd open url bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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