https://www.kimi.com/ can‘t be opened.
Moderator: trava90
Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
-
mzkymc
- Moongazer

- Posts: 7
- Joined: 2025-07-23, 08:36
https://www.kimi.com/ can‘t be opened.
Operating system:win11
Browser version:33.8.0
32-bit or 64-bit browser?:64
Problem URL: www.kimi.com/
Browser theme (if not default):default
Installed add-ons:ublock origin, grease monkey, getemall, tabmix plus, quickdrag, babbleon
Installed plugins: (about:plugins):non
https://www.kimi.com/
this page can not be opened.
Browser version:33.8.0
32-bit or 64-bit browser?:64
Problem URL: www.kimi.com/
Browser theme (if not default):default
Installed add-ons:ublock origin, grease monkey, getemall, tabmix plus, quickdrag, babbleon
Installed plugins: (about:plugins):non
https://www.kimi.com/
this page can not be opened.
You do not have the required permissions to view the files attached to this post.
-
van p
- Astronaut

- Posts: 691
- Joined: 2015-11-19, 07:15
- Location: Cincinnati, OH, U.S.A.
Re: https://www.kimi.com/ can‘t be opened.
Confirm; all I get is a plain white screen. It does open in a Chromium browser, although there's a lot of plain whiteness there also. Don't know if it's being displayed correctly.
Windows 10 Pro x64 v22H2 8GB i5-4570|Pale Moon v34.2.0 x64
-
mzkymc
- Moongazer

- Posts: 7
- Joined: 2025-07-23, 08:36
Re: https://www.kimi.com/ can‘t be opened.
when it is opened correctly, it is like the attachment.
You do not have the required permissions to view the files attached to this post.
-
adoxa
- Astronaut

- Posts: 618
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: https://www.kimi.com/ can‘t be opened.
It's trying to create a Uint8Array with a fractional count. Here's a Modify HTTP Response filter to fix it.
Code: Select all
[["statics.moonshot.cn",["/common-.*\\.js$/",["length*3/4","$&|0"]]]]
-
FranklinDM
- Add-ons Team

- Posts: 643
- Joined: 2017-01-14, 02:40
- Location: Philippines
-
Moonchild
- Project founder

- Posts: 39119
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: https://www.kimi.com/ can‘t be opened.
Creating a fractional count array is about as senseless as wanting 2.4 children.
But I guess if ES2017 says we should just ignore errors and return the "closest guess of what was meant" then we can do that.
But I guess if ES2017 says we should just ignore errors and return the "closest guess of what was meant" then we can do that.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
tellu-white
- Lunatic

- Posts: 314
- Joined: 2022-03-08, 22:02
- Location: Arad, Romania
Re: https://www.kimi.com/ can‘t be opened.
"developer.mozilla.mozilla.org" pages don't open either because of "Uint8Array":
https://developer.mozilla.org/
Edit:
Interesting! I tested the pages in a clean profile (portable) and there they loaded without problems. In the default profile they don't load until I add a filter in "Intercept & Modify HTTP Response" that removes the "Uint8Array" from the Javascript code.
Telu (with a single L) was the name of the dog of one of my grandparents - when I was just a little boy.
He was a white dog of large size and very friendly.
He was a white dog of large size and very friendly.
-
mzkymc
- Moongazer

- Posts: 7
- Joined: 2025-07-23, 08:36
Re: https://www.kimi.com/ can‘t be opened.
it is so complex………………
i try it.
i try it.
-
mzkymc
- Moongazer

- Posts: 7
- Joined: 2025-07-23, 08:36
Re: https://www.kimi.com/ can‘t be opened.
i have installed “Modify HTTP Response” extension and added "kimi".
but it still can not be displayed correctly.
but it still can not be displayed correctly.
You do not have the required permissions to view the files attached to this post.
-
adoxa
- Astronaut

- Posts: 618
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: https://www.kimi.com/ can‘t be opened.
Because you have an existing filter you need another couple of steps. If you just appended it directly you should now have ...]]]][["statics"...; what you want is ...]]],["statics"... - the four close brackets become three, add a comma and the two open brackets become one.
Edit: No, you can't have that, it would have given you an error.
Edit: No, you can't have that, it would have given you an error.
