Ok I can find all images from a webpage with a width of exactly 650px by a GM 
script command like:

var imgNodes = document.querySelectorAll('img[width="650"]');

1.) But is there a way to find all images from a webpage with a size of 650px 
AND MORE?

2.) Is there a way to find all images from a webpage with NO WIDTH 
specification?

3.) Assume there is no width spec given can I pre-load an image from server 
(from GM script), then find out the dimension
and decide depending on the current, real original image width what to do 
(which CSS to apply)?

Thank you
Ben


-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to