HEY

in
Subscribe to HEY 2 posts, 2 voices



Avindra V.G. Scriptwright

nice script, saw one thing. could this:

"//img[contains(@src, 'default.jpg')] | //img[contains(@src, '1.jpg')] | //img[contains(@src, '2.jpg')] | //img[contains(@src, '3.jpg')]"

be better as :

"//img[contains(@src, 'default.jpg') or contains(@src, '1.jpg') or contains(@src, '2.jpg') or contains(@src, '3.jpg')]"

? i was thinking three sets versus one idk

 
JoeSimmons Script's Author

Thanks.
Check out the new feature by the way.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel