webpage only partly opens: https://www.viarail.ca/en

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
BCRandCo
Newbie
Newbie
Posts: 4
Joined: 2022-08-03, 12:32

webpage only partly opens: https://www.viarail.ca/en

Unread post by BCRandCo » 2022-08-03, 13:15

works in Chrome and edge. Used to work earlier in palemoon.

Code: Select all

SyntaxError: invalid identity escape in regular expression  
main.js:2:570188
uncaught exception: [object Object] 
(unknown)
Error: WebGL: getParameter: parameter: invalid enum value <enum 0x9246>  
base.js:9294:198
uncaught exception: [object Object]  
(unknown)
uncaught exception: Error  
(unknown)

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35476
Joined: 2011-08-28, 17:27
Location: Motala, SE
Contact:

Re: webpage only partly opens: https://www.viarail.ca/en

Unread post by Moonchild » 2022-08-03, 13:18

BCRandCo wrote:
2022-08-03, 13:15
Used to work earlier in palemoon.
It's because the webmasters of the site have decided to make changes to their scripting now using Google regex extensions that we currently don't support.
Aside from the website providing fallback code (or returning to a more browser-agnostic scripting setup that isn't exclusively relying on v8 JS) there's no real workaround for this.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
BCRandCo
Newbie
Newbie
Posts: 4
Joined: 2022-08-03, 12:32

Re: webpage only partly opens: https://www.viarail.ca/en

Unread post by BCRandCo » 2022-08-06, 20:58

OK. Thanks for the reply.

Locked