GithubHelp home page GithubHelp logo

salin1810 / adguardassistant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from adguardteam/adguardassistant

0.0 0.0 0.0 58.71 MB

Adguard Assistant userscript

License: GNU General Public License v3.0

JavaScript 71.10% HTML 5.57% Less 23.33%

adguardassistant's Introduction

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

Command Output Dir
yarn dev build/dev
yarn beta build/beta
yarn release build/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

adguardassistant's People

Contributors

4-life avatar adbuker avatar ameshkov avatar artembaskal avatar atropnikov avatar ildarkamalov avatar maximtop avatar mizzick avatar northis avatar sc0rp10 avatar slavaleleka avatar suhan3z avatar tvinzz avatar vbagirov avatar vozersky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.