rthaut / deviantART-Filter

A browser extension that allows you to filter DeviantArt by user, keyword, and/or category.
https://rthaut.github.io/deviantART-Filter/
GNU General Public License v3.0
31 stars 1 forks source link

Detect and block “Created using AI tools” declaration and DreamUp ad #239

Open spiraldoll opened 3 weeks ago

spiraldoll commented 3 weeks ago

Screenshot_20241101_213131

DeviantArt officially endorses AI “art” and provides no way to block it. It does, however, provide a required checkmark for it. This extension would benefit from detecting and blocking that.

HaleyHalcyon commented 3 weeks ago

Agreed; the "Created using AI tools" text should be blockable.

ketansahugit commented 3 weeks ago

I don’t think the API data includes whether something is 'created using AI tools' since it’s not categorized as a tag. Do you have any ideas on how we could approach this issue?

HaleyHalcyon commented 3 weeks ago

I won’t pretend to know how the API works, but I would expect that info to be stored somewhere so that the text can be shown on the webpage, or filtered out (partially, thanks for nothing, DeviantArt) from certain pages.

ketansahugit commented 2 weeks ago

I've tried using the oEmbed API (Used by this project) and looked at its data. Unfortunately, there is no information related to "created using AI tools." Without this data, it's tough to detect and block such content.

HaleyHalcyon commented 2 weeks ago

I see, oEmbed wouldn’t have that data. In addition, DeviantArt’s official API doesn’t seem to give out that data either, which is just evil.

I think, in that case, Web scraping would be necessary. To reduce the amount of scraping, maybe if one Deviation from a user was found to be “created using AI tools”, it could block the user.