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 :)
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
withlet/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 :)