![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@adguard/assistant
Advanced tools
AdGuard Assistant helps you manage filtering right from the browser
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.
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.
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
You can find all AdGuard Assistant releases here: https://github.com/AdguardTeam/AdguardAssistant/releases
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 userscriptassistant.user.js
- userscript codeassistant.js
- code for embedding in another projects (it has functionality for selection of DOM nodes and rules building)build.txt
- bamboo environment variablesEmbedded version run as:
adguardAssistant().start(null, callback);
Callback returns a rule string.
yarn add @adguard/assistant
npm install @adguard/assistant
import { adguardAssistant } from '@adguard/assistant'
adguardAssistant().start(null, callback);
[4.3.70] - 2023-06-01
self
type build AdguardForMac#1246FAQs
AdGuard Assistant helps you manage filtering right from the browser
The npm package @adguard/assistant receives a total of 129 weekly downloads. As such, @adguard/assistant popularity was classified as not popular.
We found that @adguard/assistant demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
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.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.