Skip to content

Commit 7989835

Browse files
authored
Hide blank spaces on inews.co.uk (#4756)
1 parent 1879a50 commit 7989835

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

features/element-hiding.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2266,6 +2266,19 @@
22662266
}
22672267
]
22682268
},
2269+
{
2270+
"domain": "inews.co.uk",
2271+
"rules": [
2272+
{
2273+
"selector": ".inews__advert",
2274+
"type": "closest-empty"
2275+
},
2276+
{
2277+
"selector": ".inews__post-section__leaderboard-ad",
2278+
"type": "closest-empty"
2279+
}
2280+
]
2281+
},
22692282
{
22702283
"domain": "insider.com",
22712284
"rules": [

0 commit comments

Comments
 (0)