Hide the header when it meets one of these two conditions:
urlContainList
Example: https://example.com/home?hide_header_in_toc
hideHeaderInTOC({ urlContainList: ['hide_header_in_toc', 'no_header_in_toc'], headerSelector: '.site-header'}); Copy
hideHeaderInTOC({ urlContainList: ['hide_header_in_toc', 'no_header_in_toc'], headerSelector: '.site-header'});
Configuration options with a URL substring list and header selector.
true
false
Hide the header when it meets one of these two conditions:
urlContainList.Example: https://example.com/home?hide_header_in_toc