Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gorhill/uBlock
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.63.0
Choose a base ref
...
head repository: gorhill/uBlock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.63.2
Choose a head ref
  • 11 commits
  • 9 files changed
  • 1 contributor

Commits on Mar 18, 2025

  1. [mv3] Add support for explicit generichide filter option

    `generichide` option is implicitly enforced on all sites unless an
    exception overrides `generichide`. Though rare, sometimes a
    `generichide` exception needs to be overridden so that generic
    cosmetic filtering is made possible on a specific site.
    
    This commit is to add support for restoring generic cosmetic
    filtering on sites which were excluded through a `generichide`
    exception.
    
    Concretely, this is needed to ensure the test suite can properly
    verify that generic cosmetic filtering is working when the
    filtering mode is set to "complete":
    
    ||ublockorigin.github.io^$generichide,important
    gorhill committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    98b011f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Add prevent-innerHTML scriptlet

    @description
    Conditionally prevent assignment to `innerHTML` property.
    
    @param [selector]
    Optional. The element must matches `selector` for the prevention to take
    place.
    
    @param [pattern]
    Optional. A pattern to match against the assigned value. The pattern can be
    a plain string, or a regex. Prepend with `!` to reverse the match condition.
    
    As discussed with filter list volunteers.
    gorhill committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    fe74481 View commit details
    Browse the repository at this point in the history
  2. New revision for dev build

    gorhill committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    ebec5a1 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    gorhill committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    eda245a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1834929 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94f7301 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Fix TypedArray overflow

    gorhill committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    76b80ba View commit details
    Browse the repository at this point in the history
  2. New revision for dev build

    gorhill committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    b938711 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    gorhill committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    d8cda00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7651f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7dba69d View commit details
    Browse the repository at this point in the history
Loading