![Adblock Plus 2.0] ! Checksum: SZxU30UilOM/rmP1tLlQ8w ! Title: AdGuard Japanese filter ! Description: Filter that enables ad blocking on websites in Japanese language. ! Version: 2.0.3.8 ! TimeUpdated: 2020-05-14T12:04:21+03:00 ! Expires: 4 days (update frequency) ! Homepage: http://adguard.com/filters.html#japanese ! License: http://creativecommons.org/licenses/by-sa/3.0/ ! !---------------------------------------------------------------------------! !-------------- 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