-
-
Notifications
You must be signed in to change notification settings - Fork 38
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 Engine Issues with React framework? #705
Comments
I cant access that website, even with a VPN. It must be blocked for me. |
try this site: https://hailuoai.com It's the same problem, |
if you can't open that site either. |
I see what you mean. I'm not sure what events need to be triggered to get the button to be clickable. It will take some investigation. |
@ssborbis (async () => { |
But the problem is, it still not working on https://kimi.moonshot.cn |
Sorry, I can't reach that website to test. Where did you find the code you used to make it work? I'm trying to understand why it works. |
I used ChatGPT to fix it. |
I‘m trying to add this website to ContextSearch-web-ext.
Website:
https://kimi.moonshot.cn
It's works with this code.
document.querySelector('[contenteditable]').textContent = searchTerms;
But the problem is,
This website is built with the React framework.
If we directly insert content, the search icon at the end won't be clickable.
Can this issue be resolved?
I've tried lots of id and class, but not working.
Thanks in advance.
@ssborbis
The text was updated successfully, but these errors were encountered: