stackxyz / stackeye

StackEye is a chrome extension which lets user watch questions on stackoverflow and other stackexchange sites.StackEye notifies the user about any new comment/answer on watched questions.
84 stars 27 forks source link

Allow for the use of StackEye pt.stackoverflow.com #32

Closed ghost closed 10 years ago

ghost commented 10 years ago

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 / ".

sachinjain024 commented 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.

sachinjain024 commented 10 years ago

@tiagoprs Thanks once again for your effort. You can see the actual commit here