Skip to content

Commit

Permalink
Update RIP-hltv-BET.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon committed Jan 16, 2022
1 parent de8b52d commit 0765c1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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.5
// @version 1.6
// @description Remove hltv.org Annoy AD
// @description:zh-cn 清除那些🤮背景赌博广告.
// @author Frank
Expand All @@ -18,7 +18,7 @@ const filters = [
'[href*="bet"]:not([href^="/"])',
'[class*="regional"]',
'[class*="world"]',
'a:not([href^="/"]):not([href^="https://www.hltv.org/"])'
'a:not([href^="/"]):not([href^="https://www.hltv.org/"]):not([href^="http://www.hltv.org/"])'
];

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

0 comments on commit 0765c1b

Please sign in to comment.