When I was using a search engine to find resources for a class, I noticed that I was taking a lot more vision breaks and struggling with visual fatigue more often than before. A major reason for this was the visually cluttered search results page, which was filled with AI summaries, low-quality content, ads, auto-play content that ignored my device settings, and a condensed visual layout that made it more challenging to read individual results. I was using so much of my energy to look at useless content that it made it challenging to focus on the things that I actually needed. Strategies like text-to-speech help with reading, but I was still encountering issues with browsing search results.
I noticed a huge improvement when I switched to using Kagi, a paid search engine that offers ad-free search and a wide variety of customizations and accessibility features as part of their user-focused search experience. I hadn’t realized how much the visual clutter from search engine pages was weighing on me until it was eliminated, and I have been mentioning Kagi to almost everyone I know since then. Here is an overview of my experience using Kagi Search with low vision, including tips for using Kagi search tools and information about Kagi accessibility for low vision.
Disclaimer: This post is not sponsored by Kagi and I have no affiliation with the company; Kagi does not have referral links or affiliate links. I personally pay for my own Kagi subscription and discovered while writing this post that someone else had included Veroniiiica in Kagi’s Small Web list of curated links, which was a lovely surprise!
Kagi is a paid, ad-free search engine funded entirely by user subscriptions rather than advertisers, which means results are ranked on quality instead of spamming SEO keywords or paid link placements. Because there are no ads and no tracking-based monetization, the results page is dramatically less cluttered compared to free search engines, making it easier to find relevant information and providing users with control over their browsing experience. Kagi is often shared as a Google search alternative or Bing search alternative.
Kagi offers a free trial and several paid plan tiers, including:
In addition to offering discounted annual plans, Kagi has a “Fair Pricing” policy. If a user doesn’t use Kagi searches or AI tools during a given month, the cost of the plan will be credited back to their account so that they are not charged for a service that was not used. Users can also downgrade plans (such as going from Professional to Starter) and have their account credited with the pricing difference.
The Kagi search bar functions in a similar way to other search engines, but the results page itself is much easier to navigate. There are no display ads, no auto playing media, no sponsored results, and no misleading AI summaries pushed to the top; just ranked links with clean spacing. Kagi does have an optional Quick Answer feature for generating summaries of results, but this is hidden by default. Users can customize Kagi Search results to match their own preferences and access needs.
Some of my favorite tools for customizing search results include:
Something else that I really like about Kagi search results is that they often integrate blogs and non-commercial “small web” results, which is especially helpful when researching information about accessibility and assistive technology. Instead of reading ten websites that share the same low-quality GenAI posts, Kagi displays results that include a mix of developer documentation, user perspectives, posts on forums/social media, and other articles that might be hard to find on other search engines or may not be included on the first few pages of results. Plus, I can block websites with low-quality results or unwanted content from appearing in future searches, or highlight specific websites I would like to have prioritized in the future.
Kagi can be set as the default search engine in every major browser, including on desktop, Mac, iPhone, iPad, and Android devices; the Kagi extension may be required for some browsers like Safari. I personally have enabled Kagi for myself or for other users on Chrome, Edge, Firefox, and Brave across multiple platforms. The Kagi help documentation provides step-by-step instructions for each browser; I typically use the manual configurations option.
For browsers that allow manually adding a custom search engine, use the following URLs:
A helpful in-search shortcut to know is the !help bang, which opens Kagi’s documentation directly. Searching !help setting default search engine automatically opens the relevant help page.
Note: Edge has been known to revert the default search engine back to Bing after browser updates. If Kagi stops working as the default after an Edge update, the steps above may need to be repeated; I mostly notice this on my Android phone.
For Kagi to work in private/incognito windows, a private session link (which embeds an authentication token in the search URL) is needed instead of the standard URL. The token can be found in Settings > Account > Private Link.
The Appearance section of Settings offers several options for configuring Kagi Search for low vision and setting display customizations to reduce visual clutter. The available options include:
For my own setup, I use the Larger font size, a dark theme, left-aligned results, and breadcrumb URLs placed below the result title; in full transparency, I haven’t decided which URL display style I like the best, so I’ve been alternating between options every few days. The combination produces a results page that is predictable and far easier to read with a screen magnifier or browser zoom than a standard search engine. Kagi also includes an option that attempts to remove AI-generated photos from image results, which is another feature that helps with reducing visual fatigue from filtering low-quality results.
My absolute favorite Kagi feature is the Custom CSS editor, which is located within Appearance settings and is available across all Kagi plans. Custom CSS allows full visual customization of Kagi’s search and landing pages, with a limit of 40,000 characters including whitespace. Custom CSS does not apply to the Settings pages themselves.
For anyone unfamiliar with CSS, Cascading Style Sheets is a scripting language used to style web pages, controlling things like font sizes, colors, spacing, and whether an element is shown or hidden. A small CSS snippet can hide or restyle individual pieces of the results page without affecting anything else.
The Kagi help documentation gives a simple starter example for hiding the AI summary boxes that sometimes appear at the top of search results. Pasting the following snippet into the Custom CSS editor and clicking Apply Custom CSS, then refreshing the page, removes those boxes entirely:
.searchResultAnswers { display: none; }
The same pattern of .classname { display: none; } can be used to hide other elements that are not helpful for a particular workflow. Beyond hiding elements, CSS can also be used to increase line spacing between results, raise font weight, change link colors for higher contrast, or enlarge spacing around clickable areas. For students with CVI, Custom CSS can make a profound difference in improving visual accessibility, decreasing visual clutter, and providing several options for incorporating preferred colors and display customizations.
While it is not perfect, I linked my current Kagi custom CSS configuration for low vision below, which mimics my high contrast preferences and can be copy and pasted into the custom CSS field on Kagi. This is not the only option for accessing Kagi Search with low vision, and may not reflect the access needs or preferences of all users with low vision; that said, users can use this as a template to modify their own custom CSS.
It is worth noting that I intentionally did not set the text at a fixed size (e.g. 32px) because I have different default browser zooms configured on my phone, iPad, and both of my computers. Another setting I considered was setting a maximum character length (e.g. max-width: 40ch;) for the result title links and snippet text, which can be helpful for some people with double vision or visual field neglect, but I ultimately removed this from my personal configuration.
Kagi also offers several keyboard shortcuts and hotkeys that make it easier to navigate search results. Users can also press ? (Shift + /) at any time on a Kagi search results page to view shortcuts directly in Kagi.

Published May 20, 2026. Updated May 2026