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(el=%3E{if(!el.getAttribute('href').trim()||el.getAttribute('href').trim()==='#'){el.style.outline='2px%20solid%20red';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.