Socket
Socket
Sign inDemoInstall

@adguard/assistant

Package Overview
Dependencies
0
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @adguard/assistant

AdGuard Assistant helps you manage filtering right from the browser


Version published
Maintainers
3
Install size
1.23 MB
Created

Changelog

Source

[4.3.70] - 2023-06-01

Added

  • self type build AdguardForMac#1246
<!-- [Unreleased]: https://github.com/AdguardTeam/AdguardAssistant/compare/v4.3.70...HEAD -->

Readme

Source

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

FAQs

Last updated on 01 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc