body {
    position: relative;
    display: block;
}

body:after {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 9999;
    content: '';
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://gridfor.me/i/sitemap.xml) repeat-y center top !important;
    transition: opacity 3s;
}

body:active:after {
    opacity: 0;
}
