Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve media streaming blocking #2327

Merged
merged 2 commits into from
Feb 22, 2025
Merged

Improve media streaming blocking #2327

merged 2 commits into from
Feb 22, 2025

Conversation

ryanbr
Copy link
Collaborator

@ryanbr ryanbr commented Feb 22, 2025

Fixes various ad popups;

  • doods.pro
  • streamwish.top
  • hexload.com
  • jkanime.net
  • flixhub.co
  • yomucomics.com
  • alphatron.tv
  • flyplayer.xyz
  • blsplayer.com

Copy link

[puLL-Merge] - brave/adblock-lists@2327

Description

This PR updates ad-blocking rules for various streaming and content websites. The changes primarily involve adding new domains to existing blocking rules and consolidating domain lists to maintain effective ad-blocking coverage.

Changes

Changes

brave-lists/brave-firstparty.txt:

  • Added new ad-blocking rules for faanproj.com and pifansubs.club
  • Added rules to block popup banners and specific Javascript files
  • Added nowoif protection for flyplayer.xyz

brave-unbreak.txt:

  • Updated and consolidated domain lists for existing blocking rules
  • Added new domains to the comprehensive blocking rules
  • Reorganized domain lists alphabetically
  • Added support for new streaming and content sites
  • Updated wildcards for HEAD advertisement workarounds
sequenceDiagram
    participant User
    participant Browser
    participant AdBlocker
    participant Website

    User->>Browser: Visits website
    Browser->>AdBlocker: Check blocking rules
    AdBlocker->>AdBlocker: Apply updated rules
    alt Banned elements detected
        AdBlocker->>Website: Block ad/popup elements
        Website-->>User: Display clean content
    else No banned elements
        Website-->>User: Display normal content
    end
Loading

@ryanbr ryanbr merged commit 62d10c7 into master Feb 22, 2025
6 checks passed
@ryanbr ryanbr deleted the allas branch February 22, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant