Skip to content

Reclaim Your Keyboard Shortcuts in Firefox

Firefox - unlike Chrome - allows any web application to register any keyboard shortcuts (y'know the infamous CTRL + C). This might be a problem for users relying on keyboard navigation or even just general keyboard controls. This post shows a way prevent websites from capturing and muting essential commands such as CTRL + W (to close a tab).

Continue reading "Reclaim Your Keyboard Shortcuts in Firefox"

Delaying onDOMContentLoaded and onload events

While testing frontend issues, you may be confronted with verifying a feature's functionality while the document is still in parsing mode. That is before the DOMContentLoaded event was triggered. Or maybe the test needs to be run in between DOMContentLoaded an load events. Or some other weird stuff. Here's how…

Continue reading "Delaying onDOMContentLoaded and onload events"