Last active
October 8, 2019 09:05
-
-
Save ArtemSites/7ab1c56c50ba0f444e6a57a6dff5b941 to your computer and use it in GitHub Desktop.
Пожалуйста обновите ваш браузер
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.buorg { | |
background-color: rgba(0,0,0,1)!important; | |
color: white!important; | |
border-bottom: 1px solid white!important; | |
} | |
.buorg #buorgul { | |
background: #3266CC; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://browser-update.org/ | |
var $buoop = { | |
required: { e: -4, f: -3, o: -3, s: -1, c: -3 }, | |
insecure: true, | |
unsupported: true, | |
api: 2019.10, | |
reminder: 0, | |
reminderClosed: 0, | |
noclose: false, | |
no_permanent_hide: true, | |
test: false | |
}; | |
function $buo_f() { | |
var e = document.createElement("script"); | |
e.src = "//browser-update.org/update.min.js"; | |
document.body.appendChild(e); | |
}; | |
try { document.addEventListener("DOMContentLoaded", $buo_f, false) } | |
catch (e) { window.attachEvent("onload", $buo_f) } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="./js/_bu.js" defer>/* browser update */</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment