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

Commits on Jun 5, 2026

  1. Configuration menu
    Copy the full SHA
    c6009a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa027e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17d6ae0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36fec77 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2026

  1. Configuration menu
    Copy the full SHA
    4a7ce50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe45329 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2026

  1. Configuration menu
    Copy the full SHA
    2d5884f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5512f70 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. Improve JSONPath; add [trusted-]edit-element-object scriptlets

    Improve JSONPath: Add ability to call a method on looked-up instances,
    jsonpath query example (to be further documented):
      $.["onload","onerror"]=call(["${obj}","removeAttribute","${key}"])
    
    New scriptlet `edit-element-object`:
      @description
      Prune properties of one or more elements matching a specific selector.
      Properties can only be removed.
    
      @param selector
      The selector used to locate the elements on which the JSONPath query will
      be applied.
    
      @param jsonq
      A uBO-flavored JSONPath query.
    
      @param timeout
      The maximum time (in milliseconds) to wait for matching elements before
      stopping. Defaults to 0, which executes a single lookup attempt without
      waiting.
    
    New scriptlet `trusted-edit-element-object`:
      @description
      Edit properties of one or more elements matching a specific selector.
      Properties can be assigned new values.
    
      @param selector
      The selector used to locate the elements on which the JSONPath query will
      be applied.
    
      @param jsonq
      A uBO-flavored JSONPath query.
    
      @param timeout
      The maximum time (in milliseconds) to wait for matching elements before
      stopping. Defaults to 0, which executes a single lookup attempt without
      waiting.
    gorhill committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    fdc1a4e View commit details
    Browse the repository at this point in the history
  2. Update changelog

    gorhill committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    2793300 View commit details
    Browse the repository at this point in the history
  3. New revision for dev build

    gorhill committed Jun 8, 2026
    Configuration menu
    Copy the full SHA
    5241e37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25eb28a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. Configuration menu
    Copy the full SHA
    6d50515 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3450b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b0f4da View commit details
    Browse the repository at this point in the history
  4. Add regex-based selectors to jsonpath

    Related discussion:
    uBlockOrigin/uAssets#23076
    gorhill committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    cfc3b05 View commit details
    Browse the repository at this point in the history
Loading