Skip to content

Instantly share code, notes, and snippets.

@Boehrsi
Created November 26, 2015 22:36
Show Gist options
  • Save Boehrsi/94cc9c7248930ab20ac5 to your computer and use it in GitHub Desktop.
Save Boehrsi/94cc9c7248930ab20ac5 to your computer and use it in GitHub Desktop.
A simple and small bookmarklet which opens the validation for the website you viewed while clicking the bookmark. Creates a new tab. Tested and working with Chrome and Firefox.
javascript:window.open('https://html5.validator.nu/?doc='+encodeURIComponent(location.href));void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment