Skip to content

Instantly share code, notes, and snippets.

@NKjoep
Last active November 16, 2015 13:50
Show Gist options
  • Save NKjoep/3bc0d1763fbbd519b493 to your computer and use it in GitHub Desktop.
Save NKjoep/3bc0d1763fbbd519b493 to your computer and use it in GitHub Desktop.
devdocs.io preferred bookmarklet activator
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