Amazon URL Shortener

Adds an option for amazon to copy a shortened link to the clipboard, available under 'Share'.

< Opiniones de Amazon URL Shortener

Puntuación: Malo; el script no funciona

§
Publicado: 17/02/2023

Doesn't work on Amazon, any longer. Here's the fix.

The problem is that the ID it is looking for is not on Amazon any more: "#tell-a-friend"

I changed the last line to prepend to "#addToCart" as that seems like something Amazon is not likely to remove:
document.querySelector("#addToCart").appendChild(link);

Now it works again.

FinixAutor
§
Publicado: 17/02/2024

Hey, thanks for the feedback. I haven't been uploading updates to greasy fork anymore. You can find a more up to date version at https://openuserjs.org/scripts/Littlefinix/Amazon_URL_Shortener

Publicar respuesta

Inicia sesión para responder.