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

Update various popup streaming sites #2263

Merged
merged 1 commit into from
Jan 12, 2025
Merged

Update various popup streaming sites #2263

merged 1 commit into from
Jan 12, 2025

Conversation

ryanbr
Copy link
Collaborator

@ryanbr ryanbr commented Jan 12, 2025

Fixes various ads/popups

  • movi.pk
  • flowermanga.net
  • omegascans.org
  • leercapitulo.co
  • goku.sx
  • solarmovieru.com
  • mangatv.net
  • movies4u.bid
  • 1hd.to
  • streamingcommunity.ooo
  • yuppow.co

@ryanbr ryanbr self-assigned this Jan 12, 2025
@ryanbr ryanbr merged commit fbc8c0a into master Jan 12, 2025
6 checks passed
@ryanbr ryanbr deleted the yuppow.com branch January 12, 2025 11:50
Copy link

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

Here's my review of the pull request:

Description

This PR updates the list of domains for several content filtering rules in the brave-unbreak.txt file. It adds new domains to existing rules and modifies some existing entries. The changes primarily affect rules related to blocking pop-ups, ads, and other unwanted content on various streaming and content websites.

Changes

Changes

  1. brave-unbreak.txt:
    • Added new domains to the nowoif rule: goku.sx, leercapitulo.co, 1hd.to, streamingcommunity.ooo, yuppow.com
    • Added new domains to the rmnt rule for pop-ups: movi.pk
    • Updated the no-fetch-if rule to include new domains: leercapitulo.co, goku.sx, solarmovieru.com, mangatv.net, movies4u.bid, 1hd.to, movi.pk, streamingcommunity.ooo, yuppow.com
    • Updated wildcard rules for nowoif and no-fetch-if to include new domain patterns: leercapitulo., goku., solarmovieru., mangatv., movies4u., 1hd., movi., streamingcommunity.
sequenceDiagram
    participant User
    participant Browser
    participant AdBlocker
    participant Website

    User->>Browser: Visit website
    Browser->>AdBlocker: Check rules
    AdBlocker->>AdBlocker: Apply updated rules
    Browser->>Website: Request content
    Website->>Browser: Send content
    AdBlocker->>Browser: Filter content based on rules
    Browser->>User: Display filtered content
Loading

Possible Issues

  • The addition of new domains to these rules may potentially affect legitimate functionality on these websites. It's important to verify that the added domains are indeed problematic and require content filtering.

Security Hotspots

No significant security vulnerabilities were introduced in this change.

This sequence diagram illustrates how the updated rules in the PR would affect the ad-blocking process when a user visits a website.

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