Add Version 3.0 with Advanced Anti-Adblock Bypass and Enhanced Documentation#3
Open
kiduyu-klaus wants to merge 4 commits intoJoshuaBragg:masterfrom
Open
Add Version 3.0 with Advanced Anti-Adblock Bypass and Enhanced Documentation#3kiduyu-klaus wants to merge 4 commits intoJoshuaBragg:masterfrom
kiduyu-klaus wants to merge 4 commits intoJoshuaBragg:masterfrom
Conversation
Major update with advanced anti-adblock bypass features: real-time popup removal, scroll lock prevention, bait element detection, and continuous monitoring using MutationObserver and periodic checks. Migrates extension to Manifest V3, updates permissions, and improves background script to use chrome.scripting API. README expanded with detailed feature list and technical explanation.
Added automatic script injection on page load in background.js to ensure the adblock bypass runs without manual action. Improved changeDom.js with better detection and removal of anti-adblock modals, continuous monitoring, periodic cleanup, and additional protections against scripts restoring overlays or blocking scrolling. Also added safeguards to prevent multiple executions and enhanced compatibility with various anti-adblock techniques.
Add initial project files including .gitignore, package.json with build and lint scripts, build.js for extension packaging, and generated build artifacts (.crx and .zip files). Sets up the foundation for developing and distributing the AdBlock Detector Bypass Chrome extension.
Added '*.zip' to .gitignore to exclude zip files from version control. Updated README with step-by-step instructions for manually installing the extension in Chrome.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR updates the AdBlock-Detector-Bypass extension to version 3.0 with significantly enhanced capabilities and comprehensive documentation.
Changes
New Features
Technical Improvements
Documentation Updates
Breaking Changes
None — this is a backward-compatible enhancement.
Testing Recommendations
Related Issues
Closes #[issue-number] (if applicable)
Checklist
Migration Notes for Users
Existing users will benefit from automatic updates. The new version maintains compatibility with all previously supported sites while adding protection for advanced detection methods.