Path: blob/main/files/en-us/mozilla/add-ons/webextensions/api/pageaction/hide/index.md
6558 views
------{{AddonSidebar()}}
Hides the page action for a given tab.
hide() overrides pattern matching, so the page action will not be shown in the specified tab even if its URL is matched by show_matches.
Syntax
Parameters
tabId:
integer. The ID of the tab for which you want to hide the page action.
Browser compatibility
{{Compat}}
Examples
Hide the page action for the current tab when the user clicks it:
{{WebExtExamples}}
Note: This API is based on Chromium's
chrome.pageActionAPI. This documentation is derived frompage_action.jsonin the Chromium code.