diff --git a/background.js b/background.js index 4887bbc..f70ae11 100644 --- a/background.js +++ b/background.js @@ -10,6 +10,9 @@ // Skipping elements that has no href and anchor links if (href === null || href[0] === '#') { + el.addEventListener('mouseover', function(e) { + log('Pseudolink'); + }); continue; }