mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 22:03:36 +01:00
62 lines
998 B
JSON
62 lines
998 B
JSON
{
|
|
"trigger": {
|
|
"url-filter": ".*www\\.youtube\\.com\\/get_midroll_"
|
|
},
|
|
"action": {
|
|
"type": "block"
|
|
}
|
|
},
|
|
{
|
|
"trigger": {
|
|
"url-filter": ".*youtube\\.com\\/get_video_info\\?.*adunit"
|
|
}
|
|
}
|
|
"action": {
|
|
"type": "block"
|
|
}
|
|
},
|
|
{
|
|
"trigger": {
|
|
"url-filter": ".*tpc\\.googlesyndication\\.com"
|
|
},
|
|
"action": {
|
|
"type": "block"
|
|
}
|
|
},
|
|
{
|
|
"trigger" : {
|
|
"url-filter" : ".*"
|
|
},
|
|
"action" : {
|
|
"type" : "css-display-none",
|
|
"selector" : ".mealbar-promo-renderer"
|
|
}
|
|
},
|
|
{
|
|
"trigger" : {
|
|
"url-filter" : ".*"
|
|
},
|
|
"action" : {
|
|
"type" : "css-display-none",
|
|
"selector" : "#masthead-ad"
|
|
}
|
|
},
|
|
{
|
|
"trigger" : {
|
|
"url-filter" : ".*"
|
|
},
|
|
"action" : {
|
|
"type" : "css-display-none",
|
|
"selector" : "ytm-promoted-video-renderer"
|
|
},
|
|
},
|
|
{
|
|
"trigger" : {
|
|
"url-filter" : ".*"
|
|
},
|
|
"action" : {
|
|
"type" : "css-display-none",
|
|
"selector" : "#player-ads"
|
|
}
|
|
}
|