Node Highlighting
Last updated
Last updated
Element hiding and some snippets can hide content on a page. Debugging such filters can prove tricky, since it's easy to lose track of hidden elements.
Highlight mode modifies the behavior of hiding filters so that they highlight targeted elements instead of hiding them altogether.
Follow these steps to enable highlight mode:
Open the settings page of an extension.
Open the developer console.
Enter and run the following command:
Highlight mode is now enabled.
To disable highlight mode, change the value
property to false
in the previous command and run it again.