Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search page is broken (probably very rare) #55

Closed
elaymm4 opened this issue Aug 27, 2023 · 8 comments
Closed

Search page is broken (probably very rare) #55

elaymm4 opened this issue Aug 27, 2023 · 8 comments

Comments

@elaymm4
Copy link

elaymm4 commented Aug 27, 2023

It seems that I'm one of the few people left that still has older search page style, therefore I'm getting these kind of problems:
2012
2014
2019

@lightbeam24
Copy link
Owner

What old search page style? If you're talking about the old search filters button, I highly doubt that would cause this. Did you test in a Private Window? Do you have any other extensions and/or scripts that affect YouTube enabled? CustomTube is only compatible with uBlock Origin and Return YouTube Dislike right now.

I remember one user had a similar problem with the homepage only showing 1 video per row, and the cause was an old "Sort by Oldest" extension they forgot to uninstall.

@elaymm4
Copy link
Author

elaymm4 commented Aug 27, 2023

Okay, let me list everything I have ATM:

  • 2012 HTML5 Player (Stylus script)
  • Disable YouTube AutoPause (Violentmonkey script)
  • Return YouTube Comment Username (Violentmonkey script)
  • AdBlock
  • Annotations Restored for YouTube
  • Return YouTube Dislike
  • Screenshot YouTube
  • YouTube Fix (force loads channel images, since where I live they don't load by default)

Tried disabling every extension and leaving just CustomTube, get same behavior. Tried running it in private window, no changes.
I use Microsoft Edge (Chromium version obviously).

@lightbeam24
Copy link
Owner

Could you try it in Firefox? Try it both signed in and signed out. That should help determine where the issue is coming from.

@elaymm4
Copy link
Author

elaymm4 commented Aug 28, 2023

Downloaded latest release of Firefox, installed CustomTube from Add-ons page, tested both signed in and signed out. Same results.
signed-2012
signed-2014
signed-2019
unsigned-2012
unsigned-2014
unsigned-2019

@elaymm4 elaymm4 closed this as completed Aug 28, 2023
@elaymm4 elaymm4 reopened this Aug 28, 2023
@lightbeam24
Copy link
Owner

lightbeam24 commented Aug 28, 2023

Alright, I just looked into it, and you were actually right; the fact that you still have the old Search Filters design is indeed the cause. I'm honestly baffled, I had no idea such a thing could happen. Luckily, the fix is very easy, assuming it works.

Paste this code into Stylus:

#header.ytd-search {
  display: none !important;
}

Hopefully this helps.

@elaymm4
Copy link
Author

elaymm4 commented Aug 28, 2023

Yep, that fixed it!
Thanks for help.
fixed-2012
fixed-2014
fixed-2019

@elaymm4 elaymm4 closed this as completed Aug 28, 2023
@lightbeam24
Copy link
Owner

Good to hear! Just know that once you get the new design, the search filters will be completely invisible, so you'll want to disable that code when that happens.

@SilverTennyson
Copy link

Please tell me, I have the same problem with the search, what should I do? I didn't understand anything from this topic. (

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants