4.3.70 • Published 11 months ago

@adguard/assistant v4.3.70

Weekly downloads
8
License
GPL-3.0
Repository
github
Last release
11 months ago

AdGuard Assistant

AdGuard Assistant is a userscript that helps you manage filtering right from the browser. With its aid you are able to manually block any element, whitelist or report the page, or see the website's security report — all without having to leave the current page.

How to report an issue?

GitHub can be used to report a bug or to submit a feature request. To do so, go to this page and click the New issue button.

Our plans

To see the 'big picture', to watch current progress and to get an idea of approximate dates for upcoming AdGuard Assistant releases, see this page: https://github.com/AdguardTeam/AdguardAssistant/milestones

Releases

You can find all AdGuard Assistant releases here: https://github.com/AdguardTeam/AdguardAssistant/releases

How to build

yarn install

CommandOutput Dir
yarn devbuild/dev
yarn betabuild/beta
yarn releasebuild/release

Each command builds next files inside directory:

  • assistant.meta.js - meta information for userscript
  • assistant.user.js - userscript code
  • assistant.js - code for embedding in another projects (it has functionality for selection of DOM nodes and rules building)
  • build.txt - bamboo environment variables

Embedded version run as:

adguardAssistant().start(null, callback);

Callback returns a rule string.

Usage

Installation

Yarn

yarn add @adguard/assistant

NPM

npm install @adguard/assistant

Usage of npm module

import { adguardAssistant } from '@adguard/assistant'
adguardAssistant().start(null, callback);

Todo

  • write tests
4.3.70

11 months ago

4.3.69

1 year ago

4.3.68

1 year ago

4.3.67

1 year ago

4.3.66

1 year ago

4.3.65

1 year ago

4.3.63

2 years ago

4.3.62

2 years ago

4.3.61

2 years ago

4.3.59

2 years ago

4.3.58

2 years ago

4.3.57

3 years ago

4.3.51

3 years ago

4.3.50

3 years ago

4.3.49

3 years ago

4.3.48

3 years ago

4.3.45

3 years ago

4.3.44

3 years ago