0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update readme with new source code location More... over 1 year ago
Merge branch 'v0.9.5.3' More... over 4 years ago
- Removed donation request - Fixed issue of Rate Us link which was not working for Firefox More... over 4 years ago
Merge branch 'v0.9.5.3' More... over 4 years ago
- Improvements in assets management - Add Rate Us in pop-up menu - Change the short description to "A fast, effective, and free ad blocker." More... over 4 years ago
Merge branch 'v0.9.5.3' More... over 4 years ago
Added the phrase "- free ad blocker" after uBlock More... over 4 years ago
Merge branch 'v0.9.5.3' More... over 4 years ago
- Handle more complex cases of Extended Pseudo Classes - Add support for Adguard :not operator - Added support for using Extended Pseudo Classes in Style filter rule like mycinema.pro#$#[class]:matches-css(width: 336px):matches-css(height: 280px):matches-css(min-height: 280px):has(>ins.adsbygoogle) { visibility: hidden!important; } - Added support for two types of syntax from uBO (+js, +style) More... over 4 years ago
Merge branch 'v0.9.5.3' More... over 4 years ago
Adding support for AdGuard pseudo-classes More... over 4 years ago
update of third-party assets More... over 4 years ago
update of third-party assets More... over 4 years ago
update of third-party assets More... over 4 years ago
Merge branch 'v0.9.5.3' More... over 4 years ago
Translating Adguard CSS rules into uBlock supported compatible rule syntax. -ext-has to :-abp-has() :has to :-abp-has() -ext-contains to :-abp-contains() :contains to :-abp-contains() Adding support for Adguard Cosmetic Css Rule [https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#cosmetic-css-rules-examples-1] Start using chrome.tabs.insertCSS API for CSS rules injection which is applicable for Firefox >= 53 and Chrome >= 66. [https://bugs.chromium.org/p/chromium/issues/detail?id=632009] Code Improvements More... over 4 years ago
update of third-party assets More... over 4 years ago
Merge branch 'v0.9.5.3' More... over 4 years ago
Added support for following filter options - abort-on-property-read - abort-on-property-write - abort-current-inline-script More... over 4 years ago
Merge branch 'v0.9.5.3' More... almost 5 years ago
Updated translation More... almost 5 years ago
Merge branch 'v0.9.5.3' More... almost 5 years ago
Performance and memory related changes More... almost 5 years ago
Merge branch 'v0.9.5.3' More... almost 5 years ago
update of third-party assets More... almost 5 years ago
Merge branch 'v0.9.5.3' More... almost 5 years ago
1. Special handling is given to filters which had to match against document origin only. The filter will only be considered if it satisfies the given criteria. - Should be in the form of `/czf*.` (without token) or `|https://` or `|http://` or `*` - Should have `domain=` option - Should not have a negated domain in its `domain=` option - Should not have `csp=` option examples: |http://$image,script,subdocument,third-party,xmlhttprequest,domain=dwindly.io |https://$image,other,script,stylesheet,third-party,domain=movies123.xyz $websocket,domain=povw1deo.com|povwideo.net|powvideo.net /czf*.$image,domain=100percentfedup.com More... almost 5 years ago
Merge branch 'v0.9.5.3' More... about 5 years ago
- Converted string-based processing into typed array-based processing of blocking by domain name rule and domains listed for $domain option in blocking rules - Removed support for $rewrite option More... about 5 years ago
Convert string-based processing into typed array-based processing of element hiding specific filters only More... about 5 years ago