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

Not working at all on Startpage with version 8.6.0 #453

Open
linlinxza opened this issue May 8, 2024 · 10 comments
Open

Not working at all on Startpage with version 8.6.0 #453

linlinxza opened this issue May 8, 2024 · 10 comments

Comments

@linlinxza
Copy link

linlinxza commented May 8, 2024

Expected Behavior

Filtering should work on startpage.

Actual Behavior

Not filtering at all.

Steps to Reproduce the Problem

  1. Install addon
  2. Add an expression like ://.reddit.com/*
  3. Enable for startpage.com
  4. Activate
  5. Search for reddit

Specifications

  • Browser: Librewolf
    
  • Search engine: Startpage.com
    
  • Language: EN
    
  • Region: CA
    

Again, it might be worth also checking the mobile version of startpage.

@GoldenMariaNova
Copy link

It's even worse. The extension can't even access its own options.

This "update" broke the entire extension.

@linlinxza
Copy link
Author

linlinxza commented May 11, 2024

I can access its options interestingly enough. But yeah. This addon needs to be fixed. I don't know of any other method to filter out the crap online (like the Lizard's Meta crap).

@jedomed
Copy link

jedomed commented May 11, 2024

I'm also using Librewolf, filtering works on Google and DDG but on Startpage

@linlinxza
Copy link
Author

I'm also using Librewolf, filtering works on Google and DDG but on Startpage

Yeah. I'm also aware of that.

@linlinxza
Copy link
Author

linlinxza commented May 12, 2024

This is strange. The addon will work briefly on startpage. But after that, it won't. This happens on a fresh browser profile. It's depends on how many times you refresh the page. Then it will work temporarily.

Screenshot_20240512_061005

Refresh:
Screenshot_20240512_061024

Seems like this addon is doing more misses than hits for now. I just hope this gets fixed.

@jedomed
Copy link

jedomed commented May 13, 2024

If you have uBlock, adding startpage.*##.result:has(a[href*="*.reddit.com"]) to your filters seems to do the job. Just wanted to mention it as an alternative, 'cause I kept accidentally clicking on sites I had blacklisted ever since the extension broke.

@linlinxza
Copy link
Author

linlinxza commented May 13, 2024

If you have uBlock, adding startpage.*##.result:has(a[href*="*.reddit.com"]) to your filters seems to do the job. Just wanted to mention it as an alternative, 'cause I kept accidentally clicking on sites I had blacklisted ever since the extension broke.

Thank you! I'll do that. I'm already making custom lists on Github for my repos to try and block all the stuff I see as trash online.

EDIT:

I tried that and it's not working.

@jedomed
Copy link

jedomed commented May 13, 2024

Correction: startpage.*##.result:has(a[href*="www.reddit.com"])
my original example works for blocking Fandom (startpage.*##.result:has(a[href*="*.fandom.com"])) but not Reddit, not sure why, anyway as I'm typing this uBlocklist started working again haha. I think it heard that I was about to replace it with uBlock.

@linlinxza
Copy link
Author

linlinxza commented May 13, 2024

I went with this:

startpage.*##a[href*=".reddit."]:upward(1)

That works. And I ironically, I got it from Reddit. It was for Google searches. But it seems to work on startpage as well.

In the past couple of days, I've learned more on how to use wildcard like approaches on Ublock.

@linlinxza
Copy link
Author

Now I got my list for search results working. If I can get the same effect for image results, then it would be perfect.

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