Search missing in rottentomatoes.com

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.
aspertyx

Search missing in rottentomatoes.com

Unread post by aspertyx » 2020-08-04, 23:31

Using PM 29.0.0a5, the search field is missing in the large red block on https://www.rottentomatoes.com/. Still the same issue starting PM in safe mode. PM 28.12.0 has the same problem.

User avatar
RealityRipple
Keeps coming back
Keeps coming back
Posts: 861
Joined: 2018-05-17, 02:34
Location: Los Berros Canyon, California

Re: Search missing in rottentomatoes.com

Unread post by RealityRipple » 2020-08-05, 00:38

Maybe because it's using Custom Elements and a totally proprietary tag called "search-algolia" instead of a normal input.

New Tobin Paradigm

Re: Search missing in rottentomatoes.com

Unread post by New Tobin Paradigm » 2020-08-05, 02:30

It is because of lack of CustomElements as well as a Security Error AND it has mixed content.

What a rotten website.

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

Re: Search missing in rottentomatoes.com

Unread post by Moonchild » 2020-08-05, 07:18

I swear, so many websites that at least had decent HTML (regardless of content) these days are just total crap.
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"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
moonbat
Knows the dark side
Knows the dark side
Posts: 5590
Joined: 2015-12-09, 15:45

Re: Search missing in rottentomatoes.com

Unread post by moonbat » 2020-08-05, 11:21

Why bother coding something simple and self hosted when you can load 50 different scripts, frameworks and analytics/metrics/tracking crap from as many domains and CDNs :roll:
The amount of 3rd party crap I see on eMatrix or uBlock Origin's logs for any site these days is insane.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

User avatar
TheRobin
Apollo supporter
Apollo supporter
Posts: 49
Joined: 2012-10-24, 03:34
Location: Canada

Re: Search missing in rottentomatoes.com

Unread post by TheRobin » 2020-08-27, 10:27

Looks like rotten tomatoes has full blocked Pale Moon and probably a lot of other browsers now. Anyone know how to access the site without having to block scripts?

User avatar
Moonraker
Board Warrior
Board Warrior
Posts: 1873
Joined: 2015-09-30, 23:02
Location: uk.

Re: Search missing in rottentomatoes.com

Unread post by Moonraker » 2020-08-27, 11:36

Maybe that site should be treated like it's namesake and turfed into the trashcan...just an idea. ;)
user of multiple puppy linuxes..upup,fossapup.scpup,xenialpup..... :thumbup:

Pale moon 29.4.1

User avatar
Baloo
Fanatic
Fanatic
Posts: 167
Joined: 2017-08-24, 15:02

Re: Search missing in rottentomatoes.com

Unread post by Baloo » 2020-08-30, 16:37

Yep...not functioning at all now. If anyone finds out about a functioning user agent, let me know. I was unsuccessful in my attempts.
Image
Image

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2985
Joined: 2015-09-26, 04:51
Location: U.S.

Re: Search missing in rottentomatoes.com

Unread post by coffeebreak » 2020-08-30, 17:38

Baloo wrote:
2020-08-30, 16:37
If anyone finds out about a functioning user agent
There probably isn't one.
It's about CustomElements (they seem to actually be detecting the browser's features). -

The redirect url is clearly meant to give a hint:
https://www.rottentomatoes.com/unsupported-browser?err=custom-elements,shadow-dom

Code: Select all

Error: TypeError: window.customElements is undefined
Source File: https://www.rottentomatoes.com/assets/pizza-pie/javascripts/bundles/roma/default.c343cb7c78f.js
Line: 1
If any UA override were to work, I'm guessing it would be a string for an older browser for which they provide a fallback, but I tried a few (IE 11, older Firefox) with no success.

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

Re: Search missing in rottentomatoes.com

Unread post by Moonchild » 2020-08-30, 17:44

If they hard require Google WebComponents from now on then no amount of trying to work around it in any UXP browser will work. They likely do not provide a fallback because "everyone uses Blink anyway". Potentially the shape of things to come.
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

coffeebreak
Moon Magic practitioner
Moon Magic practitioner
Posts: 2985
Joined: 2015-09-26, 04:51
Location: U.S.

Re: Search missing in rottentomatoes.com

Unread post by coffeebreak » 2020-08-30, 18:22

Moonchild wrote:
2020-08-30, 17:44
Potentially the shape of things to come.
Not looking forward to that. :\


