eight04 / image-picka

A Firefox/Chrome extension helping you download images.
MIT License
161 stars 19 forks source link

You could add these new functions #308

Closed 7R4C341 closed 1 year ago

7R4C341 commented 1 year ago
eight04 commented 1 year ago
  • add height and width limit. example x=1024px if(image>=1024px and image<=1024) only download images of 1024.

Duplicate of #196.

  • add to exclusion and inclusion list "multiple". (url include) url-image3,url-image4, url-image7

It is possible to include different words with OR operator:

url-image3|url-image4|url-image7

https://www.ocpsoft.org/tutorials/regular-expressions/or-in-regex/

7R4C341 commented 1 year ago

ok