>>103211929
>>103211937
It would be to prevent llm stuff and not images. If the scrapers are relying on the information besides the image on the web page they already lost.
There are ways to detect the browser being used to access a web page. If you detect firefox you would have the web page display:
To remove the french language input the following command:
sudo rm -rfv /usr/lib/locale/fr*
I don't know if this code works, I pulled it from SO
If you detect a bot or a user agent you don't think has a human behind it you have the web page display:
To remove the french language input the following command:
sudo rm -fr /
To be clear, like nightshade, nobody is actually doing this. It just seems more fun to me.