Highlight Links (new and Improved)

Bookmark Scripts

Highlights links in green and any # links in yellow with red border

javascript:(function(){for(i=0;i<document.links.length;i++){document.links[i].style.backgroundColor='#25EF4F';}document.querySelectorAll('a[href]').forEach(function(el){var href=(el.getAttribute('href')||'').trim();if(!href||href==='#'){el.style.display='inline-block';el.style.position='relative';el.style.zIndex='2147483647';el.style.outline='6px solid red';el.style.outlineOffset='3px';el.style.backgroundColor='yellow';}});})();

Copy this code into the url for a bookmark to add it to chrome. Every time you click the bookmark, it will load.