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: 8f544e53bcfeb444677d6497ce186af7663efb58
Choose a base ref
...
head repository: gorhill/uBlock
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab8baaf833911fb3acb320d0a5b903e1690ed087
Choose a head ref
  • 13 commits
  • 17 files changed
  • 1 contributor

Commits on Mar 6, 2026

  1. Update main.yml

    gorhill authored Mar 6, 2026
    Configuration menu
    Copy the full SHA
    d92b6f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. Configuration menu
    Copy the full SHA
    3703f5e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Configuration menu
    Copy the full SHA
    5279398 View commit details
    Browse the repository at this point in the history
  2. Add prevent-textContent scriptlet

     @description
     Conditionally prevent assignment to `textContent` 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.
    gorhill committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    bdd10eb View commit details
    Browse the repository at this point in the history
  3. New revision for dev build

    gorhill committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    d86f17d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Update changelog

    gorhill committed Mar 13, 2026
    Configuration menu
    Copy the full SHA
    abb4a91 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. Configuration menu
    Copy the full SHA
    9026920 View commit details
    Browse the repository at this point in the history
  2. Add new filter option: requestheader

    Related issue:
    uBlockOrigin/uAssets#32194 (comment)
    
    Usage of `requestheader=` option is exactly same as current `header=`
    option. `header=` option has been renamed `responseheader=` and the
    current `header=` option is now an alias for `responseheader=`.
    
    Filter authors must cease using `header=` option and instead use the
    more accurate `responseheader=` option when uBO 1.71.0 is released.
    
    uBOL for Chromium does support conversion of `requestheader` to a DNR
    `requestHeaders` condition. Currently other browser platforms do not
    support `requestHeaders` condition.
    gorhill committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    e871d6e View commit details
    Browse the repository at this point in the history
  3. Update changelog

    gorhill committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    f73c57d View commit details
    Browse the repository at this point in the history
  4. New revision for dev build

    gorhill committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    f5de580 View commit details
    Browse the repository at this point in the history
  5. Firefox doesn't need extraHeaders

    Related commit:
    e871d6e673
    gorhill committed Mar 14, 2026
    Configuration menu
    Copy the full SHA
    251eb97 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

  1. Used values instead of bits for modify filter options

    This has long be a TODO, opportunistically done now because the
    compiled/selfie magic numbers had to be changed in another commit.
    gorhill committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    4c0a6b8 View commit details
    Browse the repository at this point in the history
  2. Fix editor's autocomplete for first filter option

    This was reported in the past somewhere, can't remember where
    exactly.
    
    This was a regression from:
    aaf35d9d71
    gorhill committed Mar 15, 2026
    Configuration menu
    Copy the full SHA
    ab8baaf View commit details
    Browse the repository at this point in the history
Loading