Jdhaimson / smilealways

Chrome Extension to redirect www.amazon.com to smile.amazon.com
www.smilealways.io
GNU General Public License v2.0
146 stars 32 forks source link

Not redirecting to smile for product listing pages #7

Closed bbodenmiller closed 8 years ago

bbodenmiller commented 10 years ago

If you visit a link directly to a product page you are not correctly redirected to the smile version of that product page. I imagine this is because if you are signed out it will try to direct you back to the non-smile version of the page but this extension won't allow that and thus you would get stuck in a redirect loop. One option may be to detect if the user is signed in and then redirect to the smile version or to detect if a redirect loop is occurring and abort redirecting.

Jdhaimson commented 10 years ago

That seems like a good way to fix a lot of the issues we've been seeing. Unfortunately I've had to be MIA as a developer for the past few weeks trying to finish up my semester at MIT. If anyone is willing to take a shot at writing a fix I'd be happy to merge in a pull request. Otherwise, it's going to have to wait until I get some free time in a few weeks.