Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Act on Press

A web extension that let's you trigger click actions on press instead of release.

How

  • Make a and button tags trigger their click action on mousedown instead of click.
  • Overload the onclick attribute to be onmousedown on every element.
  • Overload the addEventListener function of every element, to rename "click" events to be "mousedown" events.

About

A web extension that let's you trigger click actions on press instead of release.

Topics

Resources

Stars

6 stars

Watchers

1 watching

Forks

Contributors

Languages