-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search in popup window is not transferred to main window #9
Comments
It sounds as though the popup is being prevented from sending back the data, likely because the ngrok proxy isn't working. You need to get the inspector out in the popped-up google scholar window and see what it's reporting when it tries to the request to your ngrok proxy. Is it sending it to the right address? Is it getting blocked because it's not HTTPS? |
I figured it out, it was some issue with the current versions of
in |
Ah, no, the solution to this was to install the local version of the add-on, not the one from the chrome store; instructions for that should also go into the readme under the Open the ‘extensions’ settings; switch on ‘Developer mode’ (switch on the top-right), ‘Load unpacked’ from |
Fixes jimmytidey#7 Addresses one part of jimmytidey#9
Before, and after installing and running
ngrok
as described in theREADME.md
and adding the address topublic/bibnet_chrome_extension_testing/content_script.js
, searching for terms in the main WC? window opens a popup window with the google scholar results, but does not show the results back in the main window.Do I need to tell the system somehow that it's in testing mode? The extension comes from the chromium web store, which I don't assume knows anything about my local changes?
The text was updated successfully, but these errors were encountered: