![Adblock Plus 2.0] ! Checksum: b1IOxV6H5y9SKp3UyEjiwQ ! Diff-Path: ../patches/14/14-s-1713810848-3600.patch ! Title: AdGuard Annoyances filter ! Description: Blocks irritating elements on web pages including cookie notices, third-party widgets and in-page pop-ups. Contains the following AdGuard filters: Cookie Notices, Popups, Mobile App Banners, Other Annoyances and Widgets. ! Version: 2.1.94.3 ! TimeUpdated: 2024-04-22T18:31:53+00:00 ! Expires: 5 days (update frequency) ! Homepage: https://github.com/AdguardTeam/AdGuardFilters ! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE ! !-------------------------------------------------------------------! !------------------ General JS API ---------------------------------! !-------------------------------------------------------------------! ! JS API START ! ! AG_removeCookie ! Examples: AG_removeCookie('/REGEX/') or AG_removeCookie('part of the cookie name') ! ! ! AG_defineProperty ! See https://github.com/AdguardTeam/deep-override ! ! ! AG_abortOnPropertyWrite(property, debug) ! Aborts execution of a script when it attempts to write the specified property. ! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override) ! ! Examples: ! AG_abortOnPropertyWrite('String.fromCharCode'); ! ! @param property property or properties chain ! @param debug optional, if true - we will print warning when script is aborted. ! ! ! AG_abortOnPropertyRead(property, debug) ! Aborts execution of a script when it attempts to read the specified property. ! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override) ! ! Examples: ! AG_abortOnPropertyRead('String.fromCharCode'); ! ! @param property property or properties chain ! @param debug optional, if true - we will print warning when script is aborted. ! ! ! AG_abortInlineScript(regex, property, debug) ! Aborts execution of an inline script when it attempts to access the specified property ! AND content of the