You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's common for pages to have elements whose contents vary on subsequent page views. For instance, a welcome prompt that says "Hello, <user>" or other personalization; a time stamp; or ads.
We should add a configuration parameter that makes it easy to hide these variable elements. It could look something like
Elements would be identified using a query selector. Each item in the hide list would have visible: hidden applied. Each item in the remove list would have display: none applied.
The text was updated successfully, but these errors were encountered:
It's common for pages to have elements whose contents vary on subsequent page views. For instance, a welcome prompt that says "Hello, <user>" or other personalization; a time stamp; or ads.
We should add a configuration parameter that makes it easy to hide these variable elements. It could look something like
Elements would be identified using a query selector. Each item in the
hide
list would havevisible: hidden
applied. Each item in theremove
list would havedisplay: none
applied.The text was updated successfully, but these errors were encountered: