well now I'm 100% gonna delete the div
@0xabad1dea Disabling javascript also works.
@jernej__s well yes but that tends to defeat the point
@0xabad1dea Another option is uBlock Origin's element picker (or use Firefox, the message doesn't trigger there for me for some reason).

@jernej__s @0xabad1dea Or hide the element with a user style (Stylus extension).

#yousuck {
display: none !important;
}