GithubHelp home page GithubHelp logo

Adguard Assistant Build Status

Disclaimer

  • We believe that all free products should be open source, and AdGuard Assistant is not an exception. Its code can be found in this repository.

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.

To get more information on AdGuard Assistant, visit our website https://adguard.com/.

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

Development build

Built automatically on every new commit:

Version to be used as userscript:

assistant.user.js -- AdGuard Assistant userscript

Version to be used in the browser extension:

assistant.embed.js -- Embedded version of AdGuard Assistant. We use it to provide Assistant's features in browser extensions.

assistant.embed.min.js -- Minified version of AdGuard Assistant.

Embedded version run as:

adguardAssistant().start(null, callback);

Сallback returns a rule string.

Unit test page for dev build is here.

How to build

For development build run:

$ yarn dev

This will compile assistant.user.js file without minification.

For development build with watcher on file changes and debugging from local server run:

$ yarn watch

This will open http://localhost:3000 in browser for debugging with extensions (e.g. Tampermonkey). Local server will serve from build directory. To apply the script, you must specify the script in the address, e.g. http://localhost:3000/assistant.user.js.

To run the task of downloading the localization files, put the .keys.json configuration file in the config directory.

The configuration file looks like:

{
    "url": "url of localizations",
    "projectId": "some id",
    "secretKey": "some key",
    "apiKey": "some api key"
}

For security reasons, this file is ignored by .gitignore settings.

To download and append localizations run:

$ yarn download-locales

Localization list is in options in tasks/index.js.

yndj's Projects

yndj doesn’t have any public repositories yet.

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.