Another thing that's funny to me is any attempt to prevent users from right clicking on an image to download it, or to highlight text to copy it. There is *no way* you can prevent your users from downloading your assets from your webpages, that's just not how the web works.
pointer-events: none? Covering it with a transparent div? Lol. People can edit your CSS, delete your div, or go straight to DevTools' network tab, refresh your page, and then download assets from there.