@adguard/agtree
Version:
Tool set for working with adblock filter lists
18 lines (16 loc) • 431 B
JavaScript
/*
* AGTree v3.4.3 (build date: Thu, 11 Dec 2025 13:43:19 GMT)
* (c) 2025 Adguard Software Ltd.
* Released under the MIT license
* https://github.com/AdguardTeam/tsurlfilter/tree/master/packages/agtree#readme
*/
/**
* Known uBO-specific pseudo-class names.
*/
const UboPseudoName = {
MatchesMedia: 'matches-media',
MatchesPath: 'matches-path',
Remove: 'remove',
Style: 'style',
};
export { UboPseudoName };