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

Small refactor/renamings without any functionality change (untested) #52

Open mhombach opened 2 years ago

mhombach commented 2 years ago

Hey. I was looking exactly for this extension because I always forgot to switch to the smile url. I was curious how it's implemented so I took a look into the code (at least for the chrome extension, which I will be using). I saw that the code is robust but somewhat old and a little bit outdated, so I tried to update it a little bit without any functionality change (mostly replace var with let/const and some small refactor. Would be cool if you can check the PR and accept the changes if everything works out nicely as before :)