Skip to content

Commit

Permalink
Update element-hiding.json (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
dharb authored Feb 9, 2024
1 parent 55d9765 commit 421ef23
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions features/element-hiding.json
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@
"close ad",
"close this ad",
"x",
"_",
"sponsored",
"sponsorisé",
"story continues below advertisement",
Expand Down Expand Up @@ -964,6 +965,15 @@
}
]
},
{
"domain": "elpais.com",
"rules": [
{
"selector": ".obne_ob",
"type": "hide-empty"
}
]
},
{
"domain": "eniro.se",
"rules": [
Expand Down Expand Up @@ -1117,6 +1127,14 @@
{
"selector": "fbs-ad",
"type": "closest-empty"
},
{
"selector": ".top-ad-container",
"type": "hide"
},
{
"selector": ".vestpocket",
"type": "hide-empty"
}
]
},
Expand Down Expand Up @@ -1417,6 +1435,19 @@
}
]
},
{
"domain": "ieee.org",
"rules": [
{
"selector": ".top-leader-container",
"type": "hide-empty"
},
{
"selector": "[class*='rblad-ieee_']",
"type": "hide-empty"
}
]
},
{
"domain": "ilfattoquotidiano.it",
"rules": [
Expand Down Expand Up @@ -1559,6 +1590,24 @@
}
]
},
{
"domain": "livescore.com",
"rules": [
{
"selector": "#header-ads-holder",
"type": "hide-empty"
}
]
},
{
"domain": "livesport.com",
"rules": [
{
"selector": "#header-ads-holder",
"type": "hide-empty"
}
]
},
{
"domain": "macrumors.com",
"rules": [
Expand Down Expand Up @@ -1672,6 +1721,27 @@
}
]
},
{
"domain": "newatlas.com",
"rules": [
{
"selector": ".OcelotAdModule",
"type": "hide-empty"
},
{
"selector": "[id*='desktop_article_']",
"type": "hide-empty"
},
{
"selector": "[id*='mobile_article_']",
"type": "hide-empty"
},
{
"selector": "[id*='native_index_desktop_']",
"type": "hide-empty"
}
]
},
{
"domain": "newser.com",
"rules": [
Expand Down Expand Up @@ -1922,6 +1992,19 @@
}
]
},
{
"domain": "primagames.com",
"rules": [
{
"selector": ".primis-player",
"type": "hide-empty"
},
{
"selector": "[data-freestar-ad]",
"type": "hide"
}
]
},
{
"domain": "psypost.com",
"rules": [
Expand Down

0 comments on commit 421ef23

Please sign in to comment.