bhshawon / skinter

Detects and replaces human skin color in website images (works as a nudity filter).
0 stars 0 forks source link

Transform background images #5

Closed bhshawon closed 7 years ago

bhshawon commented 7 years ago

Currently the extension only transforms the images which are in img tag. But images can also be in a page in for of css background-image attribute. These images needs to be transformed to.

bhshawon commented 7 years ago

Implemented in https://github.com/bhshawon/skinter/commit/0236cf330b30405d351114cce70f7bbc07d970dc

Background images added by javascript later will not work.