Reuters not loading articles.

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.
Daikun
Lunatic
Lunatic
Posts: 443
Joined: 2013-12-13, 20:54
Location: California

Reuters not loading articles.

Unread post by Daikun » 2023-12-19, 03:52

I'm having a strange issue when trying to browse articles on Reuters.

Here's a sample link: https://www.reuters.com/technology/adob ... 2023-12-18

Loading in Edge, the page works as intended. However, in PM, the article shows up for a brief moment, then the whole thing disappears, leaving only the bottom portion of the page (the video box) the only thing visible. :?

Image

Restarting in Safe Mode gives me the same problem.

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 4984
Joined: 2015-12-09, 15:45

Re: Reuters not loading articles.

Unread post by moonbat » 2023-12-19, 05:14

Who's going to provide the console output? And safe mode is irrelevant - run it on a fresh, unmodified profile and see what happens to rule out any problems due to your extensions or configuration.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
Linux Mint 21 Xfce x64 on HP i5-5200 laptop, 12 GB RAM.
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

User avatar
adoxa
Fanatic
Fanatic
Posts: 170
Joined: 2019-03-16, 13:26

Re: Reuters not loading articles.

Unread post by adoxa » 2023-12-19, 08:14

IntersectionObserver wants a root Document, which is not supported (added in FF76). That gives you three options (other than implementing it): disable Javascript; disable the observer (dom.intersectionObserver.enabled); or use this Modify HTTP Response filter.

Code: Select all

[["www.reuters.com",["/article\\.js/",["{root:i","{root:i.doctype?null:i"]]]]