Image Max URL 的评价
Image Max URL 作者: qsniyg
qsniyg 的回应
开发者回应
发布于 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).
114 条评价
- 评分 5 / 5来自 https://www.youtube.com/@digitalartist2D, 6 天前
开发者回应
发布于 7 天前Sorry, this is a bit of a long response, but I'd like to address to your concerns.
To address the info stealing/malware concern, the script is 100% open source ( https://github.com/qsniyg/maxurl ), and does *not* collect any kind of data about you. As part of being in the "Recommended extensions" program, Mozilla thoroughly audits these addons, and has actually requested a few changes in the past (that were implemented) in order for the script to be even more transparent to its users.
Regarding how it works, this addon finds larger images present *within* a website. Many websites will store an original full-sized image, but instead link to a smaller/scaled down version of the image. This is what the (currently) ~5800 rules do, as each website will often have their own systems to resize images.
It doesn't replace using a reverse image search, but rather complements using one. I personally regularly use both a reverse image search engine (such as Yandex, as you mentioned) alongside this addon, and have found that reverse image search engines often link to scaled down images that this addon finds a larger version of present on the website.
I would recommend enabling the "Enable redirection" (under the Redirection tab) and the "Rules using API calls" (under the Rules) tab. These options are disabled by default for users' privacy as they must perform HTTP requests to find the larger image, but they will help by (respectively): #1 Automatically redirecting images opened in their own tabs to the larger versions stored on the same site (if applicable), and #2 Supporting ~20% more websites, which require website-specific API calls to find the larger version (e.g. Flickr).
If you have any further questions or concerns, please feel free to reach out using any of the communication methods at the bottom of the addon's description (discord/email/github etc.) :)- 评分 5 / 5来自 Siegfried Witting, 9 天前Great stuff, Found this thing using Grok of all things lol as was looking for a way to download images off Deviant art in higher quality and it delivers!
- 评分 5 / 5来自 Firefox 用户 18285487, 2 个月前
- 评分 5 / 5来自 Firefox 用户 18719010, 7 个月前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来自 RobertHeadley, 10 个月前
- 评分 5 / 5来自 Firefox 用户 18777894, 1 年前
- 评分 5 / 5来自 Firefox 用户 17219221, 1 年前
- 评分 1 / 5来自 Firefox 用户 16870710, 1 年前
- 评分 5 / 5来自 Firefox 用户 16927628, 1 年前
- 评分 5 / 5来自 Firefox 用户 17602617, 2 年前
- 评分 5 / 5来自 Firefox 用户 13819428, 2 年前
开发者回应
发布于 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 年前
- 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 :)