It injects custom GET requests into amazon
< 腳本Amazon GET Requests Injector的回應
Hmm, could not ever get the UI selector element to appear.
FWIW, I first needed to change the @match to use a wildcard for subdomains, like https://*.amazon.com/* This allows it to work with customers who use smile.amazon.com as well. (I'm not sure if Smile is available for other countries/domains, but I like using a wildcard to include subdomains as a general rule, unless there's a specific reason not to for a site.)
Anyway, once I did that, the script loaded on the site, but then nothing appeared. Thanks in advance if you can get it working!
try removing the "// @grant none" line.
it should work after that.
@sh3ll it's like the other script that needed fixing.
thanks!
I fixed the other script. This one is working if I open amazon.com in latest firefox esr. Anyway I removed the @grant option in this script too, because it was unused. Tell me if there are problems.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Hmm, couldn't get it to load on amazon.com. I'm thinking there may be something wrong with the @match or something, since it doesn't show up as an available script for the page in Violentmonkey when visiting Amazon.com
Edit: Duh, I have it auto-redirect to smile.amazon.com, so I'll have to add it as a matching site.