Closed ghost closed 10 years ago
@tiagoprs Thanks for the pull request. I think you also need to update the content script url pattern otherwise you will not see the eye icon on the questions page and follow/unfollow buttons on profile page of users.
@tiagoprs Thanks once again for your effort. You can see the actual commit here
In manifest.json permissions are as follows:
"permissions": [ "storage" "tabs" "* :/ / . stackexchange.com / ", "http://stackoverflow.com/ *" ]
Changing the reference stackoverflow.com to allow use in pt.stackoverflow.com. Changing the "http://stackoverflow.com/ " to "://.stackoverflow.com/" how to "* :/ / . stackexchange.com / ".