Hide the sidebar on the webpage.
Example: https://example.com/home?hide_sidebar
hideSidebar({ urlContainList: ['hide_sidebar', 'no_sidebar'], primarySelector: '#main-content', secondarySelector: '#sidebar'}); Copy
hideSidebar({ urlContainList: ['hide_sidebar', 'no_sidebar'], primarySelector: '#main-content', secondarySelector: '#sidebar'});
Configuration options with a URL substring list and primary and secondary selectors.
true
false
Hide the sidebar on the webpage.
Example: https://example.com/home?hide_sidebar