Skip to content

Commit edb542c

Browse files
committed
Add out of date browser notification
1 parent 62d3710 commit edb542c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_includes/footer.html

+10
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,14 @@
1313
<img src="https://www.abuseipdb.com/contributor/84331.svg" alt="AbuseIPDB Contributor Badge" style="width: 240px;">
1414
</a>
1515
</div>
16+
<script>
17+
var $buoop = {required:{e:-4,f:-3,o:-3,s:-1,c:-3},insecure:true,unsupported:true,style:"bottom",api:2024.05 };
18+
function $buo_f(){
19+
var e = document.createElement("script");
20+
e.src = "//browser-update.org/update.min.js";
21+
document.body.appendChild(e);
22+
};
23+
try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
24+
catch(e){window.attachEvent("onload", $buo_f)}
25+
</script>
1626
</footer>

0 commit comments

Comments
 (0)