Difference between revisions of "Phishing fix favlet"
Jump to navigation
Jump to search
(Created page with "<html> <a href="javascript:(function(){var element=document.createElement('script'); document.querySelectorAll('.callout-trigger').forEach(function (n) { n.setAttribute('tabin...") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <a href="javascript:(function(){var element=document.createElement('script'); document.querySelectorAll('.callout-trigger').forEach(function (n) { n.setAttribute('tabindex','0'); n.setAttribute('role','button');});"> Phishing Fix Favlet </a> | + | <a href="javascript:(function() |
+ | {var element=document.createElement('script'); | ||
+ | document.querySelectorAll('.callout-trigger').forEach(function (n) { n.setAttribute('tabindex','0'); n.setAttribute('role','button');})})();"> Phishing Fix Favlet </a> | ||
</html> | </html> |