downthemall / anticontainer

DownThemAll! AntiContainer (Extension to a Firefox, Seamonkey extension)
Mozilla Public License 2.0
93 stars 41 forks source link

Stopped working for Google Images #102

Closed vessto closed 8 years ago

vessto commented 8 years ago

No files selected when dta anticontainer checked in Google image search. Till few days it still worked flawlessly selecting 100 per Google Images tab and I used it a lot to get what I needed. Now it selects nothing when checked.

screenshot_284

marianocarrazana commented 8 years ago

Probably this will work better: { "type": "redirector", "ns": "downthemall.net", "prefix": "google images", "match": "^https?://(?:[\w\d]+.)?google.[\w.]+/imgres\?", "pattern": "^.imgurl=(.+?)(?:&.)?$", "replacement": "$1", "omitReferrer": true, "decode": true }