Hi there are something wrong with this selector
document.querySelectorAll('img:not(img[src^="data"])');
I need to get all images which does not having a data url,
my developer console saying that
VM701:1 Uncaught DOMException: Failed to execute 'querySelectorAll' on 'Document': 'img:not(img[src^="data"])' is not a valid selector.