Skip to content

Instantly share code, notes, and snippets.

@noamshemesh
Last active August 8, 2019 06:55
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noamshemesh/955f80587dfbd22bb44a146aadcc4dbf to your computer and use it in GitHub Desktop.
Save noamshemesh/955f80587dfbd22bb44a146aadcc4dbf to your computer and use it in GitHub Desktop.
Remove all Kosher restaurants from 10bis (with ublock)
##a[data-test="restaurant-item"]:has(img[src="https://tenbis.azureedge.net/static/images/icons/kosher.svg"])
@guymi
Copy link

guymi commented Sep 12, 2018

Thanks for the rule. I was looking after such a filter for a long time.
My 2 cents for those who get into troubles:

  1. to see the new site - users must log out and then log in from 10bis site.
  2. ublock is a browser extension. Get it from browser store - look for "uBlock" or "uBlock Origin"

@guymi
Copy link

guymi commented Sep 12, 2018

In ublock extension - you must add:
www.10bis.co.il##div[class*="VirtualizedList__Item"]:has(img[src="static/images/kosher-badge.svg"])

see picture:
image

@guymi
Copy link

guymi commented Sep 26, 2018

@noamshemesh
Copy link
Author

Updated to latest 10bis changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment