View Single Post
Old 05-19-2023, 09:58 AM   #12
peekpoke
Enthusiast
peekpoke began at the beginning.
 
Posts: 41
Karma: 10
Join Date: Dec 2013
Device: Kindle/Android
I assume others have noticed the AMAZON links don't work anymore in CC.
Amazon changed the URL format from:

https://www.amazon.com/ASIN

to

https://www.amazon.com/dp/ASIN

It doesn't appear to be fixed in any release I've tested.
Has anyone looked into patching that string in the APK?

If I could just patch in a new string, we could use a URL shortener to create something the same length that would work.

I did some search for how to patch APK files, and sadly you can't just open a hex editor and make a change. Apparently I have to unpack the APK, and do something akin to disassembling the code to just modify a single string.

Yes, you can just edit the URL after the browser open fails, but that's fairly annoying.
peekpoke is offline   Reply With Quote