Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
html { background-color: red; }
</style>
<script>
if (!CSS.supports("selector(::-webkit-scrollbar)")) {
document.documentElement.style.backgroundColor = "white";
}
</script>