

html[ data-is-downloading = true ]{
    cursor : progress ! important ;
}

html[ data-is-downloading = true ] * {
    pointer-events : none ! important ;
    user-select : none ! important ;
}
