Skip to content

Commit

Permalink
Element hiding: Address new google pop ups (#2629)
Browse files Browse the repository at this point in the history
* Update element-hiding.json

* Update element-hiding.json
  • Loading branch information
dharb authored Jan 9, 2025
1 parent 18e8a54 commit d455238
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions features/element-hiding.json
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,15 @@
}
]
},
{
"domain": "ebay.ca",
"rules": [
{
"selector": "#g-yolo-overlay-holder",
"type": "hide"
}
]
},
{
"domain": "ebay.com",
"rules": [
Expand Down Expand Up @@ -1576,6 +1585,15 @@
}
]
},
{
"domain": "google.ca",
"rules": [
{
"selector": "div:has(> iframe[src*='prid=19030391'])",
"type": "hide"
}
]
},
{
"domain": "google.com",
"rules": [
Expand Down Expand Up @@ -1663,6 +1681,10 @@
"selector": "div:has(> iframe[src*='prid=19044636'])",
"type": "hide"
},
{
"selector": "div:has(> iframe[src*='prid=19046163'])",
"type": "hide"
},
{
"selector": "[aria-labelledby='promo-header']",
"type": "hide"
Expand Down

0 comments on commit d455238

Please sign in to comment.