loud-links - js скрипт навешивания звуковых эффектов на ссылки
...
...
https://loudlinks.rocks
...
...
// Represent 11 February 2014 in middle-endian format:
var result = format(
new Date(2014, 1, 11),
'MM/DD/YYYY'
)
//=> '02/11/2014'
import Premonish from 'premonish';
const premonish = new Premonish({
selectors: ['a', '.list-of' '.selectors', '.to', '#watch'],
elements: [] // Alternatively, provide a list of DOM elements to watch
});
premonish.onIntent(({el, confidence}) => {
console.log(el); // The DOM node we suspect the user is about to interact with.
console.log(confidence); // How confident are we about the user's intention? Scale 0-1
});