-
Notifications
You must be signed in to change notification settings - Fork 306
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
fix(brave): blocking search results no longer work #374
Conversation
@iorate I have tried to solve the problem by changing I apologize for the very naive implementation, but changing // main();
setTimeout(() => {
main();
}, 1000); |
PS: This problem did not occur in Firefox, so it may be specific to Chrome or Chromium-based browsers. Environment
Both browsers are newly launched from VSCode's |
@rsuwa |
I think your solution is the best we can do. |
Thanks for your modification! |
@rsuwa I really appreciate your help. |
🎉 This PR is included in version 8.3.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue
#371
Changes from the previous version
*Note: Subdomains are not supported in Brave Image Search due to the difficulty in obtaining the complete URL of the image link. (e.g., if the link is to "www.example.com", it will block the entire "example.com"). I have not been able to do anything about this, but if you think you can improve the logic, please advise.
ublacklist/src/scripts/search-engines/brave.ts
Lines 54 to 61 in 4081926