Skip to content

Commit

Permalink
Fix sidebar new ad
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon committed May 16, 2023
1 parent 7a5d900 commit aa98f73
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.10
// @version 1.11
// @description Remove hltv.org Annoy AD
// @description:zh-cn 清除那些🤮背景赌博广告.
// @author Frank
Expand All @@ -20,6 +20,7 @@ const filters = [
'[class*="regional"]',
'[class*="world"]',
'[class*="accumulator"]',
'[class*=bg-sidebar]',
//'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 aa98f73

Please sign in to comment.