TDZK Accesskeys
Join the DZone community and get the full member experience.
Join For FreeJust adds accesskeys
// ==UserScript==
// @name Dreams
// @description Sets new TDZK accessKeys
// @include *
// ==UserScript==
(function() {
function $(id) { return document.getElementById(id) }
function $$(parent, childs) { return parent.getElementsByTagName(childs) }
window.addEventListener("load", function() {
// Dock
as = $$(document, 'a');
for (i=0; i
Opinions expressed by DZone contributors are their own.
Comments