Skip to content

Instantly share code, notes, and snippets.

@jwohlfeil
Created February 14, 2017 12:34
Show Gist options
  • Save jwohlfeil/6ac268fec8b77af27b24bdb1aa363eab to your computer and use it in GitHub Desktop.
Save jwohlfeil/6ac268fec8b77af27b24bdb1aa363eab to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var $buoop = {}
$buoop.ol = window.onload;
window.onload=function(){
if ($buoop.ol) $buoop.ol();
var e = document.createElement("script");
e.setAttribute("type", "text/javascript");
e.setAttribute("src", "http://browser-update.org/update.js");
document.body.appendChild(e);
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment