Skip to content

Commit

Permalink
handle v1.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed May 15, 2023
1 parent d4f09e5 commit d10aca0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/redirects/prevent-bab.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { preventBab as preventBabScriptlet } from '../scriptlets/prevent-bab';

/**
* @redirect prevent-bab
*
* @description
* Prevents BlockAdblock script from detecting an ad blocker.
*
Expand All @@ -15,6 +16,8 @@ import { preventBab as preventBabScriptlet } from '../scriptlets/prevent-bab';
* ```
* /blockadblock.$script,redirect=prevent-bab
* ```
*
* @added v1.3.19.
*/
const preventBab = preventBabScriptlet;
preventBab.names = [
Expand Down

0 comments on commit d10aca0

Please sign in to comment.