search.brave.com not displaying search summary paragraphs
Moderator: dbsoft
Forum rules
Important note:
The old Mac OS versions of Pale Moon were provided by various people and not official or in any way organized. Please make sure you check the date of topic threads to know if the topic is current or relevant! We are using this board for both old discussions and new development of Pale Moon on Mac.
Any specific bugs you find that don't have their own topic yet: please make a new topic; one bug per topic please to keep things organized.
Important note:
The old Mac OS versions of Pale Moon were provided by various people and not official or in any way organized. Please make sure you check the date of topic threads to know if the topic is current or relevant! We are using this board for both old discussions and new development of Pale Moon on Mac.
Any specific bugs you find that don't have their own topic yet: please make a new topic; one bug per topic please to keep things organized.
-
Mavericks_10_9
- Moongazer

- Posts: 13
- Joined: 2024-12-20, 18:39
search.brave.com not displaying search summary paragraphs
Pale Moon 34.3.0.1
uBO 1.16.6.1
iMac Intel Core 2 Duo
OS X 10.9.5
All the big internet search platforms offer AI summaries now. I generally like the one from Brave. Unfortunately, Pale Moon isn't displaying the search summary paragraphs' text as it should, just grey bars. See attached image. I have my default search engine set to Brave.
Thanks for checking it!
uBO 1.16.6.1
iMac Intel Core 2 Duo
OS X 10.9.5
All the big internet search platforms offer AI summaries now. I generally like the one from Brave. Unfortunately, Pale Moon isn't displaying the search summary paragraphs' text as it should, just grey bars. See attached image. I have my default search engine set to Brave.
Thanks for checking it!
You do not have the required permissions to view the files attached to this post.
-
andyprough
- Forum staff

- Posts: 1574
- Joined: 2020-05-31, 04:33
Re: search.brave.com not displaying search summary paragraphs
It's working with Basilisk. This is another example where it appears that Basilisk's default polyfills are making various AI pages work that don't work in Pale Moon. Not sure what to tell you, Pale Moon just doesn't have the compatible ReadableStream, TextDecoderStream, TextEncoderStream, TransformStream options right now to make it work, I don't think.Mavericks_10_9 wrote: ↑2026-06-18, 15:07All the big internet search platforms offer AI summaries now. I generally like the one from Brave. Unfortunately, Pale Moon isn't displaying the search summary paragraphs' text as it should, just grey bars.
-
Goodydino
- Keeps coming back

- Posts: 980
- Joined: 2017-10-10, 21:20
Re: search.brave.com not displaying search summary paragraphs
I use the Brave search and I see the summaries for the search results with Pale Moon and with the other 5 browsers that I use.
-
andyprough
- Forum staff

- Posts: 1574
- Joined: 2020-05-31, 04:33
Re: search.brave.com not displaying search summary paragraphs
Are you looking at the AI Summary?
This is what I get with Pale Moon, on a clean profile with no extensions - you can see a big blank space near the top: ----------------
Here's what I get with Basilisk - the AI summary is clear at the top:
You do not have the required permissions to view the files attached to this post.
-
Goodydino
- Keeps coming back

- Posts: 980
- Joined: 2017-10-10, 21:20
Re: search.brave.com not displaying search summary paragraphs
I see what you mean. I thought you meant the brief paragraph that appears under every link. There is no summary right at the top of the page with either Pale Moon or SeaMonkey, but there is with Waterfox.
-
andyprough
- Forum staff

- Posts: 1574
- Joined: 2020-05-31, 04:33
Re: search.brave.com not displaying search summary paragraphs
I'm not as interested in the Waterfox behavior, which should mirror that of the latest Firefox, as I am in the difference between the Pale Moon and the Basilisk behavior. Basilisk is showing the AI summaries whereas Pale Moon is not - it would seem that they should be in greater alignment in their web compatibility.
-
Moonchild
- Project founder

- Posts: 39633
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: search.brave.com not displaying search summary paragraphs
It's something I wanted to work on. It's been a desirable feature to be able to add web compatibility shims into the browser while the APIs and sugar are not (yet) present in the platform. Basilisk-dev has done that by having embedded userscripts using polyfills. I've been wanting to adopt that idea for a while but just haven't been able to make the free time and energy.
"Sales hates anything that can't be turned into a confident sentence." - anonymous warehouse worker
"Why debate someone you fundamentally don't trust?" - Dario Amodei
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Why debate someone you fundamentally don't trust?" - Dario Amodei
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
andyprough
- Forum staff

- Posts: 1574
- Joined: 2020-05-31, 04:33
Re: search.brave.com not displaying search summary paragraphs
Yes, I noticed when working on getting the Janitor AI page working in Pale Moon the other day that the Basilisk polyfill userscripts do not work perfectly in Pale Moon using Greasemonkey, because apparently Pale Moon uses a different method of loading the userscripts and does it in a different order than Basilisk. Correct me if I'm wrong on that. However, I was able to get the requisit Basilisk polyfills all together in the correct order in a single Greasemonkey script that did work with Pale Moon for that one AI page. Seems like it may take some thoughtful coding to get them to work routinely across all sites in Pale Moon.Moonchild wrote: ↑2026-06-20, 04:23It's something I wanted to work on. It's been a desirable feature to be able to add web compatibility shims into the browser while the APIs and sugar are not (yet) present in the platform. Basilisk-dev has done that by having embedded userscripts using polyfills. I've been wanting to adopt that idea for a while but just haven't been able to make the free time and energy.
-
Basilisk-Dev
- Astronaut

- Posts: 690
- Joined: 2022-03-23, 16:41
- Location: Chamber of Secrets
Re: search.brave.com not displaying search summary paragraphs
I just forked the old Greasemonkey for Pale Moon (not sinfulosd's newer updated Greasemonkey) and stripped out everything but the absolute bare minimum for it to inject Greasemonkey scripts into web pages. That's why, with some modifications, the scripts can be used in Greasemonkey on Pale Moon like you mentioned.andyprough wrote: ↑2026-06-20, 05:00apparently Pale Moon uses a different method of loading the userscripts and does it in a different order than Basilisk. Correct me if I'm wrong on that.
They absolutely do have to be loaded in a specific order, because some of the stream polyfills require other stream functions that are also being polyfilled. So you have to load the prerequisite polyfills first.
Insert xzibit "Yo dawg I heard you like polyfills" meme here.