Skip to content

Commit

Permalink
Add some element hiding rules for mantan-web.jp (#2377)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzar authored Oct 18, 2024
1 parent 207bcaf commit a14a3a0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions features/element-hiding.json
Original file line number Diff line number Diff line change
Expand Up @@ -1966,6 +1966,23 @@
}
]
},
{
"domain": "mantan-web.jp",
"rules": [
{
"selector": "center > div",
"type": "hide-empty"
},
{
"selector": ".ad-rec",
"type": "hide-empty"
},
{
"selector": ".conteiner__head",
"type": "hide-empty"
}
]
},
{
"domain": "marketwatch.com",
"rules": [
Expand Down

0 comments on commit a14a3a0

Please sign in to comment.