$buoop = {
required: { i: 8, f: 25, o: 17, s: 9, c: 22 },
style:"corner",
insecure:false,
// Specifies required browser versions
// Browsers older than this will be notified.
// f:22 ---> Firefox < 22 gets notified
// Negative numbers specify how much versions behind current version.
// c:-5 ---> Chrome < 35 gets notified if latest Chrome version is 40.
// more details (in english)
reminder: 24,
// after how many hours should the message reappear
// 0 = show all the time
reminderClosed: 150,
// if the user explicitly closes message it reappears after x hours
onshow: function (infos) { },
onclick: function (infos) { },
onclose: function (infos) { },
// callback functions after notification has appeared / was clicked / closed
l: false,
// set a fixed language for the message, e.g. "en". This overrides the default detection.
test: false,
// true = always show the bar (for testing)
text: "Your browser ({brow_name}) is out of date.
This website requires a modern browser to function properly. You can continue using the site with your current browser, but some features will be disabled.