You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2020. It is now read-only.
Due to the network problem in our country, I always get this warning "Unusual traffic from your computer network", which also required me to perform reCAPTCHA validation.
Due to the network problem in our country, I always get this warning "Unusual traffic from your computer network", which also required me to perform reCAPTCHA validation.
After a bit of investigation , I found this validation was redirected (with status code 302) from google scholar page (https://scholar.google.com) to google warning page (https://www.google.com/sorry/index?continue=XXX) while the status code changed to 429.

In addition, I exported and zipped the logs of DevTool in Chrome, and you can consult the log for more details.
www.google.com.har.zip
In order to know what happend, I looked at these codes and found that the problem may be here https://github.com/MaxKuehn/zotero-scholar-citations/blob/develop/chrome/content/zsc.js#L202. However, I'm not familiar with javascript programming, and hope you can fix this problem. But I will fork your work and try to fix it.
Finally, thanks for your work and this amazing plugin.