chess.com does not work

Board for discussions around the Basilisk web browser.

Moderator: Basilisk-Dev

User avatar
alex31
New to the forum
New to the forum
Posts: 2
Joined: 2024-08-06, 14:23

chess.com does not work

Unread post by alex31 » 2024-08-06, 14:28

Sorry to say this but chess.com does not work in Basilisk. The site opens but no board is shown. Just installed Basilisk portable version on Win 7.

User avatar
Basilisk-Dev
Lunatic
Lunatic
Posts: 383
Joined: 2022-03-23, 16:41
Location: Chamber of Secrets
Contact:

Re: chess.com does not work

Unread post by Basilisk-Dev » 2024-08-06, 19:41

alex31 wrote:
2024-08-06, 14:28
Just installed Basilisk portable version on Win 7.
There is no Basilisk portable version. If you downloaded something claiming to be a portable version of Basilisk, they are going against the redistribution terms.

Could you please provide me a link to where you downloaded this?

Thanks!
Basilisk Project Owner

viewtopic.php?f=61&p=230756

User avatar
SmileyFaze
Hobby Astronomer
Hobby Astronomer
Posts: 18
Joined: 2015-07-16, 08:43
Location: Australia

Re: chess.com does not work

Unread post by SmileyFaze » 2024-08-07, 00:28

alex31 wrote:
2024-08-06, 14:28
The site opens but no board is shown. Just installed Basilisk portable version on Win 7.
Yes! Yes! Yes! I don't use chess.com, but I know quite a few people like myself that are salivating for a "True" Basilisk Portable Version that is 100% self-containing and does not populate anything outside it's own folder (like profiles and registry...etc). That would make possible to externally store it on a thumb drive or an external SSD while leaving absolutely no trace on the device its run on.

User avatar
suzyne
Astronaut
Astronaut
Posts: 521
Joined: 2023-06-28, 22:43
Location: Australia

Re: chess.com does not work

Unread post by suzyne » 2024-08-07, 00:51

Basilisk-Dev wrote:
2024-08-06, 19:41
Could you please provide me a link to where you downloaded this?
Looks like somebody has zipped up a copy (with Flash) and put it on the Internet Archive. Don't know if that's where @alex31 found it, but that's out there.

https://archive.org/details/basilisk-portable-with-flash
Laptop 1: Windows 10 64-bit, i7 @ 2.80GHz, 16GB, NVIDIA GeForce MX450.
Laptop 2: Windows 10 32-bit, Atom Z3735F @ 1.33GHz, 2GB, Intel HD Graphics.

RedRamGT
Moon lover
Moon lover
Posts: 81
Joined: 2014-05-06, 02:43
Location: Almont, Michigan, USA

Re: chess.com does not work

Unread post by RedRamGT » 2024-08-07, 01:25

It might be good for them to post the version of Basilisk they're running. If they (unfortunately) downloaded it from there it is an older version and could possibly cause those kinds of problems.

User avatar
adoxa
Fanatic
Fanatic
Posts: 244
Joined: 2019-03-16, 13:26
Location: Qld, Aus.
Contact:

Re: chess.com does not work

Unread post by adoxa » 2024-08-07, 02:29

It's due to missing min/max CSS functions. Here's a Modify HTTP Response workaround (adjust the sizes to suit - 550px for the board, 650px for the opponent choice).

Code: Select all

[["www.chess.com",["/style\\.client\\.css$/",["max(var(--boardMinWidth), min(var(--boardMaxWidth), var(--boardMaxHeight)))","550px","/(t: )max\\(.*?\\)([;}])/g","$1650px$2"]]]]

User avatar
alex31
New to the forum
New to the forum
Posts: 2
Joined: 2024-08-06, 14:23

Re: chess.com does not work

Unread post by alex31 » 2024-08-08, 07:26

https://www.basilisk-browser.org/download.shtml
I downloaded Windows archive x86 64-bit. It does not have installer and I thought it is portable version.

User avatar
vandyswa
New to the forum
New to the forum
Posts: 1
Joined: 2024-08-26, 16:13

Re: chess.com does not work

Unread post by vandyswa » 2024-08-26, 16:16

WRT CSS functions, it's becoming pretty painful to have at least min/max/clamp missing, as they replace a ton of media query baggage. I had hoped the newer release with greatly improved CSS would have it--but no luck so far!

User avatar
Basilisk-Dev
Lunatic
Lunatic
Posts: 383
Joined: 2022-03-23, 16:41
Location: Chamber of Secrets
Contact:

Re: chess.com does not work

Unread post by Basilisk-Dev » 2024-08-26, 18:42

vandyswa wrote:
2024-08-26, 16:16
WRT CSS functions, it's becoming pretty painful to have at least min/max/clamp missing, as they replace a ton of media query baggage. I had hoped the newer release with greatly improved CSS would have it--but no luck so far!
This is planned to be implemented at some point.

UXP issue #2230
Basilisk Project Owner

viewtopic.php?f=61&p=230756

User avatar
Basilisk-Dev
Lunatic
Lunatic
Posts: 383
Joined: 2022-03-23, 16:41
Location: Chamber of Secrets
Contact:

Re: chess.com does not work

Unread post by Basilisk-Dev » 2024-08-29, 00:42

suzyne wrote:
2024-08-07, 00:51
Looks like somebody has zipped up a copy (with Flash) and put it on the Internet Archive. Don't know if that's where @alex31 found it, but that's out there.

https://archive.org/details/basilisk-portable-with-flash
I sent archive.org an email demanding removal and they removed it. To quote Terry Davis, "Score one for the good guys"
Basilisk Project Owner

viewtopic.php?f=61&p=230756

Post Reply