---
title: "Recipes - Tassos Code Snippets - Tassos Docs"
description: "Practical patterns for combining extension features to control when, where, and who sees your snippets."
url: "https://www.tassos.gr/docs/code-snippets/recipes"
date: "2026-04-28T09:53:20+00:00"
language: "en-GB"
---

# Recipes

Practical patterns for combining extension features to control when, where, and who sees your snippets.

##  [  Run a Snippet on Specific Pages  ](https://www.tassos.gr/docs/code-snippets/recipes/run-a-snippet-on-specific-pages)

##  [  Run a Snippet on Mobile Users  ](https://www.tassos.gr/docs/code-snippets/recipes/run-a-snippet-on-mobile-users)

##  [  Run a Snippet Once per Day  ](https://www.tassos.gr/docs/code-snippets/recipes/run-a-snippet-once-per-day)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Documentation",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Tassos Code Snippets",
            "item": "https://www.tassos.gr/docs/code-snippets"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Recipes",
            "item": "https://www.tassos.gr/docs/code-snippets/recipes"
        }
    ]
}
```
