Skip to content

Commit

Permalink
Add a fliter for conversation page AD.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon authored Jul 11, 2022
1 parent 853a27b commit 29ba464
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.8
// @version 1.9
// @description Remove hltv.org Annoy AD
// @description:zh-cn 清除那些🤮背景赌博广告.
// @author Frank
Expand All @@ -19,6 +19,7 @@ const filters = [
'[href*="bet"]:not([href^="/"])',
'[class*="regional"]',
'[class*="world"]',
'[class*="accumulator"]',
//'a:not([href^="/"]):not([href^="https://www.hltv.org/"]):not([href^="http://www.hltv.org/"])',
'[data-link-tracking-page="Widget"]'
];
Expand Down

0 comments on commit 29ba464

Please sign in to comment.