file_favicon_change.html (384B)
1 <!DOCTYPE html> 2 <html><head> 3 <meta http-equiv="content-type" content="text/html; charset=utf-8"> 4 <link rel="icon" href="file_bug970276_favicon1.ico" type="image/ico" id="i"> 5 </head> 6 <body> 7 <script> 8 window.addEventListener("PleaseChangeFavicon", function() { 9 var ico = document.getElementById("i"); 10 ico.setAttribute("href", "moz.png"); 11 }); 12 </script> 13 </body></html>