/honever

remove annoying hover effects

Primary LanguageJavaScript

honever

Are you annoyed with hover effect on mobile devices? It's the time to clear them out!

How it works?

Loop through loaded stylesheets, and remove all :hover selectors.

How to use?

bower install honever --save
// import the module
import honever from 'honever.es6.js';

// then run it
honever();

OR

npm install honever --save
require('honever')();

Why is the name so strange?

Good names are taken by other guys.

License

MIT.