Skip to content

Commit

Permalink
Update the rule filters with hltv tricks.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon committed Jun 26, 2022
1 parent 0765c1b commit 730a720
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RIP-hltv-BET.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @name RIP HLTV BET
// @name:zh-CN HLTV 广告去除插件
// @namespace https://github.com/wolfcon/RIP-HLTV-BET
// @version 1.6
// @version 1.7
// @description Remove hltv.org Annoy AD
// @description:zh-cn 清除那些🤮背景赌博广告.
// @author Frank
Expand All @@ -18,7 +18,8 @@ const filters = [
'[href*="bet"]:not([href^="/"])',
'[class*="regional"]',
'[class*="world"]',
'a:not([href^="/"]):not([href^="https://www.hltv.org/"]):not([href^="http://www.hltv.org/"])'
//'a:not([href^="/"]):not([href^="https://www.hltv.org/"]):not([href^="http://www.hltv.org/"])',
'[data-link-tracking-page="Widget"]'
];

// Use ADBlock way to block some annoy element
Expand Down

0 comments on commit 730a720

Please sign in to comment.