Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply linter suggestions
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rebloor and github-actions[bot] authored Jul 23, 2025
commit 194a0157e6ad855a75047f17e596bc7e947f710e
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ Events have three functions:
- `listener`
- : The function called when this event occurs. The function is passed these arguments:
- `change`
- : 'object'. Details of the changed user-specified settings.
- : 'object'. Details of the changed user-specified settings.
- `isOnToolbar`
- : `boolean`. Whether the extension's action icon is visible on the top-level toolbar of the browser windows (i.e., whether the extension has been 'pinned' by the user).


{{WebExtExamples}}

## Browser compatibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ With the `browserAction` API, you can:
- {{WebExtAPIRef("browserAction.onUserSettingsChanged")}}
- : Fired when a change occurs in the user-specified settings that affect an extension's browser action.


{{WebExtExamples("h2")}}

## Browser compatibility
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ Events have three functions:
- `listener`
- : The function called when this event occurs. The function is passed these arguments:
- `change`
- : 'object'. Details of the changed user-specified settings.
- : 'object'. Details of the changed user-specified settings.
- `isOnToolbar`
- : `boolean`. Whether the extension's browser action icon is visible on the top-level toolbar of the browser windows (i.e., whether the extension has been 'pinned' by the user).


{{WebExtExamples}}

## Browser compatibility
Expand Down