Skip to content

Commit

Permalink
Add a betting filter to block ads in match page.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon committed Jul 5, 2022
1 parent 730a720 commit 853a27b
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.7
// @version 1.8
// @description Remove hltv.org Annoy AD
// @description:zh-cn 清除那些🤮背景赌博广告.
// @author Frank
Expand All @@ -15,6 +15,7 @@

const filters = [
'[class*="yabo"]',
'[id*="betting"]',
'[href*="bet"]:not([href^="/"])',
'[class*="regional"]',
'[class*="world"]',
Expand Down

0 comments on commit 853a27b

Please sign in to comment.