Last active
November 16, 2015 13:50
-
-
Save NKjoep/3bc0d1763fbbd519b493 to your computer and use it in GitHub Desktop.
devdocs.io preferred bookmarklet activator
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(){ | |
[ | |
"angular", | |
"bower", | |
"css", | |
"django", | |
"dom", | |
"dom_events", | |
"ember", | |
"express", | |
"git", | |
"html", | |
"http", | |
"javascript", | |
"jquery", | |
"less", | |
"lodash", | |
"markdown", | |
"modernizr", | |
"moment", | |
"node", | |
"node_lts", | |
"npm", | |
"postgresql", | |
"svg" | |
].forEach(function(name) { | |
document.querySelector('[name="' + name + '"]').checked = true; }) ; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment