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 try and include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
ari88
- Hobby Astronomer

- Posts: 20
- Joined: 2022-10-31, 08:07
Unread post
by ari88 » 2023-01-28, 06:09
The website shows up as blank, for some reason.
Youtube videos still play in Palemoon (for example, if embedded on other websites) and individual video youtube links work (the video loads and plays), but the rest of the website itself does not load.
Code: Select all
Timestamp: 28/01/23 15:32:28
Error: NS_BINDING_ABORTED: Component returned failure code: 0x804b0002 (NS_BINDING_ABORTED) [nsIStreamListener.onDataAvailable]
Source File: resource://gre/modules/WebRequest.jsm
Line: 353

-
gepus
- Keeps coming back

- Posts: 860
- Joined: 2017-12-14, 12:59
Unread post
by gepus » 2023-01-28, 09:18
Installed extensions?
Test with a clean profile.
-
Moonchild
- Pale Moon guru

- Posts: 33607
- Joined: 2011-08-28, 17:27
- Location: Tranås, SE
-
Contact:
Unread post
by Moonchild » 2023-01-28, 11:53
The blank UI you've shown happens if your useragent string makes youtube think you are one of the latest iterations of Firefox or Chrome, using Google WebComponents.
Please check if you're overriding the UA string with something that might cause this.
"The best revenge is to not be like the person who wronged you." -- Marcus Aurelius
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
-
ari88
- Hobby Astronomer

- Posts: 20
- Joined: 2022-10-31, 08:07
Unread post
by ari88 » 2023-01-29, 04:18
gepus wrote: ↑2023-01-28, 09:18
Installed extensions?
Test with a
clean profile.
Thanks for this tip - youtube loads just fine in a clean profile. So definitely something I modified (see my reply below).
-
ari88
- Hobby Astronomer

- Posts: 20
- Joined: 2022-10-31, 08:07
Unread post
by ari88 » 2023-01-29, 04:30
Moonchild wrote: ↑2023-01-28, 11:53
The blank UI you've shown happens if your useragent string makes youtube think you are one of the latest iterations of Firefox or Chrome, using Google WebComponents.
Please check if you're overriding the UA string with something that might cause this.
Thank you for this. This override setting was introduced by me when I was trying to bypass the
"Your Browser Is No Longer Supported" issue by setting
dom.webcomponents.enabled to
true.
I'm honestly not sure how to remedy this without setting
dom.webcomponents.enabled to
false. I don't want to have to keep toggling
dom.webcomponents.enabled whenever I run into "Your Browser Is No Longer Supported". Is there a way to selectively remove/modify Youtube's override without setting
dom.webcomponents.enabled to
false?
-
moonbat
- Knows the dark side

- Posts: 4308
- Joined: 2015-12-09, 15:45
-
Contact:
Unread post
by moonbat » 2023-01-29, 04:32
ari88 wrote: ↑2023-01-29, 04:30
Is there a way to selectively remove/modify Youtube's override without setting dom.webcomponents.enabled to false?
No, web components is a global component of the browser, not something that can be toggled per website. You can use
this extension to easily toggle it as required without having to go into about:config each time.
-
ari88
- Hobby Astronomer

- Posts: 20
- Joined: 2022-10-31, 08:07
Unread post
by ari88 » 2023-01-29, 04:45
moonbat wrote: ↑2023-01-29, 04:32
ari88 wrote: ↑2023-01-29, 04:30
Is there a way to selectively remove/modify Youtube's override without setting dom.webcomponents.enabled to false?
No, web components is a global component of the browser, not something that can be toggled per website. You can use
this extension to easily toggle it as required without having to go into about:config each time.
Thanks - installed the extension. Will we ever be rid of this web components issue?
-
moonbat
- Knows the dark side

- Posts: 4308
- Joined: 2015-12-09, 15:45
-
Contact:
Unread post
by moonbat » 2023-01-29, 10:30
It's a complex feature to implement in Pale Moon and the toggle only affects a partial implementation that's currently there. You need to turn it on only when using sites that may need it, else it will break other sites if kept on (because keeping it on means the browser claims to support a feature completely that it actually doesn't yet.)