this code below I tried
queryselector('img[src*="http://webserver.com/upload/"]');
doesn't match <img src="http://WebServer.com/upload/file.jpg">
this line can't be changed and neither can selector be changed...
any ways to do a case insensitive comparation of src
attribute?
plus: input[value='search' i]
works in no browser currently... and the code is supposted to run for endusers, not just myself...