If you're getting the annoying "turn your adbwocker, pwease" popup on Youtube with #Firefox, the following CSS snippet appears to hide it and not stop the video. I only tested it once, so take it with a grain of salt.
.ytd-popup-container {
display: none !important;
}
Update: fixed version here → https://masto.pt/@brunomiguel/111175886932363644