Відгуки для Image Max URL
Image Max URL автор qsniyg
Відгук від CODE
Оцінка 5 з 5
від CODE, 5 років томуhow to create manual rule ?
I want to create rule like this :
/123-small.jpg
/128-small.jpg
/225-small.jpg
to
/123-original.jpg
/128-original.jpg
/225-original.jpg
I want to create rule like this :
/123-small.jpg
/128-small.jpg
/225-small.jpg
to
/123-original.jpg
/128-original.jpg
/225-original.jpg
Відповідь розробника
оприлюднено 5 років томуSorry, there's currently no way to add manual rules. This is something I'd really like to add in the future (see https://github.com/qsniyg/maxurl/issues/41), but currently there are a few technical problems with implementing this for the moment (see the linked issue for a bit more detail on why).
If you want to request a new site to be added to the script, feel free to use any of the contact links listed at the bottom of the script's description, whichever you're most comfortable with. I'm more than happy to add any new website to the script, and if I'm online, I usually add them within minutes of being notified :)
If you'd rather add it to the script yourself (note that this will require sideloading the addon), I've written a bit of a guide here: https://github.com/qsniyg/maxurl/blob/master/CONTRIBUTING.md#websiterule-contributions. In your case, a rule like this should work: if (domain === "subdomain.your-website.com") return src.replace(/(\/[0-9]+-)small(\.[^/.]+)(?:[?#].*)?$/, "$1original$2");
By the way, while the github issue hasn't seen much activity for a while, this does not mean it's been forgotten or ignored, the script is already getting restructured in many areas, which will facilitate the implementation of this. It's just that it is pretty a massive project (currently requires rewriting >70,000 lines of source code - much of which will be automatically handled, but even that requires a very significant amount of work).
If you want to request a new site to be added to the script, feel free to use any of the contact links listed at the bottom of the script's description, whichever you're most comfortable with. I'm more than happy to add any new website to the script, and if I'm online, I usually add them within minutes of being notified :)
If you'd rather add it to the script yourself (note that this will require sideloading the addon), I've written a bit of a guide here: https://github.com/qsniyg/maxurl/blob/master/CONTRIBUTING.md#websiterule-contributions. In your case, a rule like this should work: if (domain === "subdomain.your-website.com") return src.replace(/(\/[0-9]+-)small(\.[^/.]+)(?:[?#].*)?$/, "$1original$2");
By the way, while the github issue hasn't seen much activity for a while, this does not mean it's been forgotten or ignored, the script is already getting restructured in many areas, which will facilitate the implementation of this. It's just that it is pretty a massive project (currently requires rewriting >70,000 lines of source code - much of which will be automatically handled, but even that requires a very significant amount of work).
109 відгуків
- Оцінка 5 з 5від Xen, місяць томуUseful to extract large version of images from some inconvenient sites
- Оцінка 5 з 5від WOANS, місяць тому
- Оцінка 4 з 5від youussef, 3 місяці тому
- Оцінка 5 з 5від space, 3 місяці тому
- Оцінка 5 з 5від Користувач Firefox 18719010, 4 місяці томуExtremely useful for downloading full sized images from albums. For example, an entire image album can be downloaded from Patreon at once without accidentally downloading anything else.
- Оцінка 5 з 5від Sawyer, 7 місяців тому
- Оцінка 5 з 5від RobertHeadley, 7 місяців тому
- Оцінка 5 з 5від hkpd, 8 місяців тому
- Оцінка 5 з 5від Користувач Firefox 18777894, 9 місяців тому
- Оцінка 5 з 5від Користувач Firefox 17219221, 9 місяців тому
- Оцінка 1 з 5від Користувач Firefox 16870710, рік тому
- Оцінка 5 з 5від Користувач Firefox 16927628, рік тому
- Оцінка 5 з 5від Користувач Firefox 17602617, 2 роки тому
- Оцінка 5 з 5від Користувач Firefox 13819428, 2 роки тому
- Оцінка 5 з 5від Noober, 2 роки томуI like using the extension, but only rarely. I only need to use it for one site. I do not need it to work on Google Images or IMDB! I would like to choose the sites where this extension can work because I am tired of turning on/off.
Can you please add Whitelist to settings?Відповідь розробника
оприлюднено 2 роки томуThanks for the suggestion, I've added a new feature in 2023.12.0 to turn the blacklist into a whitelist (Set the relevant blacklist mode to Whitelist), as well as a new "Host blacklist" option to specifically enable/disable IMU popups for host websites. - Оцінка 5 з 5від SaierForceOne, 2 роки тому
- Оцінка 5 з 5від georgie, 2 роки тому
- Оцінка 3 з 5від JokeDeity, 2 роки томуUsed to work great for me, but I'm back to googling everything because this doesn't return any different images anymore for me. Just shows the same image I'm searching from and never loads anything new. I never changed any of my settings, it just stopped working for me. Was really nice before it stopped. Can't find a setting that would change anything for the better.
Відповідь розробника
оприлюднено 2 роки томуCould you let me know which websites don't work anymore? It's very possible they updated their websites in some way, and I haven't been aware of it to update it. Feel free to use any of the channels listed at the end of the addon's description for communication (github/discord/email etc.)
I also just updated the addon to 2023.8.0. See if it solves any of your issues :) - Оцінка 4 з 5від Macurta, 2 роки томуExtension is now working perfectly for Deviant-Art. Thank you for fixing it. Works great!
Відповідь розробника
оприлюднено 2 роки томуCan you try with the latest version (2023.8.0)? I believe I fixed most of the DeviantArt issues there :)
Edit: Glad to know it works for you again! - Оцінка 5 з 5від Mikaela, 2 роки тому
- Оцінка 5 з 5від Користувач Firefox 13496784, 2 роки тому
- Оцінка 3 з 5від Користувач Firefox 17568747, 2 роки томуWorks great for the most part, but it breaks .mp4 files, converting them to .jpg in the browser. Ultimately had to remove this extension, and find a different one.
Відповідь розробника
оприлюднено 2 роки томуIf you're referring to Imgur, this issue should be fixed in the next release: https://github.com/qsniyg/maxurl/issues/1050
If not, could you let me know which website it does this on? The issue you're describing is definitely not intended behavior, so I'd love to fix it if possible :)