Right now, the script runs a single time after DOMContentLoaded, and scans for img elements with the pixelated attribute. It would be great if the script could then watch for the pixelated attribute to be attached at an arbitrary time after page load, and automatically manage those new images.
Right now, the script runs a single time after
DOMContentLoaded, and scans forimgelements with thepixelatedattribute. It would be great if the script could then watch for thepixelatedattribute to be attached at an arbitrary time after page load, and automatically manage those new images.