Page 1 of 1

Newssite landing no longer shows any content (444.hu)

Posted: 2021-06-10, 08:08
by Nelraen
Hi,

Since their recent redesign, the page does not load, even with a completely new pale moon portable installation with no addons/extensions/etc installed. It loads just fine with Chrome and Firefox. At first, it just didn't load pictures, now after a subsequent update the landing page shows absolutely nothing. The articles themselves load most content (without pictures and a few other missing content like the dynamic sidebar or top navpanel) but the landing page is completely empty.

As it's roughly the 3rd most popular newssite in the country, the impact is quite bad. Console lists a few errors, including Strict transport security header parsing warning and JS errors and warnings.

example urls:
https://444.hu <= does not display any content
https://444.hu/archivum <= archive, displays main text content (list of articles), but nothing else
https://444.hu/2021/06/10/hogyan-ismerj ... zichologia <= displays main text content, author picture, but nothing else (should be a cdn picture at bottom, only frame is visible)

Re: Newssite landing no longer shows any content (444.hu)

Posted: 2021-06-10, 09:18
by coffeebreak
From https://444.hu/ :

Code: Select all

Error: SyntaxError: invalid regexp group
Source File: https://444.hu/assets/vendor-6f60d7bd51c38406150cece9bbdf0b4e.js
Line: 5810, Column: 296
Source Code:
bed\//im)?i.jumbotron={embed:"https://youtube.com/watch?v="+/"https?:\/\/(www.)?youtube.com\/embed\/(?<id>[^"]+)"/.exec(

Error: ReferenceError: define is not defined
Source File: https://444.hu/assets/n3-18881e7f5258a6fe22d5d4fe5c269f62.js
Line: 2
See: UXP issue 1675
and
"invalid regexp group" (forum search)

Re: Newssite landing no longer shows any content (444.hu)

Posted: 2021-06-10, 10:30
by Nelraen
Ah, so if I understand correctly: "known issue, no timeline for fix, would welcome someone fixing it"

(tried the useragent override suggested for spotify, did not work. They probably only target newest versions. AFAIK their team is not big.)

Re: Newssite landing no longer shows any content (444.hu)

Posted: 2021-06-10, 10:48
by New Tobin Paradigm
Nelraen wrote:
2021-06-10, 10:30
They probably only target newest versions.
Newer versions of what?

Re: Newssite landing no longer shows any content (444.hu)

Posted: 2021-06-10, 11:26
by Nelraen
New Tobin Paradigm wrote:
2021-06-10, 10:48
Nelraen wrote:
2021-06-10, 10:30
They probably only target newest versions.
Newer versions of what?
Read the whole paragraph:
(tried the useragent override suggested for spotify, did not work. They probably only target newest versions. AFAIK their team is not big.)
where I got it: previous comment: ("invalid regexp group" (forum search), single page of results, spotify is a single thread, mentioning blank page. Similar enough.)

Said useragent override specified spoofing Firefox v58. I.e.: fallback code for old firefox where it did not have the irregexp capabilities of Today. Hence: "They probably only target newest versions [of Firefox that wouldn't need fallback code]."

Re: Newssite landing no longer shows any content (444.hu)

Posted: 2021-06-10, 17:33
by coffeebreak
Nelraen wrote:
2021-06-10, 10:30
Ah, so if I understand correctly...
Yes, you understand correctly.