Created
November 26, 2015 22:36
-
-
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.
This file contains 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: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