'How to prevent focus from going to browser links?

gestCookiesBtn.addEventListener('blur', function () {
   // prevent focus from going to browser links 
});

The idea is to prevent focus from going to browser links when event blur occurs on a specified button. If you have any possible solutions, thank you in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source