Skip to content

Commit 2b67b43

Browse files
Added support for dlive.tv (#344)
fixes #330
1 parent 8caec09 commit 2b67b43

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/data/js/5_clickHandler.js

+2
Original file line numberDiff line numberDiff line change
@@ -7189,6 +7189,8 @@ function getSelector(host) {
71897189
return '.fw_cookies_btns > a[onclick="fw_cookies_policy_deny_all();"]';
71907190
case "swiss.com":
71917191
return '#cm-acceptNone';
7192+
case "dlive.tv":
7193+
return '#asfg > div';
71927194
}
71937195

71947196
if (host.parts.length > 2) {

src/data/rules.js

+1
Original file line numberDiff line numberDiff line change
@@ -15465,6 +15465,7 @@ const rules = {
1546515465
"etiskarna.si": { s: ".cookie__content{display:none !important}" },
1546615466
"solvimus.de": { j: "6" },
1546715467
"archerresourcing.co.uk": { j: "6" },
15468+
"dlive.tv": { j: "5" },
1546815469
};
1546915470

1547015471
const blockUrls = {

0 commit comments

Comments
 (0)