Closed GeorgeIsInTheAir closed 5 months ago
HOLY MOLY!
This was unexpected haha!
First off, thank you for you contribution!
It's always cool to see when someone dives into a codebase lacking documentation, figures things out and makes a contribution anyways.
I didn't know that Kagi was a thing.
The concept of a paid search engine sounds really interesting to me. (But that's beside the point.)
I've tested this PR and things seem to be working nicely when it comes to blocking regular search results:
But I was not able to get the controlHandler
to show up, and it seems that the target
used in the entryHandler
is not present on any of the available example pages.
This leads to a genuine question that I have in mind when it comes to adding support to this search engine.
Generally speaking, the process of debugging the behavior of uBlacklist involves reproducing a search query on your local machine, opening up Browser Developer Tools and inspecting the DOM.
But since Kagi is a paid service and I don't have a subscription (I'll assume iorate doesn't have one well), this could lead to us being unable to solve a bug report on our own.
Would you/someone from Kagi be willing to work on user submitted bug reports, if some issue arrises? (e.g. a change to Kagi's layout that broke the position of a controlhandler
.)
It seems that Kagi already has some interesting functionality when it comes to blocking results. Here's an excerpt from the main page:
Mute or prefer websites in your results.
Although, I can see the value of using uBlacklist with it, since there are other cool things provided by the extension, such as blocking results with regular expressions, highlighting them, etc.
I'm only mentioning this to know if you have an opinion about it.
Anyways, it's mostly up to iorate to decide things here, and nothing of what I said before is intended to invalidate the work on this PR.
I think it could be a cool thing if done properly.
But I was not able to get the
controlHandler
to show up, and it seems that thetarget
used in theentryHandler
is not present on any of the available example pages.
Thank you for the excellent suggestion regarding the example page (I forgot about that page). On the actual search page controlHandler
works fine (you just need to be logged in). I will make sure to add the target element on the example page as well.
But since Kagi is a paid service and I don't have a subscription (I'll assume iorate doesn't have one well), this could lead to us being unable to solve a bug report on our own.
We have a Trial plan with 100 free searches (https://kagi.com/onboarding?p=choose_plan).
Would you/someone from Kagi be willing to work on user submitted bug reports, if some issue arrises? (e.g. a change to Kagi's layout that broke the position of a controlhandler.)
Of course.
Although, I can see the value of using uBlacklist with it, since there are other cool things provided by the extension, such as blocking results with regular expressions, highlighting them, etc.
This addition was based on a user suggestion to incorporate ublacklist
support. You can read more here
We have a Trial plan with 100 free searches
Oh, that's actually pretty cool. I will try it later.
This addition was based on a user suggestion to incorporate ublacklist support. You can read more here
I see, it makes more sense now.
Thank you for your contribution. I will review it later.
Thanks to @GeorgeIsInTheAir and @iorate.
I'm really glad that I hope for Kagi forum and here. I'm really happy that both sides contributed.
:tada: This PR is included in version 8.8.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Hi all, could someone clarify if this is already, or when it will be, available in the uBlacklist iOS/iPadOS app for Safari
Thank you!
One More Thing... and more for macOS.
@GeorgeIsInTheAir GeorgeIsInTheAir
It doesn't seem to be working.
uBlacklist for Safari 8.8.2 with Safari 17.5 (19618.2.12.11.6) on macOS Sonoma.5
Even if it works with Orion, it may not work with Safari. The update content of "uBlacklist for Safari 8.8.2" is not synchronized with here, so I feel distrustful at uBlacklist for Safari 8.8.2.
@Chamiu
The extension has recently gone through a lot of changes in the back-end side of things (the grammar that is used for creating rules has been expanded.)
But it seems that there are some issues when it comes to the Safari version that are still being sorted out.
See #492 for more details.
@aug-dev Thanks guide.
There is a difference between the version number and the update content between the Safari version and the vanilla version, so I started trying Orion Browser by Kagi 0.99.
uBlacklist 8.8.1 on Orion Browser by Kagi 0.99 on macOS Sonoma.5 is working and no problem. But enable/disabe is not stable on uBlacklist 8.8.1 on Orion Browser by Kagi 1.3.8 (13) (WebKit 8618.2.12.10.9).
This PR adds Kagi search engine support.