Page filters cheat sheet

To customize the presence of the Easter Eggs on your website use the following page filters cheat sheet here:

Page filters cheat sheet:

**/*.html — shows the Easter Eggs on the pages with a certain file extension. Example: hoversignal.com/testpage.html Easter Eggs will be displayed only on pages with a .html at the end of the link.

**/basket/** — shows the Easter Eggs on the pages with a certain word in the URL. Example: hoversignal.com/basket Easter Eggs will be displayed only on pages with a in the URL.“basket” at the end of the link.

**/{basket,order}?(**) — shows the Easter Eggs on the several pages with certain words in the URL Example: hoversignal.com/basket hoversignal.com/order Easter Eggs will be displayed only on pages with a “basket” and “order” in the URL.

*://ourdomain.com!(/{fi,fr,es})?(**) — limits the Easter Eggs in english to the root of the domain. Example: Your english website is under ourdomain.com/ translations in subfolders /es /fi /fr

!(**/de/**) — Regex for all pages that do not contain /de/ Example: the Easter Eggs won't appear on pages containing /de/

**/de/** — Regex for all pages that contain /de/ Example: the Easter Eggs appears only on pages containing /de/

**/blog/+(*/**) — The Easter Eggs appears inside the directory blog/, but not on the blog page itself Example: The Easter Eggs appears on rovertask.com/blog/new_features, but not on the rovertask.com/blog

*://{blog,career}.rovertask.com/!(**/{new_features,update}**) The Easter Eggs appears only inside the subdomain blog.rovertask.com and career.rovertask.com except for url containing /new_features or /update. The Easter Eggs won't appear at the main page (rovertask.com)

*://hoversignal.com/** Regex for all pages within the main domain except subdomains. Example: The Easter Eggs appears on rovertask.com and rovertask.com/prices but not on the blog.rovertask.com or career.rovertask.com