There's a kinda sorta workaround for Rotten Tomatoes, if you just want to read.
(Alot of functionality is probably lost - I'm not familiar with the site to know what/how much.)

The site stores its feature-detection information in local storage:
RT-storage-featuredetection.png
If you bar them from setting cookies (or in the alternative turn off local storage), the front page, or some version of it, does load. Any of their local storage present, of course needs to be deleted first.
You do not have the required permissions to view the files attached to this post.

User avatar
cannonmc
Fanatic
Fanatic
Posts: 115
Joined: 2018-08-22, 22:46

Re: Search missing in rottentomatoes.com

Unread post by cannonmc » 2020-09-29, 11:13

It's not just Pale Moon that has been blocked. I tried Waterfox (64-bit) latest and that is blocked.

But curiously it's not the whole site.

I followed this link https://editorial.rottentomatoes.com/article/how-buried-made-its-single-location-the-most-terrifying-ever/?cmp=TWRT_Edit_Anniversary_Buried from RT's twitter page and it came up. But trying to get from that to the main site I got the 'use FF or Chrome', neither of which I like.

Thankfully I rarely wanted to use RT anyway. But why do they do that?

User avatar
adesh
Board Warrior
Board Warrior
Posts: 1273
Joined: 2017-06-06, 07:38

Re: Search missing in rottentomatoes.com

Unread post by adesh » 2020-09-29, 11:22

Because of incompetency and pure evilness.

User avatar
Drugwash
Lunatic
Lunatic
Posts: 272
Joined: 2016-01-28, 12:08
Location: Ploieşti, Romania

Re: Search missing in rottentomatoes.com

Unread post by Drugwash » 2020-10-01, 14:11

coffeebreak wrote:
2020-08-30, 18:22
There's a kinda sorta workaround for Rotten Tomatoes, if you just want to read. [...] If you bar them from setting cookies (or in the alternative turn off local storage), the front page, or some version of it, does load. Any of their local storage present, of course needs to be deleted first.
Indeed this appears to work. Personally I use QuickJava add-on's buttons to quickly enable/disable various elements.

For searching there's another trick I use. I installed the Search Engine Creator add-on and created a custom search string on DuckDuckGo:
Engine name*: DDG on RT <= this will appear as hint in browser's search box so you can name it freely
Search URL*: https://duckduckgo.com/?q={searchTerms}+site:rottentomatoes.com
Icon URL: https://duckduckgo.com/favicon.ico

Of course, one could use any other search engine that provides the custom 'search in site' feature.

Interestingly, the Falkon browser under Linux Mint 19.2 seems to work correctly on RT even with cookies allowed.

If anyone knows other sites similar to RT that can hold a candle to IMDb please let me know through private messages (to avoid hijacking/cluttering this thread).

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

Re: Search missing in rottentomatoes.com

Unread post by Moonchild » 2020-10-01, 14:47

Drugwash wrote:
2020-10-01, 14:11
Interestingly, the Falkon browser under Linux Mint 19.2 seems to work correctly on RT
Falkon uses the Chromium engine, so not really surprising there.
"A dead end street is a place to turn around and go into a new direction" - Anonymous
"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
Drugwash
Lunatic
Lunatic
Posts: 272
Joined: 2016-01-28, 12:08
Location: Ploieşti, Romania

Re: Search missing in rottentomatoes.com

Unread post by Drugwash » 2020-10-01, 15:00

Moonchild wrote:
2020-10-01, 14:47
Falkon uses the Chromium engine
Ah, didn't know that - just installed it recently for a single job: managing mobile broadband modem connection.

I also share your fears regarding what's to come, and not only from the Internet/computing side. Apparently the trend is 'no choice whatsoever'. Let us not acquiesce to that.
Thank you for your continuous work and dedication! :thumbup:

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

Re: Search missing in rottentomatoes.com

Unread post by moonbat » 2020-10-01, 15:08

There are only 3 browser engines in existence - Blink/Chromium, which every popular browser uses, Firefox/Gecko which is copycatting Blik as much as possible, and then us, aka Goanna.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Jabber: moonbat@hot-chili.net

New Tobin Paradigm

Re: Search missing in rottentomatoes.com

Unread post by New Tobin Paradigm » 2020-10-01, 15:10

Off-topic:
Not very interesting either.

Andrew Herbert

Re: Search missing in rottentomatoes.com

Unread post by Andrew Herbert » 2020-10-03, 03:57

moonbat wrote:
2020-10-01, 15:08
There are only 3 browser engines in existence - Blink/Chromium, which every popular browser uses, Firefox/Gecko which is copycatting Blik as much as possible, and then us, aka Goanna.
Or WebKit, since Blink is already far diverged from WebCore, and V8 was made from the scratch.

User avatar
cannonmc
Fanatic
Fanatic
Posts: 115
Joined: 2018-08-22, 22:46

Re: Search missing in rottentomatoes.com

Unread post by cannonmc » 2020-10-07, 23:07

I've just tried Microsoft Edge (spit) which, note, is the default browser for Windows10 (which I rarely use) and that was rejected too.

Are those people stupid?

I did wonder if anyone had manged to get through to RT to see why they are shooting themselves in the foot.