Difference between revisions of "Phishing fix favlet"

From Level Access Web Labs
Jump to navigation Jump to search
Line 1: Line 1:
 
<html>
 
<html>
 
<a href="javascript:(function()
 
<a href="javascript:(function()
{ alert('test'); document.querySelectorAll('.callout-trigger').forEach(function (n) { n.setAttribute('tabindex','0'); n.setAttribute('role','button');})})();void(0);"> Phishing Fix Favlet </a>
+
{ document.querySelectorAll('.callout-trigger').forEach(function (n) { n.setAttribute('tabindex','0'); n.setAttribute('role','button');})})();void(0);"> Phishing Fix Favlet </a>
 
</html>
 
</html>

Revision as of 19:40, 22 November 2019