|
7618
|
143
|
1
|
2026-04-13T16:12:59.375940+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096779375_m1.jpg...
|
Code
|
Getting started with Cla… — screenpipe [SSH: 100.7 Getting started with Cla… — screenpipe [SSH: 100.73.206.126]...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
http://your-server-ip:8766
http://your-server-ip:8766
To check if it's running:
Copy code to clipboard
docker compose ps
To view logs:
Copy code to clipboard
docker compose logs -f
Make sure an
.env
file exists in
/volume1/screenpipe/app/
before starting — the compose file references one (
env_file: .env
). If it's missing, the container will fail to start.
Bash
IN
ls /volume1/screenpipe/app/.env 2>/dev/null && echo "exists" || echo "MISSING"
Copy code to clipboard
OUT
/volume1/screenpipe/app/.env
exists
[rerun: b3]
The
.env
file exists, so you're good to go. Just run:
Copy code to clipboard
cd /volume1/screenpipe/app && docker compose up -d
Message actions
docker-compose.yml
docker-compose.yml
I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it
Thinking
Thinking
Let me check the current state of the data.
Bash
IN
ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20
Copy code to clipboard
OUT
-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite
2026-04-09
2026-04-11
2026-04-12
[rerun: b1]
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite ".tables"
Copy code to clipboard
OUT
_sqlx_migrations meetings
audio_chunks memories
audio_tags memories_fts
audio_transcriptions memories_fts_config
audio_transcriptions_fts memories_fts_data
audio_transcriptions_fts_config memories_fts_docsize
audio_transcriptions_fts_data memories_fts_idx
audio_transcriptions_fts_docsize ocr_text
audio_transcriptions_fts_idx pipe_executions
elements pipe_scheduler_state
elements_fts speaker_embeddings
elements_fts_config speakers
elements_fts_data tags
elements_fts_docsize ui_events
elements_fts_idx ui_events_fts
frames ui_events_fts_config
frames_fts ui_events_fts_data
frames_fts_config ui_events_fts_docsize
frames_fts_content ui_events_fts_idx
frames_fts_data video_chunks
frames_fts_docsize vision_tags
frames_fts_idx
[rerun: b2]
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;"
Copy code to clipboard
OUT
6923
5464
3
[rerun: b3]
The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.
Read
main.py
main.py
Read
db.py
db.py
The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:
Bash
IN
cd /volume1/screenpipe/app && docker compose up -d 2>&1
Copy code to clipboard...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Explorer (⇧⌘E)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Search (⇧⌘F)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Source Control (⌃⇧G)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Run and Debug (⇧⌘D)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Remote Explorer","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Claude Code","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Containers","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"EXPLORER","depth":17,"role_description":"heading"},{"role":"AXStaticText","text":"EXPLORER","depth":18,"role_description":"text"},{"role":"AXButton","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"SCREENPIPE [SSH: 100.73.206.126]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"#recycle","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"app","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"__pycache__","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"consumers","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"static","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"cli.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"docker-compose.yml","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"Dockerfile","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"main.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"requirements.txt","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"data","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"pipes","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.sqlite","depth":27,"role_description":"text"},{"role":"AXButton","text":"Outline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"OUTLINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"OUTLINE","depth":23,"role_description":"text"},{"role":"AXButton","text":"Timeline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"TIMELINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"TIMELINE","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"pipe.md, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Untitled-2, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"docker-compose.yml, preview, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"","depth":29,"role_description":"text"},{"role":"AXTextArea","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":28,"value":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","role_description":"editor","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":29,"role_description":"text"},{"role":"AXRadioButton","text":"Getting started with Cla…, Editor Group 2","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Problems (⇧⌘M)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PROBLEMS","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Output (⇧⌘U)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUTPUT","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Debug Console (⇧⌘Y)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DEBUG CONSOLE","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Terminal (⌃`)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"TERMINAL","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Ports","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PORTS","depth":24,"role_description":"text"},{"role":"AXButton","text":"remote SSH: 100.73.206.126","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"SSH: 100.73.206.126","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Problems","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Ports Forwarded","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"Notifications","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sign In","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Sign In","depth":17,"role_description":"text"},{"role":"AXButton","text":"Screen Reader Optimized","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Info: Setting up SSH Host 100.73.206.126: Setting up SSH tunnel","depth":12,"role_description":"text"},{"role":"AXStaticText","text":"Command Succeeded","depth":12,"role_description":"text"},{"role":"AXButton","text":"Getting started with Claude agent SDK","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Session history","depth":18,"help_text":"Session history","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New session","depth":18,"help_text":"New session","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to start it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check what's in your working directory to understand what you're referring to.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app\ndata\ndb.sqlite\npipes\n#recycle\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"cli.py\nconsumers\ndb.py\ndocker-compose.yml\nDockerfile\nmain.py\nrequirements.txt\nstatic\nai-habits\nday-recap\nmeeting-summary\nstandup-update\ntime-breakdown\nvideo-export\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"docker-compose.yml","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This is a Screenpipe app with a Docker Compose setup. To start it:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app\ndocker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This builds the image (first run) and starts the container in the background","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The app will be accessible at","depth":23,"role_description":"text"},{"role":"AXLink","text":"http://your-server-ip:8766","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-server-ip:8766","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"To check if it's running:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose ps","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"To view logs:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose logs -f","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Make sure an","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists in","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"before starting — the compose file references one (","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"env_file: .env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"). If it's missing, the container will fail to start.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/.env 2>/dev/null && echo \"exists\" || echo \"MISSING\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/.env\nexists\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists, so you're good to go. Just run:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check the current state of the data.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite\n2026-04-09\n2026-04-11\n2026-04-12\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \".tables\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"_sqlx_migrations meetings \naudio_chunks memories \naudio_tags memories_fts \naudio_transcriptions memories_fts_config \naudio_transcriptions_fts memories_fts_data \naudio_transcriptions_fts_config memories_fts_docsize \naudio_transcriptions_fts_data memories_fts_idx \naudio_transcriptions_fts_docsize ocr_text \naudio_transcriptions_fts_idx pipe_executions \nelements pipe_scheduler_state \nelements_fts speaker_embeddings \nelements_fts_config speakers \nelements_fts_data tags \nelements_fts_docsize ui_events \nelements_fts_idx ui_events_fts \nframes ui_events_fts_config \nframes_fts ui_events_fts_data \nframes_fts_config ui_events_fts_docsize \nframes_fts_content ui_events_fts_idx \nframes_fts_data video_chunks \nframes_fts_docsize vision_tags \nframes_fts_idx\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"6923\n5464\n3\n[rerun: b3]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"main.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"main.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"db.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"db.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
7405191823504215667
|
-6538890426919446893
|
click
|
accessibility
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
http://your-server-ip:8766
http://your-server-ip:8766
To check if it's running:
Copy code to clipboard
docker compose ps
To view logs:
Copy code to clipboard
docker compose logs -f
Make sure an
.env
file exists in
/volume1/screenpipe/app/
before starting — the compose file references one (
env_file: .env
). If it's missing, the container will fail to start.
Bash
IN
ls /volume1/screenpipe/app/.env 2>/dev/null && echo "exists" || echo "MISSING"
Copy code to clipboard
OUT
/volume1/screenpipe/app/.env
exists
[rerun: b3]
The
.env
file exists, so you're good to go. Just run:
Copy code to clipboard
cd /volume1/screenpipe/app && docker compose up -d
Message actions
docker-compose.yml
docker-compose.yml
I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it
Thinking
Thinking
Let me check the current state of the data.
Bash
IN
ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20
Copy code to clipboard
OUT
-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite
2026-04-09
2026-04-11
2026-04-12
[rerun: b1]
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite ".tables"
Copy code to clipboard
OUT
_sqlx_migrations meetings
audio_chunks memories
audio_tags memories_fts
audio_transcriptions memories_fts_config
audio_transcriptions_fts memories_fts_data
audio_transcriptions_fts_config memories_fts_docsize
audio_transcriptions_fts_data memories_fts_idx
audio_transcriptions_fts_docsize ocr_text
audio_transcriptions_fts_idx pipe_executions
elements pipe_scheduler_state
elements_fts speaker_embeddings
elements_fts_config speakers
elements_fts_data tags
elements_fts_docsize ui_events
elements_fts_idx ui_events_fts
frames ui_events_fts_config
frames_fts ui_events_fts_data
frames_fts_config ui_events_fts_docsize
frames_fts_content ui_events_fts_idx
frames_fts_data video_chunks
frames_fts_docsize vision_tags
frames_fts_idx
[rerun: b2]
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;"
Copy code to clipboard
OUT
6923
5464
3
[rerun: b3]
The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.
Read
main.py
main.py
Read
db.py
db.py
The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:
Bash
IN
cd /volume1/screenpipe/app && docker compose up -d 2>&1
Copy code to clipboard...
|
7617
|
|
7619
|
143
|
2
|
2026-04-13T16:13:04.327591+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096784327_m1.jpg...
|
Firefox
|
Shameless • HBO Max — Personal
|
True
|
play.hbomax.com/show/06f986dd-dd6a-4596-9a0a-f473e play.hbomax.com/show/06f986dd-dd6a-4596-9a0a-f473ef99c64b...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Shameles DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Shameless • HBO Max
Shameless • HBO Max
Close tab
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
New Tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
The TLS handshake finished for play.hbomax.com…...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Shameless • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Shameless • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"The TLS handshake finished for play.hbomax.com…","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
4366360803698890918
|
-3394580232389489960
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Shameles DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Shameless • HBO Max
Shameless • HBO Max
Close tab
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
New Tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
The TLS handshake finished for play.hbomax.com…...
|
NULL
|
|
7620
|
143
|
3
|
2026-04-13T16:13:07.754440+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096787754_m1.jpg...
|
Firefox
|
Shameless • HBO Max — Personal
|
True
|
play.hbomax.com/video/watch/83d5286c-3ee3-4330-89e play.hbomax.com/video/watch/83d5286c-3ee3-4330-89ee-698f410cfbd0/e8639cb2-cbb5-4822-b089-11a5ef247172...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Shameles DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Shameless • HBO Max
Shameless • HBO Max
Close tab
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
New Tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Preskočiť na hlavný obsah
Preskočiť na hlavný obsah
Prezerať audiokomentár
Prezerať audiokomentár
Domovská stránka služby H B O Max
Domov
Domov
Seriály
Seriály
Filmy
Filmy
H B O
Šport
Šport
Hľadať
Moje tituly
Ponuky Profil a Nastavenia. Profil používateľa Lukáš.. Avatar: Meerkat from Crikey! It's the Irwins
Hriešnici
Hodnotené: 14, Sex, Jazyk, Omamné látky, Trvanie: 53 minút, Uvedené v roku 2014
Obnoviť Hriešnici Séria 4, epizóda 3: Časť 3, zostáva: 31 min
Obnoviť S4 E3
Reštartovať Hriešnici Séria 4, epizóda 3: Časť 3
Reštartovať
Pridať do Môjho zoznamu: Hriešnici
Môj zoznam
Ohodnotiť tento seriál
Ohodnotiť
Séria 4, epizóda 3: Časť 3
S4 E3: Časť 3
Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
Žánre: Komédia, Čierna komédia
Epizód
Epizód
Séria 4
Séria 4
Predchádzajúce tituly
Pozerať znova: Séria 4, epizóda 1: Časť 1. 1 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Gallagherovci sa snažia ísť ďalej.
E1: Časť 1
54 min
2014
Gallagherovci sa snažia ísť ďalej.
Pozerať znova: Séria 4, epizóda 2: Časť 2. 2 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.
E2: Časť 2
48 min
2014
Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.
Pozerať Séria 4, epizóda 3: Časť 3. 3 z 12. Zostáva: 32 minút. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 53 minút. Uvedené v roku 2014. Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
E3: Časť 3
53 min
2014
Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
Ponuka pre epizódu 3: Časť 3
Séria 4, epizóda 4: Časť 4. 4 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Frank si vymyslí "nehodu", aby mohol zaplatiť za transplantáciu.
E4: Časť 4
55 min
2014
Frank si vymyslí "nehodu", aby mohol zaplatiť za transplantáciu.
Ponuka pre epizódu 4: Časť 4
Séria 4, epizóda 5: Časť 5. 5 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Robbie povie Mikeovi o svojom pomere s Fionou.
E5: Časť 5
50 min
2014
Robbie povie Mikeovi o svojom pomere s Fionou.
Ponuka pre epizódu 5: Časť 5
Séria 4, epizóda 6: Časť 6. 6 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Následky Liamovej nehody dostanú Fionu do väzenia.
E6: Časť 6
55 min
2014
Následky Liamovej nehody dostanú Fionu do väzenia.
Ponuka pre epizódu 6: Časť 6
Séria 4, epizóda 7: Časť 7. 7 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 49 minút. Uvedené v roku 2014. Lip robí všetko pre to, aby rodinu udržal pohromade.
E7: Časť 7
49 min
2014
Lip robí všetko pre to, aby rodinu udržal pohromade.
Ponuka pre epizódu 7: Časť 7
Séria 4, epizóda 8: Časť 8. 8 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Ian sa konečne vracia domov.
E8: Časť 8
54 min
2014
Ian sa konečne vracia domov.
Ponuka pre epizódu 8: Časť 8
Séria 4, epizóda 9: Časť 9. 9 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 52 minút. Uvedené v roku 2014. Carl sa zoznámi s problémovou dievčinou menom Bonnie.
E9: Časť 9
52 min
2014
Carl sa zoznámi s problémovou dievčinou menom Bonnie.
Séria 4, epizóda 10: Časť 10. 10 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Fiona poruší podmienku.
E10: Časť 10
50 min
2014
Fiona poruší podmienku.
Séria 4, epizóda 11: Časť 11. 11 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Fiona je poslaná do nápravného zariadenia.
E11: Časť 11
48 min
2014
Fiona je poslaná do nápravného zariadenia.
Séria 4, epizóda 12: Časť 12. 12 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Frank sa začína zotavovať a cíti sa ako predtým.
E12: Časť 12
54 min
2014
Frank sa začína zotavovať a cíti sa ako predtým.
Nasledujúce tituly
Tiež by sa vám mohlo páčiť
Tiež by sa vám mohlo páčiť
Dva a pol chlapa. Riadok 1 z 4, stĺpec 1 z 8
Ponuka pre titul Dva a pol chlapa
Teória veľkého tresku. Riadok 1 z 4, stĺpec 2 z 8
Ponuka pre titul Teória veľkého tresku
Rick a Morty. Riadok 1 z 4, stĺpec 3 z 8
Ponuka pre titul Rick a Morty
Prvé manželstvo Georgieho a Mandy. Riadok 1 z 4, stĺpec 4 z 8. Nová epizóda
Ponuka pre titul Prvé manželstvo Georgieho a Mandy
Živí mŕtvi. Riadok 1 z 4, stĺpec 5 z 8
Ponuka pre titul Živí mŕtvi
Hrozba z temnoty. Riadok 1 z 4, stĺpec 6 z 8
Ponuka pre titul Hrozba z temnoty
Gossip Girl. Riadok 1 z 4, stĺpec 7 z 8
Ponuka pre titul Gossip Girl
Upírske denníky. Riadok 1 z 4, stĺpec 8 z 8
Ponuka pre titul Upírske denníky
Mladý Sheldon. Riadok 2 z 4, stĺpec 1 z 8
Ponuka pre titul Mladý Sheldon
The Originals. Riadok 2 z 4, stĺpec 2 z 8
Ponuka pre titul The Originals
Pán Nakladačka. Riadok 2 z 4, stĺpec 3 z 8
Ponuka pre titul Pán Nakladačka
Stále v kurze. Riadok 2 z 4, stĺpec 4 z 8. Nová epizóda
Ponuka pre titul Stále v kurze
Girls. Riadok 2 z 4, stĺpec 5 z 8
Ponuka pre titul Girls
Barry. Riadok 2 z 4, stĺpec 6 z 8
Ponuka pre titul Barry
Roztomilé mrchy. Riadok 2 z 4, stĺpec 7 z 8
Ponuka pre titul Roztomilé mrchy
Silicon Valley. Riadok 2 z 4, stĺpec 8 z 8
Ponuka pre titul Silicon Valley
Sexuálny život vysokoškoláčok. Riadok 3 z 4, stĺpec 1 z 8
Ponuka pre titul Sexuálny život vysokoškoláčok
Hung - Na veľkosti záleží. Riadok 3 z 4, stĺpec 2 z 8
Ponuka pre titul Hung - Na veľkosti záleží
Boj o riaditeľňu. Riadok 3 z 4, stĺpec 3 z 8
Ponuka pre titul Boj o riaditeľňu
Biely lotos. Riadok 3 z 4, stĺpec 4 z 8
Ponuka pre titul Biely lotos
John Oliver: Čo týždeň dal a vzal. Riadok 3 z 4, stĺpec 5 z 8
Ponuka pre titul John Oliver: Čo týždeň dal a vzal
Hore a dole. Riadok 3 z 4, stĺpec 6 z 8
Ponuka pre titul Hore a dole
Hráči. Riadok 3 z 4, stĺpec 7 z 8
Ponuka pre titul Hráči
Moje nové Ja. Riadok 3 z 4, stĺpec 8 z 8
Ponuka pre titul Moje nové Ja
Viceprezident(ka). Riadok 4 z 4, stĺpec 1 z 8
V mene nášho Pána. Riadok 4 z 4, stĺpec 2 z 8
Čo robíme v temnotách. Riadok 4 z 4, stĺpec 3 z 8
Vo štvorici. Riadok 4 z 4, stĺpec 4 z 8
21 Jump street. Riadok 4 z 4, stĺpec 5 z 8
Normálka. Riadok 4 z 4, stĺpec 6 z 8
H B O Max You tube (otvorí sa na novej karte), 1 z 12
H B O Max x (otvorí sa na novej karte), 2 z 12
H B O Max Instagram (otvorí sa na novej karte), 3 z 12
H B O Max Tik Tok (otvorí sa na novej karte), 4 z 12
Prístupnosť (otvorí sa na novej karte), 5 z 12
Prístupnosť
Zvukový popis, 6 z 12
Zvukový popis
Zásady ochrany súkromia (otvorí sa na novej karte), 7 z 12
Zásady ochrany súkromia
Podmienky používania (otvorí sa na novej karte), 8 z 12
Podmienky používania
Spravovať cookies (otvorí sa na novej karte), 9 z 12
Spravovať cookies
Informácie (otvorí sa na novej karte), 10 z 12
Informácie
Informácie o spoločnosti (otvorí sa na novej karte), 11 z 12
Informácie o spoločnosti
Pomoc (otvorí sa na novej karte), 12 z 12
Pomoc
© 2026 HBO Europe s.r.o. Max and related elements are property of Home Box Office, Inc. All Rights Reserved....
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Shameless • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Shameless • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Preskočiť na hlavný obsah","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Preskočiť na hlavný obsah","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Prezerať audiokomentár","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Prezerať audiokomentár","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Domovská stránka služby H B O Max","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Domov","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Domov","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Seriály","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Seriály","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Filmy","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Filmy","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"H B O","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Šport","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Šport","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Hľadať","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Moje tituly","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuky Profil a Nastavenia. Profil používateľa Lukáš.. Avatar: Meerkat from Crikey! It's the Irwins","depth":9,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Hriešnici","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Hodnotené: 14, Sex, Jazyk, Omamné látky, Trvanie: 53 minút, Uvedené v roku 2014","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Obnoviť Hriešnici Séria 4, epizóda 3: Časť 3, zostáva: 31 min","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Obnoviť S4 E3","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Reštartovať Hriešnici Séria 4, epizóda 3: Časť 3","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Reštartovať","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pridať do Môjho zoznamu: Hriešnici","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Môj zoznam","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Ohodnotiť tento seriál","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Ohodnotiť","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Séria 4, epizóda 3: Časť 3","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 E3: Časť 3","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Žánre: Komédia, Čierna komédia","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Epizód","depth":11,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Epizód","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Séria 4","depth":10,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Séria 4","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Predchádzajúce tituly","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Pozerať znova: Séria 4, epizóda 1: Časť 1. 1 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Gallagherovci sa snažia ísť ďalej.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E1: Časť 1","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"54 min","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gallagherovci sa snažia ísť ďalej.","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pozerať znova: Séria 4, epizóda 2: Časť 2. 2 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E2: Časť 2","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"48 min","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pozerať Séria 4, epizóda 3: Časť 3. 3 z 12. Zostáva: 32 minút. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 53 minút. Uvedené v roku 2014. Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E3: Časť 3","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"53 min","depth":16,"bounds":{"left":0.0,"top":0.06555556,"width":0.03125,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"bounds":{"left":0.0,"top":0.06555556,"width":0.022222223,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Ponuka pre epizódu 3: Časť 3","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 4: Časť 4. 4 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Frank si vymyslí \"nehodu\", aby mohol zaplatiť za transplantáciu.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E4: Časť 4","depth":16,"bounds":{"left":0.10972222,"top":0.032222223,"width":0.05277778,"height":0.025555555},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"55 min","depth":16,"bounds":{"left":0.17638889,"top":0.06555556,"width":0.03125,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"bounds":{"left":0.21597221,"top":0.06555556,"width":0.022222223,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Frank si vymyslí \"nehodu\", aby mohol zaplatiť za transplantáciu.","depth":16,"bounds":{"left":0.10972222,"top":0.08888889,"width":0.19652778,"height":0.05},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Ponuka pre epizódu 4: Časť 4","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 5: Časť 5. 5 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Robbie povie Mikeovi o svojom pomere s Fionou.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E5: Časť 5","depth":16,"bounds":{"left":0.3548611,"top":0.032222223,"width":0.05277778,"height":0.025555555},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"50 min","depth":16,"bounds":{"left":0.42152777,"top":0.06555556,"width":0.03125,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"bounds":{"left":0.4611111,"top":0.06555556,"width":0.022222223,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Robbie povie Mikeovi o svojom pomere s Fionou.","depth":16,"bounds":{"left":0.3548611,"top":0.08888889,"width":0.21319444,"height":0.05},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Ponuka pre epizódu 5: Časť 5","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 6: Časť 6. 6 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Následky Liamovej nehody dostanú Fionu do väzenia.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E6: Časť 6","depth":16,"bounds":{"left":0.6,"top":0.032222223,"width":0.05277778,"height":0.025555555},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"55 min","depth":16,"bounds":{"left":0.6666667,"top":0.06555556,"width":0.03125,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"bounds":{"left":0.70625,"top":0.06555556,"width":0.022222223,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Následky Liamovej nehody dostanú Fionu do väzenia.","depth":16,"bounds":{"left":0.6,"top":0.08888889,"width":0.23125,"height":0.05},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Ponuka pre epizódu 6: Časť 6","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 7: Časť 7. 7 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 49 minút. Uvedené v roku 2014. Lip robí všetko pre to, aby rodinu udržal pohromade.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E7: Časť 7","depth":16,"bounds":{"left":0.8451389,"top":0.032222223,"width":0.05277778,"height":0.025555555},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49 min","depth":16,"bounds":{"left":0.91180557,"top":0.06555556,"width":0.030555556,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"bounds":{"left":0.95069444,"top":0.06555556,"width":0.022222223,"height":0.022222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Lip robí všetko pre to, aby rodinu udržal pohromade.","depth":16,"bounds":{"left":0.8451389,"top":0.08888889,"width":0.1548611,"height":0.05},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Ponuka pre epizódu 7: Časť 7","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 8: Časť 8. 8 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Ian sa konečne vracia domov.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E8: Časť 8","depth":16,"bounds":{"left":1.0,"top":0.032222223,"width":-0.09027779,"height":0.025555555},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"54 min","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ian sa konečne vracia domov.","depth":16,"bounds":{"left":1.0,"top":0.08888889,"width":-0.09027779,"height":0.025555555},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Ponuka pre epizódu 8: Časť 8","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 9: Časť 9. 9 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 52 minút. Uvedené v roku 2014. Carl sa zoznámi s problémovou dievčinou menom Bonnie.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E9: Časť 9","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"52 min","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Carl sa zoznámi s problémovou dievčinou menom Bonnie.","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Séria 4, epizóda 10: Časť 10. 10 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Fiona poruší podmienku.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E10: Časť 10","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"50 min","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Fiona poruší podmienku.","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Séria 4, epizóda 11: Časť 11. 11 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Fiona je poslaná do nápravného zariadenia.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E11: Časť 11","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"48 min","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Fiona je poslaná do nápravného zariadenia.","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Séria 4, epizóda 12: Časť 12. 12 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Frank sa začína zotavovať a cíti sa ako predtým.","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"E12: Časť 12","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"54 min","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2014","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Frank sa začína zotavovať a cíti sa ako predtým.","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Nasledujúce tituly","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Tiež by sa vám mohlo páčiť","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Tiež by sa vám mohlo páčiť","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Dva a pol chlapa. Riadok 1 z 4, stĺpec 1 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Dva a pol chlapa","depth":12,"bounds":{"left":0.0125,"top":0.21777777,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Teória veľkého tresku. Riadok 1 z 4, stĺpec 2 z 8","depth":12,"bounds":{"left":0.048611112,"top":0.21777777,"width":0.1701389,"height":0.4077778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Teória veľkého tresku","depth":12,"bounds":{"left":0.19652778,"top":0.21777777,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Rick a Morty. Riadok 1 z 4, stĺpec 3 z 8","depth":12,"bounds":{"left":0.2326389,"top":0.21777777,"width":0.16944444,"height":0.4077778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Rick a Morty","depth":12,"bounds":{"left":0.37986112,"top":0.21777777,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Prvé manželstvo Georgieho a Mandy. Riadok 1 z 4, stĺpec 4 z 8. Nová epizóda","depth":12,"bounds":{"left":0.41597223,"top":0.21777777,"width":0.1701389,"height":0.4077778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Prvé manželstvo Georgieho a Mandy","depth":12,"bounds":{"left":0.5638889,"top":0.21777777,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Živí mŕtvi. Riadok 1 z 4, stĺpec 5 z 8","depth":12,"bounds":{"left":0.6,"top":0.21777777,"width":0.1701389,"height":0.4077778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Živí mŕtvi","depth":12,"bounds":{"left":0.74791664,"top":0.21777777,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Hrozba z temnoty. Riadok 1 z 4, stĺpec 6 z 8","depth":12,"bounds":{"left":0.78402776,"top":0.21777777,"width":0.1701389,"height":0.4077778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Hrozba z temnoty","depth":12,"bounds":{"left":0.93194443,"top":0.21777777,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Gossip Girl. Riadok 1 z 4, stĺpec 7 z 8","depth":12,"bounds":{"left":0.96805555,"top":0.21777777,"width":0.031944454,"height":0.4077778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Gossip Girl","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Upírske denníky. Riadok 1 z 4, stĺpec 8 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Upírske denníky","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Mladý Sheldon. Riadok 2 z 4, stĺpec 1 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Mladý Sheldon","depth":12,"bounds":{"left":0.0125,"top":0.6477778,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"The Originals. Riadok 2 z 4, stĺpec 2 z 8","depth":12,"bounds":{"left":0.048611112,"top":0.6477778,"width":0.1701389,"height":0.3522222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul The Originals","depth":12,"bounds":{"left":0.19652778,"top":0.6477778,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Pán Nakladačka. Riadok 2 z 4, stĺpec 3 z 8","depth":12,"bounds":{"left":0.2326389,"top":0.6477778,"width":0.16944444,"height":0.3522222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Pán Nakladačka","depth":12,"bounds":{"left":0.37986112,"top":0.6477778,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Stále v kurze. Riadok 2 z 4, stĺpec 4 z 8. Nová epizóda","depth":12,"bounds":{"left":0.41597223,"top":0.6477778,"width":0.1701389,"height":0.3522222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Stále v kurze","depth":12,"bounds":{"left":0.5638889,"top":0.6477778,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Girls. Riadok 2 z 4, stĺpec 5 z 8","depth":12,"bounds":{"left":0.6,"top":0.6477778,"width":0.1701389,"height":0.3522222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Girls","depth":12,"bounds":{"left":0.74791664,"top":0.6477778,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Barry. Riadok 2 z 4, stĺpec 6 z 8","depth":12,"bounds":{"left":0.78402776,"top":0.6477778,"width":0.1701389,"height":0.3522222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Barry","depth":12,"bounds":{"left":0.93194443,"top":0.6477778,"width":0.022222223,"height":0.035555556},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Roztomilé mrchy. Riadok 2 z 4, stĺpec 7 z 8","depth":12,"bounds":{"left":0.96805555,"top":0.6477778,"width":0.031944454,"height":0.3522222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Roztomilé mrchy","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Silicon Valley. Riadok 2 z 4, stĺpec 8 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Silicon Valley","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Sexuálny život vysokoškoláčok. Riadok 3 z 4, stĺpec 1 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Sexuálny život vysokoškoláčok","depth":12,"bounds":{"left":0.0125,"top":1.0,"width":0.022222223,"height":-0.07777774},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Hung - Na veľkosti záleží. Riadok 3 z 4, stĺpec 2 z 8","depth":12,"bounds":{"left":0.048611112,"top":1.0,"width":0.1701389,"height":-0.07777774},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Hung - Na veľkosti záleží","depth":12,"bounds":{"left":0.19652778,"top":1.0,"width":0.022222223,"height":-0.07777774},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Boj o riaditeľňu. Riadok 3 z 4, stĺpec 3 z 8","depth":12,"bounds":{"left":0.2326389,"top":1.0,"width":0.16944444,"height":-0.07777774},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Boj o riaditeľňu","depth":12,"bounds":{"left":0.37986112,"top":1.0,"width":0.022222223,"height":-0.07777774},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Biely lotos. Riadok 3 z 4, stĺpec 4 z 8","depth":12,"bounds":{"left":0.41597223,"top":1.0,"width":0.1701389,"height":-0.07777774},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Biely lotos","depth":12,"bounds":{"left":0.5638889,"top":1.0,"width":0.022222223,"height":-0.07777774},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"John Oliver: Čo týždeň dal a vzal. Riadok 3 z 4, stĺpec 5 z 8","depth":12,"bounds":{"left":0.6,"top":1.0,"width":0.1701389,"height":-0.07777774},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul John Oliver: Čo týždeň dal a vzal","depth":12,"bounds":{"left":0.74791664,"top":1.0,"width":0.022222223,"height":-0.07777774},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Hore a dole. Riadok 3 z 4, stĺpec 6 z 8","depth":12,"bounds":{"left":0.78402776,"top":1.0,"width":0.1701389,"height":-0.07777774},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Hore a dole","depth":12,"bounds":{"left":0.93194443,"top":1.0,"width":0.022222223,"height":-0.07777774},"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Hráči. Riadok 3 z 4, stĺpec 7 z 8","depth":12,"bounds":{"left":0.96805555,"top":1.0,"width":0.031944454,"height":-0.07777774},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Hráči","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Moje nové Ja. Riadok 3 z 4, stĺpec 8 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Ponuka pre titul Moje nové Ja","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Viceprezident(ka). Riadok 4 z 4, stĺpec 1 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"V mene nášho Pána. Riadok 4 z 4, stĺpec 2 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Čo robíme v temnotách. Riadok 4 z 4, stĺpec 3 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Vo štvorici. Riadok 4 z 4, stĺpec 4 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"21 Jump street. Riadok 4 z 4, stĺpec 5 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Normálka. Riadok 4 z 4, stĺpec 6 z 8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"H B O Max You tube (otvorí sa na novej karte), 1 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"H B O Max x (otvorí sa na novej karte), 2 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"H B O Max Instagram (otvorí sa na novej karte), 3 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"H B O Max Tik Tok (otvorí sa na novej karte), 4 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Prístupnosť (otvorí sa na novej karte), 5 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Prístupnosť","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Zvukový popis, 6 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Zvukový popis","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Zásady ochrany súkromia (otvorí sa na novej karte), 7 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Zásady ochrany súkromia","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Podmienky používania (otvorí sa na novej karte), 8 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Podmienky používania","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Spravovať cookies (otvorí sa na novej karte), 9 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Spravovať cookies","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Informácie (otvorí sa na novej karte), 10 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Informácie","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Informácie o spoločnosti (otvorí sa na novej karte), 11 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Informácie o spoločnosti","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Pomoc (otvorí sa na novej karte), 12 z 12","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pomoc","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"© 2026 HBO Europe s.r.o. Max and related elements are property of Home Box Office, Inc. All Rights Reserved.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
2772488582137911476
|
7245853617832006508
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Shameles DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Shameless • HBO Max
Shameless • HBO Max
Close tab
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
New Tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Preskočiť na hlavný obsah
Preskočiť na hlavný obsah
Prezerať audiokomentár
Prezerať audiokomentár
Domovská stránka služby H B O Max
Domov
Domov
Seriály
Seriály
Filmy
Filmy
H B O
Šport
Šport
Hľadať
Moje tituly
Ponuky Profil a Nastavenia. Profil používateľa Lukáš.. Avatar: Meerkat from Crikey! It's the Irwins
Hriešnici
Hodnotené: 14, Sex, Jazyk, Omamné látky, Trvanie: 53 minút, Uvedené v roku 2014
Obnoviť Hriešnici Séria 4, epizóda 3: Časť 3, zostáva: 31 min
Obnoviť S4 E3
Reštartovať Hriešnici Séria 4, epizóda 3: Časť 3
Reštartovať
Pridať do Môjho zoznamu: Hriešnici
Môj zoznam
Ohodnotiť tento seriál
Ohodnotiť
Séria 4, epizóda 3: Časť 3
S4 E3: Časť 3
Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
Žánre: Komédia, Čierna komédia
Epizód
Epizód
Séria 4
Séria 4
Predchádzajúce tituly
Pozerať znova: Séria 4, epizóda 1: Časť 1. 1 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Gallagherovci sa snažia ísť ďalej.
E1: Časť 1
54 min
2014
Gallagherovci sa snažia ísť ďalej.
Pozerať znova: Séria 4, epizóda 2: Časť 2. 2 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.
E2: Časť 2
48 min
2014
Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.
Pozerať Séria 4, epizóda 3: Časť 3. 3 z 12. Zostáva: 32 minút. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 53 minút. Uvedené v roku 2014. Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
E3: Časť 3
53 min
2014
Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
Ponuka pre epizódu 3: Časť 3
Séria 4, epizóda 4: Časť 4. 4 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Frank si vymyslí "nehodu", aby mohol zaplatiť za transplantáciu.
E4: Časť 4
55 min
2014
Frank si vymyslí "nehodu", aby mohol zaplatiť za transplantáciu.
Ponuka pre epizódu 4: Časť 4
Séria 4, epizóda 5: Časť 5. 5 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Robbie povie Mikeovi o svojom pomere s Fionou.
E5: Časť 5
50 min
2014
Robbie povie Mikeovi o svojom pomere s Fionou.
Ponuka pre epizódu 5: Časť 5
Séria 4, epizóda 6: Časť 6. 6 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Následky Liamovej nehody dostanú Fionu do väzenia.
E6: Časť 6
55 min
2014
Následky Liamovej nehody dostanú Fionu do väzenia.
Ponuka pre epizódu 6: Časť 6
Séria 4, epizóda 7: Časť 7. 7 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 49 minút. Uvedené v roku 2014. Lip robí všetko pre to, aby rodinu udržal pohromade.
E7: Časť 7
49 min
2014
Lip robí všetko pre to, aby rodinu udržal pohromade.
Ponuka pre epizódu 7: Časť 7
Séria 4, epizóda 8: Časť 8. 8 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Ian sa konečne vracia domov.
E8: Časť 8
54 min
2014
Ian sa konečne vracia domov.
Ponuka pre epizódu 8: Časť 8
Séria 4, epizóda 9: Časť 9. 9 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 52 minút. Uvedené v roku 2014. Carl sa zoznámi s problémovou dievčinou menom Bonnie.
E9: Časť 9
52 min
2014
Carl sa zoznámi s problémovou dievčinou menom Bonnie.
Séria 4, epizóda 10: Časť 10. 10 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Fiona poruší podmienku.
E10: Časť 10
50 min
2014
Fiona poruší podmienku.
Séria 4, epizóda 11: Časť 11. 11 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Fiona je poslaná do nápravného zariadenia.
E11: Časť 11
48 min
2014
Fiona je poslaná do nápravného zariadenia.
Séria 4, epizóda 12: Časť 12. 12 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Frank sa začína zotavovať a cíti sa ako predtým.
E12: Časť 12
54 min
2014
Frank sa začína zotavovať a cíti sa ako predtým.
Nasledujúce tituly
Tiež by sa vám mohlo páčiť
Tiež by sa vám mohlo páčiť
Dva a pol chlapa. Riadok 1 z 4, stĺpec 1 z 8
Ponuka pre titul Dva a pol chlapa
Teória veľkého tresku. Riadok 1 z 4, stĺpec 2 z 8
Ponuka pre titul Teória veľkého tresku
Rick a Morty. Riadok 1 z 4, stĺpec 3 z 8
Ponuka pre titul Rick a Morty
Prvé manželstvo Georgieho a Mandy. Riadok 1 z 4, stĺpec 4 z 8. Nová epizóda
Ponuka pre titul Prvé manželstvo Georgieho a Mandy
Živí mŕtvi. Riadok 1 z 4, stĺpec 5 z 8
Ponuka pre titul Živí mŕtvi
Hrozba z temnoty. Riadok 1 z 4, stĺpec 6 z 8
Ponuka pre titul Hrozba z temnoty
Gossip Girl. Riadok 1 z 4, stĺpec 7 z 8
Ponuka pre titul Gossip Girl
Upírske denníky. Riadok 1 z 4, stĺpec 8 z 8
Ponuka pre titul Upírske denníky
Mladý Sheldon. Riadok 2 z 4, stĺpec 1 z 8
Ponuka pre titul Mladý Sheldon
The Originals. Riadok 2 z 4, stĺpec 2 z 8
Ponuka pre titul The Originals
Pán Nakladačka. Riadok 2 z 4, stĺpec 3 z 8
Ponuka pre titul Pán Nakladačka
Stále v kurze. Riadok 2 z 4, stĺpec 4 z 8. Nová epizóda
Ponuka pre titul Stále v kurze
Girls. Riadok 2 z 4, stĺpec 5 z 8
Ponuka pre titul Girls
Barry. Riadok 2 z 4, stĺpec 6 z 8
Ponuka pre titul Barry
Roztomilé mrchy. Riadok 2 z 4, stĺpec 7 z 8
Ponuka pre titul Roztomilé mrchy
Silicon Valley. Riadok 2 z 4, stĺpec 8 z 8
Ponuka pre titul Silicon Valley
Sexuálny život vysokoškoláčok. Riadok 3 z 4, stĺpec 1 z 8
Ponuka pre titul Sexuálny život vysokoškoláčok
Hung - Na veľkosti záleží. Riadok 3 z 4, stĺpec 2 z 8
Ponuka pre titul Hung - Na veľkosti záleží
Boj o riaditeľňu. Riadok 3 z 4, stĺpec 3 z 8
Ponuka pre titul Boj o riaditeľňu
Biely lotos. Riadok 3 z 4, stĺpec 4 z 8
Ponuka pre titul Biely lotos
John Oliver: Čo týždeň dal a vzal. Riadok 3 z 4, stĺpec 5 z 8
Ponuka pre titul John Oliver: Čo týždeň dal a vzal
Hore a dole. Riadok 3 z 4, stĺpec 6 z 8
Ponuka pre titul Hore a dole
Hráči. Riadok 3 z 4, stĺpec 7 z 8
Ponuka pre titul Hráči
Moje nové Ja. Riadok 3 z 4, stĺpec 8 z 8
Ponuka pre titul Moje nové Ja
Viceprezident(ka). Riadok 4 z 4, stĺpec 1 z 8
V mene nášho Pána. Riadok 4 z 4, stĺpec 2 z 8
Čo robíme v temnotách. Riadok 4 z 4, stĺpec 3 z 8
Vo štvorici. Riadok 4 z 4, stĺpec 4 z 8
21 Jump street. Riadok 4 z 4, stĺpec 5 z 8
Normálka. Riadok 4 z 4, stĺpec 6 z 8
H B O Max You tube (otvorí sa na novej karte), 1 z 12
H B O Max x (otvorí sa na novej karte), 2 z 12
H B O Max Instagram (otvorí sa na novej karte), 3 z 12
H B O Max Tik Tok (otvorí sa na novej karte), 4 z 12
Prístupnosť (otvorí sa na novej karte), 5 z 12
Prístupnosť
Zvukový popis, 6 z 12
Zvukový popis
Zásady ochrany súkromia (otvorí sa na novej karte), 7 z 12
Zásady ochrany súkromia
Podmienky používania (otvorí sa na novej karte), 8 z 12
Podmienky používania
Spravovať cookies (otvorí sa na novej karte), 9 z 12
Spravovať cookies
Informácie (otvorí sa na novej karte), 10 z 12
Informácie
Informácie o spoločnosti (otvorí sa na novej karte), 11 z 12
Informácie o spoločnosti
Pomoc (otvorí sa na novej karte), 12 z 12
Pomoc
© 2026 HBO Europe s.r.o. Max and related elements are property of Home Box Office, Inc. All Rights Reserved....
|
7619
|
|
7621
|
143
|
4
|
2026-04-13T16:13:12.221387+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096792221_m1.jpg...
|
Firefox
|
Like Father, Like Daughter • HBO Max — Personal
|
True
|
play.hbomax.com/video/watch/83d5286c-3ee3-4330-89e play.hbomax.com/video/watch/83d5286c-3ee3-4330-89ee-698f410cfbd0/e8639cb2-cbb5-4822-b089-11a5ef247172...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Mute tab
Like Father, Like Daughter • HBO Max
Close tab
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
New Tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Like Father, Like Daughter
Like Father, Like Daughter
Ukončiť prehrávanie
Hriešnici, Séria 4, epizóda 3, Časť 3
-31:12
Rozbaliť Epizód, 1 z 2
Rozbaliť Tiež by sa vám mohlo páčiť, 2 z 2
Preskočiť dozadu o 10 s
Pozastaviť
Preskočiť dopredu o 10 sekúnd
Hlasitosť 100 %
Nastavenia zvuku a titulkov
Celá obrazovka...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"New Tab","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"New Tab","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Like Father, Like Daughter","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Like Father, Like Daughter","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Ukončiť prehrávanie","depth":12,"help_text":"Späť","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Hriešnici, Séria 4, epizóda 3, Časť 3","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"-31:12","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Rozbaliť Epizód, 1 z 2","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Rozbaliť Tiež by sa vám mohlo páčiť, 2 z 2","depth":14,"bounds":{"left":0.0,"top":0.0,"width":0.18611111,"height":0.05},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Preskočiť dozadu o 10 s","depth":13,"bounds":{"left":0.5277778,"top":0.0,"width":0.030555556,"height":0.04888889},"help_text":"Dozadu – 10 (šípka doľava)","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Pozastaviť","depth":13,"bounds":{"left":0.5763889,"top":0.0,"width":0.033333335,"height":0.053333335},"help_text":"Pozastaviť (medzerník)","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"Preskočiť dopredu o 10 sekúnd","depth":13,"bounds":{"left":0.62777776,"top":0.0,"width":0.030555556,"height":0.04888889},"help_text":"Dopredu – 10 (šípka doprava)","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Hlasitosť 100 %","depth":13,"help_text":"Hlasitosť (šípky nahor/nadol)","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Nastavenia zvuku a titulkov","depth":13,"help_text":"Titulky (C)","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Celá obrazovka","depth":13,"help_text":"Celá obrazovka (F)","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-145460035497841932
|
6117299249238018760
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Mute tab
Like Father, Like Daughter • HBO Max
Close tab
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
New Tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Like Father, Like Daughter
Like Father, Like Daughter
Ukončiť prehrávanie
Hriešnici, Séria 4, epizóda 3, Časť 3
-31:12
Rozbaliť Epizód, 1 z 2
Rozbaliť Tiež by sa vám mohlo páčiť, 2 z 2
Preskočiť dozadu o 10 s
Pozastaviť
Preskočiť dopredu o 10 sekúnd
Hlasitosť 100 %
Nastavenia zvuku a titulkov
Celá obrazovka...
|
NULL
|
|
7623
|
143
|
6
|
2026-04-13T16:13:16.419365+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096796419_m1.jpg...
|
Firefox
|
Personal — Mozilla Firefox
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
Close tab
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
22°
C
New York City
Open menu
Do you want to see the weather for your location?
Do you want to see the weather for your location?
Not now
Not now
Yes
Yes
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Screenpipe Dashboard
Screenpipe Dashboard
Open context menu for Screenpipe Dashboard
Inbox - [EMAIL] - Gmail
Inbox - [EMAIL] - Gmail
Open context menu for Inbox - [EMAIL] - Gmail
Denník N - Nezávislý denník
Denník N - Nezávislý denník
Open context menu for Denník N - Nezávislý denník
Časť 2 • HBO Max
Časť 2 • HBO Max
Open context menu for Časť 2 • HBO Max
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
Vimium – Get this Extension for 🦊 Firefox (en-US)
Vimium – Get this Extension for 🦊 Firefox (en-US)
Open context menu for Vimium – Get this Extension for 🦊 Firefox (en-US)
How to use AI-enhanced tab groups | Firefox Help
How to use AI-enhanced tab groups | Firefox Help
Open context menu for How to use AI-enhanced tab groups | Firefox Help
Download screenpipe — get started in minutes
Download screenpipe — get started in minutes
Open context menu for Download screenpipe — get started in minutes
Customize
Customize...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"New Tab","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"New Tab","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"22°","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"C","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"New York City","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Open menu","depth":7,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Do you want to see the weather for your location?","depth":8,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Do you want to see the weather for your location?","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Not now","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Not now","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Yes","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Yes","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Mozilla Firefox","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXButton","text":"Search with Google or enter address","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Search with Google or enter address","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Screenpipe Dashboard","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Screenpipe Dashboard","depth":12,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Inbox - kovaliklukas@gmail.com - Gmail","depth":12,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Denník N - Nezávislý denník","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Denník N - Nezávislý denník","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Denník N - Nezávislý denník","depth":12,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Časť 2 • HBO Max","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Časť 2 • HBO Max","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Časť 2 • HBO Max","depth":12,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"DXP4800PLUS-B5F8","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for DXP4800PLUS-B5F8","depth":12,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Vimium – Get this Extension for 🦊 Firefox (en-US)","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Vimium – Get this Extension for 🦊 Firefox (en-US)","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Vimium – Get this Extension for 🦊 Firefox (en-US)","depth":12,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"How to use AI-enhanced tab groups | Firefox Help","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"How to use AI-enhanced tab groups | Firefox Help","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for How to use AI-enhanced tab groups | Firefox Help","depth":12,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Download screenpipe — get started in minutes","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Download screenpipe — get started in minutes","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open context menu for Download screenpipe — get started in minutes","depth":12,"help_text":"Open menu","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Customize","depth":8,"help_text":"Customize this page","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customize","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
3489537623234510139
|
-6566170158966207901
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
Close tab
New Tab
New Tab
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
22°
C
New York City
Open menu
Do you want to see the weather for your location?
Do you want to see the weather for your location?
Not now
Not now
Yes
Yes
Mozilla Firefox
Search with Google or enter address
Search with Google or enter address
Screenpipe Dashboard
Screenpipe Dashboard
Open context menu for Screenpipe Dashboard
Inbox - [EMAIL] - Gmail
Inbox - [EMAIL] - Gmail
Open context menu for Inbox - [EMAIL] - Gmail
Denník N - Nezávislý denník
Denník N - Nezávislý denník
Open context menu for Denník N - Nezávislý denník
Časť 2 • HBO Max
Časť 2 • HBO Max
Open context menu for Časť 2 • HBO Max
DXP4800PLUS-B5F8
DXP4800PLUS-B5F8
Open context menu for DXP4800PLUS-B5F8
Vimium – Get this Extension for 🦊 Firefox (en-US)
Vimium – Get this Extension for 🦊 Firefox (en-US)
Open context menu for Vimium – Get this Extension for 🦊 Firefox (en-US)
How to use AI-enhanced tab groups | Firefox Help
How to use AI-enhanced tab groups | Firefox Help
Open context menu for How to use AI-enhanced tab groups | Firefox Help
Download screenpipe — get started in minutes
Download screenpipe — get started in minutes
Open context menu for Download screenpipe — get started in minutes
Customize
Customize...
|
NULL
|
|
7624
|
143
|
7
|
2026-04-13T16:13:23.459808+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096803459_m1.jpg...
|
Firefox
|
youtube - Google Search — Personal
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
youtube - Google Search
youtube - Google Search
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Skip to main content
Skip to main content
Accessibility help
Accessibility help
Accessibility feedback
Accessibility feedback
Go to Google Home
youtube
youtube
Clear
Search by voice
Search by image
Search
Google apps
Google Account: Lukáš Koválik ([EMAIL])
AI Mode
AI Mode
All
All
Videos
Videos
Short videos
Short videos
Forums
Forums
Images
Images
News
News
More filters
More
Tools
Tools
Search Results
Search Results
Web result with site links
Web result with site links
YouTube YouTube https://www.youtube.com
YouTube
YouTube
YouTube
https://www.youtube.com
About this result
Share your videos with friends, family, and the world.
How To Keep Slack Always ...
How To Keep Slack Always ...
How To Keep Slack Always ...
Manage your page visits for How To Keep Slack Always ...
How To Keep Slack Always Active On Mobile [2026 Guide] In today ...
UGREEN US3000 NAS UPS ...
UGREEN US3000 NAS UPS ...
UGREEN US3000 NAS UPS ...
Manage your page visits for UGREEN US3000 NAS UPS ...
UGREEN US3000 $89 Now on Amazon US - https://amzn.to ...
Subscribe
Subscribe
Subscribe
Coachella 2026 - LIVE only on YouTube. The official Coachella ...
YouTube History
YouTube History
YouTube History
Share your videos with friends, family, and the world.
Music
Music
Music
With the YouTube Music app, enjoy over 100 million songs at ...
More results from youtube.com »
More results from youtube.com »
How To Keep Slack Always ...
How To Keep Slack Always ...
How To Keep Slack Always ...
Manage your page visits for How To Keep Slack Always ...
How To Keep Slack Always Active On Mobile [2026 Guide] In today ...
UGREEN US3000 NAS UPS ...
UGREEN US3000 NAS UPS ...
UGREEN US3000 NAS UPS ...
Manage your page visits for UGREEN US3000 NAS UPS ...
UGREEN US3000 $89 Now on Amazon US - https://amzn.to ...
Subscribe
Subscribe
Subscribe
Coachella 2026 - LIVE only on YouTube. The official Coachella ...
YouTube History
YouTube History
YouTube History
Share your videos with friends, family, and the world.
Music
Music
Music
With the YouTube Music app, enjoy over 100 million songs at ...
More results from youtube.com »
More results from youtube.com »
Thumbnail image for YouTube
YouTube
YouTube
YouTube
Video sharing company
More options for YouTube
YouTube is an American online video sharing platform owned by Google. YouTube was founded on February 14, 2005, by Chad Hurley, Jawed Karim, and Steve Chen, who were former employees of PayPal. Headquartered in San Bruno, California, it is the second-most-visited website in the world, after Google itself.
Source:
Wikipedia
Wikipedia
Videos
Videos
About this result
ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪 YouTube Eurovision Song Contest 9 hours ago
ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪 YouTube Eurovision Song Contest 9 hours ago
ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪
YouTube
Eurovision Song Contest
9 hours ago
About this result
ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪 by Eurovision Song Contest on YouTube. Play on Google. 2:56
Colman Domingo Monologue - SNL YouTube Saturday Night Live 1 day ago
Colman Domingo Monologue - SNL YouTube Saturday Night Live 1 day ago
Colman Domingo Monologue - SNL
YouTube
Saturday Night Live
1 day ago
About this result
Colman Domingo Monologue - SNL by Saturday Night Live on YouTube. Play on YouTube. 4:42
First to Make the Plane Shot Wins! YouTube Dude Perfect 2 days ago
First to Make the Plane Shot Wins! YouTube Dude Perfect 2 days ago
First to Make the Plane Shot Wins!
YouTube
Dude Perfect
2 days ago
About this result
First to Make the Plane Shot Wins! by Dude Perfect on YouTube. Play on Google. 41:58
View all videos
View all
YouTube - Apps on Google Play Google Play https://play.google.com › store › apps › details › id=com...
YouTube - Apps on Google Play
YouTube - Apps on Google Play
Google Play
https://play.google.com
› store › apps › details › id=com...
About this result
Get the official YouTube app on Android phones and tablets
. See what the world is watching -- from the hottest music videos to what's popular in gaming, ...
Subsidiaries
FameBit
FameBit
,
Green Parrot Pictures Co. Ltd.
Green Parrot Pictures Co. Ltd.
CEO
Neal Mohan
Neal Mohan
(Feb 16, 2023–)
Acquisition date
November 13, 2006
Parent organization
Google
Google
Owners
Google
Google
,
Alphabet Inc.
Alphabet Inc.
Founders
Jawed Karim
Jawed Karim
,
Steve Chen
Steve Chen
,
Chad Hurley
Chad Hurley
Profiles
Profiles
YouTube Instagram
Instagram
YouTube Facebook
Facebook
YouTube Pinterest
Pinterest
YouTube X (Twitter)
X (Twitter)
Films produced
Films produced
Films produced
A Trip to Unicorn Island (2016)
A Trip to Unicorn Island
2016
India in a Day (2016)
India in a Day
2016
Code 8 (2016)
Code 8
2016
Life in a Day (2011)
Life in a Day
2011
YouTube Wikipedia https://en.wikipedia.org › wiki › YouTube
YouTube
YouTube
Wikipedia
https://en.wikipedia.org
› wiki › YouTube
About this result
YouTube
is an American online video sharing platform owned by Google. YouTube was founded on February 14, 2005, by Chad Hurley, Jawed Karim, and Steve Chen, who ...
People also search for
People also search for
Instagram
TikTok
Facebook
WhatsApp
See more
See more
YouTube Help Google https://support.google.com › youtube
YouTube Help
YouTube Help
Google
https://support.google.com
› youtube
About this result
Official YouTube Help Center
where you can find tips and tutorials on using YouTube and other answers to frequently asked questions.
r/youtube Reddit · r/youtube 3.4M+ followers
r/youtube
r/youtube
Reddit · r/youtube
3.4M+ followers
About this result
r/youtube:
r/YouTube
is for discussion about YouTube. This is a fan sub, not run or owned by YouTube! Please read the rules…
YouTube - App Store - Apple Apple https://apps.apple.com › app › youtube
YouTube - App Store - Apple
YouTube - App Store - Apple
Apple
https://apps.apple.com
› app › youtube
About this result
Get the official YouTube app on iPhones and iPads
. See what the world is watching -- from the hottest music videos to what's popular in gaming, fashion, beauty ...
People also search for
People also search for
Youtube com Google
Youtube
com Google
YouTube Music
YouTube
Music
Youtube videos
Youtube
videos
YouTube app download
YouTube
app download
Open youtube
Open
youtube
YouTube com login
YouTube
com login
Youtube update
Youtube
update
YouTube app install
YouTube
app install
Page navigation
Page navigation
1
Page 2
2
Page 3...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"youtube - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"youtube - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Skip to main content","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Skip to main content","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Accessibility help","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Accessibility help","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Accessibility feedback","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Accessibility feedback","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Go to Google Home","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXComboBox","text":"youtube","depth":9,"value":"youtube","help_text":"","role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"youtube","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Clear","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search by voice","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search by image","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Google apps","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Google Account: Lukáš Koválik (kovaliklukas@gmail.com)","depth":8,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"AI Mode","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"AI Mode","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"All","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"All","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Videos","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Videos","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Short videos","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Short videos","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Forums","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Forums","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Images","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Images","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"News","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"News","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More filters","depth":16,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Tools","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Tools","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Search Results","depth":8,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Search Results","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Web result with site links","depth":15,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Web result with site links","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube YouTube https://www.youtube.com","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXHeading","text":"YouTube","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"https://www.youtube.com","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":17,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Share your videos with friends, family, and the world.","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"How To Keep Slack Always ...","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"How To Keep Slack Always ...","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"How To Keep Slack Always ...","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Manage your page visits for How To Keep Slack Always ...","depth":19,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"How To Keep Slack Always Active On Mobile [2026 Guide] In today ...","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"UGREEN US3000 NAS UPS ...","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"UGREEN US3000 NAS UPS ...","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"UGREEN US3000 NAS UPS ...","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Manage your page visits for UGREEN US3000 NAS UPS ...","depth":19,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"UGREEN US3000 $89 Now on Amazon US - https://amzn.to ...","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Subscribe","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"Subscribe","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Subscribe","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Coachella 2026 - LIVE only on YouTube. The official Coachella ...","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"YouTube History","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube History","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube History","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Share your videos with friends, family, and the world.","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Music","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"Music","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Music","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"With the YouTube Music app, enjoy over 100 million songs at ...","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"More results from youtube.com »","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"More results from youtube.com »","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"How To Keep Slack Always ...","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"How To Keep Slack Always ...","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"How To Keep Slack Always ...","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Manage your page visits for How To Keep Slack Always ...","depth":19,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"How To Keep Slack Always Active On Mobile [2026 Guide] In today ...","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"UGREEN US3000 NAS UPS ...","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"UGREEN US3000 NAS UPS ...","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"UGREEN US3000 NAS UPS ...","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Manage your page visits for UGREEN US3000 NAS UPS ...","depth":19,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"UGREEN US3000 $89 Now on Amazon US - https://amzn.to ...","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Subscribe","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"Subscribe","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Subscribe","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Coachella 2026 - LIVE only on YouTube. The official Coachella ...","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"YouTube History","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube History","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube History","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Share your videos with friends, family, and the world.","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Music","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXLink","text":"Music","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Music","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"With the YouTube Music app, enjoy over 100 million songs at ...","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"More results from youtube.com »","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"More results from youtube.com »","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Thumbnail image for YouTube","depth":17,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"YouTube","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"YouTube","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Video sharing company","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More options for YouTube","depth":20,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"YouTube is an American online video sharing platform owned by Google. YouTube was founded on February 14, 2005, by Chad Hurley, Jawed Karim, and Steve Chen, who were former employees of PayPal. Headquartered in San Bruno, California, it is the second-most-visited website in the world, after Google itself.","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Source:","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Wikipedia","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Wikipedia","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Videos","depth":15,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Videos","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":17,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪 YouTube Eurovision Song Contest 9 hours ago","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪 YouTube Eurovision Song Contest 9 hours ago","depth":19,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Eurovision Song Contest","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9 hours ago","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":19,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪 by Eurovision Song Contest on YouTube. Play on Google. 2:56","depth":18,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Colman Domingo Monologue - SNL YouTube Saturday Night Live 1 day ago","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Colman Domingo Monologue - SNL YouTube Saturday Night Live 1 day ago","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Colman Domingo Monologue - SNL","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Saturday Night Live","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1 day ago","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":18,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Colman Domingo Monologue - SNL by Saturday Night Live on YouTube. Play on YouTube. 4:42","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"First to Make the Plane Shot Wins! YouTube Dude Perfect 2 days ago","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"First to Make the Plane Shot Wins! YouTube Dude Perfect 2 days ago","depth":19,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"First to Make the Plane Shot Wins!","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Dude Perfect","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2 days ago","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":19,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"First to Make the Plane Shot Wins! by Dude Perfect on YouTube. Play on Google. 41:58","depth":18,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"View all videos","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"View all","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube - Apps on Google Play Google Play https://play.google.com › store › apps › details › id=com...","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"YouTube - Apps on Google Play","depth":17,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube - Apps on Google Play","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Google Play","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"https://play.google.com","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"› store › apps › details › id=com...","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":16,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get the official YouTube app on Android phones and tablets","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":". See what the world is watching -- from the hottest music videos to what's popular in gaming, ...","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Subsidiaries","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"FameBit","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"FameBit","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":",","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Green Parrot Pictures Co. Ltd.","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Green Parrot Pictures Co. Ltd.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CEO","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Neal Mohan","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Neal Mohan","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(Feb 16, 2023–)","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Acquisition date","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"November 13, 2006","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Parent organization","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Google","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Owners","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Google","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":",","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Alphabet Inc.","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Alphabet Inc.","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Founders","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Jawed Karim","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jawed Karim","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":",","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Steve Chen","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Steve Chen","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":",","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Chad Hurley","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Chad Hurley","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Profiles","depth":18,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Profiles","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube Instagram","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Instagram","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube Facebook","depth":20,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Facebook","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube Pinterest","depth":20,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pinterest","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube X (Twitter)","depth":20,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"X (Twitter)","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Films produced","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Films produced","depth":19,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Films produced","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"A Trip to Unicorn Island (2016)","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"A Trip to Unicorn Island","depth":20,"bounds":{"left":0.48819444,"top":0.0,"width":0.036111113,"height":0.057777777},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2016","depth":20,"bounds":{"left":0.48819444,"top":0.0,"width":0.021527778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"India in a Day (2016)","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"India in a Day","depth":20,"bounds":{"left":0.5548611,"top":0.0,"width":0.039583333,"height":0.037777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2016","depth":20,"bounds":{"left":0.5548611,"top":0.0,"width":0.021527778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Code 8 (2016)","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Code 8","depth":20,"bounds":{"left":0.6215278,"top":0.0,"width":0.03125,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2016","depth":20,"bounds":{"left":0.6215278,"top":0.0,"width":0.021527778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Life in a Day (2011)","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Life in a Day","depth":20,"bounds":{"left":0.68819445,"top":0.0,"width":0.054166667,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2011","depth":20,"bounds":{"left":0.68819445,"top":0.0,"width":0.020833334,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube Wikipedia https://en.wikipedia.org › wiki › YouTube","depth":16,"bounds":{"left":0.0,"top":0.0,"width":0.17430556,"height":0.04777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"YouTube","depth":17,"bounds":{"left":0.0,"top":0.0,"width":0.05347222,"height":0.034444444},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":18,"bounds":{"left":0.0,"top":0.0,"width":0.05347222,"height":0.028888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Wikipedia","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"https://en.wikipedia.org","depth":21,"bounds":{"left":0.010416667,"top":0.0,"width":0.08541667,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"› wiki › YouTube","depth":22,"bounds":{"left":0.09583333,"top":0.0,"width":0.06111111,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":16,"bounds":{"left":0.16111112,"top":0.0,"width":0.019444445,"height":0.022222223},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube","depth":17,"bounds":{"left":0.0,"top":0.0,"width":0.04027778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"is an American online video sharing platform owned by Google. YouTube was founded on February 14, 2005, by Chad Hurley, Jawed Karim, and Steve Chen, who ...","depth":16,"bounds":{"left":0.0,"top":0.0,"width":0.42708334,"height":0.04222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"People also search for","depth":17,"bounds":{"left":0.48819444,"top":0.057777777,"width":0.12361111,"height":0.026666667},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"People also search for","depth":18,"bounds":{"left":0.48819444,"top":0.057777777,"width":0.12361111,"height":0.026666667},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Instagram","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"TikTok","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Facebook","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"WhatsApp","depth":22,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"See more","depth":21,"bounds":{"left":0.49930555,"top":0.25111112,"width":0.2361111,"height":0.044444446},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"See more","depth":23,"bounds":{"left":0.5861111,"top":0.26333332,"width":0.043055557,"height":0.02111111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube Help Google https://support.google.com › youtube","depth":16,"bounds":{"left":0.0,"top":0.06555556,"width":0.16319445,"height":0.054444443},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"YouTube Help","depth":17,"bounds":{"left":0.0,"top":0.1,"width":0.08541667,"height":0.034444444},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube Help","depth":18,"bounds":{"left":0.0,"top":0.10555556,"width":0.08541667,"height":0.028888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Google","depth":21,"bounds":{"left":0.010416667,"top":0.06,"width":0.03125,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"https://support.google.com","depth":21,"bounds":{"left":0.010416667,"top":0.08222222,"width":0.09791667,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"› youtube","depth":22,"bounds":{"left":0.108333334,"top":0.08222222,"width":0.0375,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":16,"bounds":{"left":0.15138888,"top":0.07777778,"width":0.019444445,"height":0.022222223},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Official YouTube Help Center","depth":17,"bounds":{"left":0.0,"top":0.1411111,"width":0.13333334,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"where you can find tips and tutorials on using YouTube and other answers to frequently asked questions.","depth":16,"bounds":{"left":0.0,"top":0.1411111,"width":0.41458333,"height":0.04222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"r/youtube Reddit · r/youtube 3.4M+ followers","depth":16,"bounds":{"left":0.0,"top":0.23444444,"width":0.10486111,"height":0.04777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"r/youtube","depth":17,"bounds":{"left":0.0,"top":0.26222223,"width":0.060416665,"height":0.034444444},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"r/youtube","depth":18,"bounds":{"left":0.0,"top":0.26777777,"width":0.060416665,"height":0.028888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Reddit · r/youtube","depth":21,"bounds":{"left":0.010416667,"top":0.22222222,"width":0.077083334,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3.4M+ followers","depth":21,"bounds":{"left":0.010416667,"top":0.24444444,"width":0.058333334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":16,"bounds":{"left":0.09166667,"top":0.24,"width":0.019444445,"height":0.022222223},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"r/youtube:","depth":16,"bounds":{"left":0.0,"top":0.30333334,"width":0.045833334,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"r/YouTube","depth":17,"bounds":{"left":0.028472222,"top":0.30333334,"width":0.046527777,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"is for discussion about YouTube. This is a fan sub, not run or owned by YouTube! Please read the rules…","depth":16,"bounds":{"left":0.0,"top":0.30333334,"width":0.44305557,"height":0.04222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube - App Store - Apple Apple https://apps.apple.com › app › youtube","depth":16,"bounds":{"left":0.0,"top":0.39666668,"width":0.17569445,"height":0.04777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"YouTube - App Store - Apple","depth":17,"bounds":{"left":0.0,"top":0.42444444,"width":0.17569445,"height":0.034444444},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube - App Store - Apple","depth":18,"bounds":{"left":0.0,"top":0.43,"width":0.17569445,"height":0.028888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Apple","depth":21,"bounds":{"left":0.010416667,"top":0.38444445,"width":0.025,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"https://apps.apple.com","depth":21,"bounds":{"left":0.010416667,"top":0.40666667,"width":0.084027775,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"› app › youtube","depth":22,"bounds":{"left":0.094444446,"top":0.40666667,"width":0.058333334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":16,"bounds":{"left":0.15694444,"top":0.40222222,"width":0.019444445,"height":0.022222223},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Get the official YouTube app on iPhones and iPads","depth":17,"bounds":{"left":0.0,"top":0.46555555,"width":0.23402777,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":". See what the world is watching -- from the hottest music videos to what's popular in gaming, fashion, beauty ...","depth":16,"bounds":{"left":0.0,"top":0.46555555,"width":0.45208332,"height":0.04222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"People also search for","depth":14,"bounds":{"left":0.0,"top":0.54444444,"width":0.15069444,"height":0.031111112},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"People also search for","depth":15,"bounds":{"left":0.0,"top":0.54444444,"width":0.15069444,"height":0.032222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Youtube com Google","depth":15,"bounds":{"left":0.0,"top":0.5822222,"width":0.22083333,"height":0.06666667},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Youtube","depth":18,"bounds":{"left":0.0,"top":0.60444444,"width":0.044444446,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"com Google","depth":18,"bounds":{"left":0.038194444,"top":0.60444444,"width":0.06388889,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube Music","depth":15,"bounds":{"left":0.0,"top":0.6488889,"width":0.22083333,"height":0.06666667},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube","depth":18,"bounds":{"left":0.0,"top":0.6711111,"width":0.045833334,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Music","depth":18,"bounds":{"left":0.039583333,"top":0.6711111,"width":0.031944446,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Youtube videos","depth":15,"bounds":{"left":0.0,"top":0.71555555,"width":0.22083333,"height":0.06666667},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Youtube","depth":18,"bounds":{"left":0.0,"top":0.73777777,"width":0.044444446,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"videos","depth":18,"bounds":{"left":0.038194444,"top":0.73777777,"width":0.035416666,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube app download","depth":15,"bounds":{"left":0.0,"top":0.7822222,"width":0.22083333,"height":0.06666667},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube","depth":18,"bounds":{"left":0.0,"top":0.80444443,"width":0.045833334,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app download","depth":18,"bounds":{"left":0.039583333,"top":0.80444443,"width":0.07638889,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Open youtube","depth":15,"bounds":{"left":0.21458334,"top":0.5822222,"width":0.22083333,"height":0.06666667},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Open","depth":18,"bounds":{"left":0.22569445,"top":0.60444444,"width":0.029166667,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"youtube","depth":18,"bounds":{"left":0.25486112,"top":0.60444444,"width":0.044444446,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube com login","depth":15,"bounds":{"left":0.21458334,"top":0.6488889,"width":0.22083333,"height":0.06666667},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube","depth":18,"bounds":{"left":0.22569445,"top":0.6711111,"width":0.045833334,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"com login","depth":18,"bounds":{"left":0.27152777,"top":0.6711111,"width":0.052083332,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Youtube update","depth":15,"bounds":{"left":0.21458334,"top":0.71555555,"width":0.22083333,"height":0.06666667},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Youtube","depth":18,"bounds":{"left":0.22569445,"top":0.73777777,"width":0.044444446,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"update","depth":18,"bounds":{"left":0.2701389,"top":0.73777777,"width":0.038194444,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube app install","depth":15,"bounds":{"left":0.21458334,"top":0.7822222,"width":0.22083333,"height":0.06666667},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube","depth":18,"bounds":{"left":0.22569445,"top":0.80444443,"width":0.045833334,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app install","depth":18,"bounds":{"left":0.27152777,"top":0.80444443,"width":0.05625,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Page navigation","depth":13,"bounds":{"left":0.0,"top":0.8977778,"width":0.00069444446,"height":0.0011111111},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Page navigation","depth":14,"bounds":{"left":0.0,"top":0.8977778,"width":0.06944445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1","depth":14,"bounds":{"left":0.124305554,"top":0.94222224,"width":0.0055555557,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Page 2","depth":14,"bounds":{"left":0.13402778,"top":0.8977778,"width":0.013888889,"height":0.062222224},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"2","depth":15,"bounds":{"left":0.13819444,"top":0.94222224,"width":0.0055555557,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Page 3","depth":14,"bounds":{"left":0.14791666,"top":0.8977778,"width":0.013888889,"height":0.062222224},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
4481390003000938022
|
-7429318427817243689
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
youtube - Google Search
youtube - Google Search
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Skip to main content
Skip to main content
Accessibility help
Accessibility help
Accessibility feedback
Accessibility feedback
Go to Google Home
youtube
youtube
Clear
Search by voice
Search by image
Search
Google apps
Google Account: Lukáš Koválik ([EMAIL])
AI Mode
AI Mode
All
All
Videos
Videos
Short videos
Short videos
Forums
Forums
Images
Images
News
News
More filters
More
Tools
Tools
Search Results
Search Results
Web result with site links
Web result with site links
YouTube YouTube https://www.youtube.com
YouTube
YouTube
YouTube
https://www.youtube.com
About this result
Share your videos with friends, family, and the world.
How To Keep Slack Always ...
How To Keep Slack Always ...
How To Keep Slack Always ...
Manage your page visits for How To Keep Slack Always ...
How To Keep Slack Always Active On Mobile [2026 Guide] In today ...
UGREEN US3000 NAS UPS ...
UGREEN US3000 NAS UPS ...
UGREEN US3000 NAS UPS ...
Manage your page visits for UGREEN US3000 NAS UPS ...
UGREEN US3000 $89 Now on Amazon US - https://amzn.to ...
Subscribe
Subscribe
Subscribe
Coachella 2026 - LIVE only on YouTube. The official Coachella ...
YouTube History
YouTube History
YouTube History
Share your videos with friends, family, and the world.
Music
Music
Music
With the YouTube Music app, enjoy over 100 million songs at ...
More results from youtube.com »
More results from youtube.com »
How To Keep Slack Always ...
How To Keep Slack Always ...
How To Keep Slack Always ...
Manage your page visits for How To Keep Slack Always ...
How To Keep Slack Always Active On Mobile [2026 Guide] In today ...
UGREEN US3000 NAS UPS ...
UGREEN US3000 NAS UPS ...
UGREEN US3000 NAS UPS ...
Manage your page visits for UGREEN US3000 NAS UPS ...
UGREEN US3000 $89 Now on Amazon US - https://amzn.to ...
Subscribe
Subscribe
Subscribe
Coachella 2026 - LIVE only on YouTube. The official Coachella ...
YouTube History
YouTube History
YouTube History
Share your videos with friends, family, and the world.
Music
Music
Music
With the YouTube Music app, enjoy over 100 million songs at ...
More results from youtube.com »
More results from youtube.com »
Thumbnail image for YouTube
YouTube
YouTube
YouTube
Video sharing company
More options for YouTube
YouTube is an American online video sharing platform owned by Google. YouTube was founded on February 14, 2005, by Chad Hurley, Jawed Karim, and Steve Chen, who were former employees of PayPal. Headquartered in San Bruno, California, it is the second-most-visited website in the world, after Google itself.
Source:
Wikipedia
Wikipedia
Videos
Videos
About this result
ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪 YouTube Eurovision Song Contest 9 hours ago
ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪 YouTube Eurovision Song Contest 9 hours ago
ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪
YouTube
Eurovision Song Contest
9 hours ago
About this result
ESSYLA - Dancing on the Ice (Piano Version) | Belgium 🇧🇪 by Eurovision Song Contest on YouTube. Play on Google. 2:56
Colman Domingo Monologue - SNL YouTube Saturday Night Live 1 day ago
Colman Domingo Monologue - SNL YouTube Saturday Night Live 1 day ago
Colman Domingo Monologue - SNL
YouTube
Saturday Night Live
1 day ago
About this result
Colman Domingo Monologue - SNL by Saturday Night Live on YouTube. Play on YouTube. 4:42
First to Make the Plane Shot Wins! YouTube Dude Perfect 2 days ago
First to Make the Plane Shot Wins! YouTube Dude Perfect 2 days ago
First to Make the Plane Shot Wins!
YouTube
Dude Perfect
2 days ago
About this result
First to Make the Plane Shot Wins! by Dude Perfect on YouTube. Play on Google. 41:58
View all videos
View all
YouTube - Apps on Google Play Google Play https://play.google.com › store › apps › details › id=com...
YouTube - Apps on Google Play
YouTube - Apps on Google Play
Google Play
https://play.google.com
› store › apps › details › id=com...
About this result
Get the official YouTube app on Android phones and tablets
. See what the world is watching -- from the hottest music videos to what's popular in gaming, ...
Subsidiaries
FameBit
FameBit
,
Green Parrot Pictures Co. Ltd.
Green Parrot Pictures Co. Ltd.
CEO
Neal Mohan
Neal Mohan
(Feb 16, 2023–)
Acquisition date
November 13, 2006
Parent organization
Google
Google
Owners
Google
Google
,
Alphabet Inc.
Alphabet Inc.
Founders
Jawed Karim
Jawed Karim
,
Steve Chen
Steve Chen
,
Chad Hurley
Chad Hurley
Profiles
Profiles
YouTube Instagram
Instagram
YouTube Facebook
Facebook
YouTube Pinterest
Pinterest
YouTube X (Twitter)
X (Twitter)
Films produced
Films produced
Films produced
A Trip to Unicorn Island (2016)
A Trip to Unicorn Island
2016
India in a Day (2016)
India in a Day
2016
Code 8 (2016)
Code 8
2016
Life in a Day (2011)
Life in a Day
2011
YouTube Wikipedia https://en.wikipedia.org › wiki › YouTube
YouTube
YouTube
Wikipedia
https://en.wikipedia.org
› wiki › YouTube
About this result
YouTube
is an American online video sharing platform owned by Google. YouTube was founded on February 14, 2005, by Chad Hurley, Jawed Karim, and Steve Chen, who ...
People also search for
People also search for
Instagram
TikTok
Facebook
WhatsApp
See more
See more
YouTube Help Google https://support.google.com › youtube
YouTube Help
YouTube Help
Google
https://support.google.com
› youtube
About this result
Official YouTube Help Center
where you can find tips and tutorials on using YouTube and other answers to frequently asked questions.
r/youtube Reddit · r/youtube 3.4M+ followers
r/youtube
r/youtube
Reddit · r/youtube
3.4M+ followers
About this result
r/youtube:
r/YouTube
is for discussion about YouTube. This is a fan sub, not run or owned by YouTube! Please read the rules…
YouTube - App Store - Apple Apple https://apps.apple.com › app › youtube
YouTube - App Store - Apple
YouTube - App Store - Apple
Apple
https://apps.apple.com
› app › youtube
About this result
Get the official YouTube app on iPhones and iPads
. See what the world is watching -- from the hottest music videos to what's popular in gaming, fashion, beauty ...
People also search for
People also search for
Youtube com Google
Youtube
com Google
YouTube Music
YouTube
Music
Youtube videos
Youtube
videos
YouTube app download
YouTube
app download
Open youtube
Open
youtube
YouTube com login
YouTube
com login
Youtube update
Youtube
update
YouTube app install
YouTube
app install
Page navigation
Page navigation
1
Page 2
2
Page 3...
|
7623
|
|
7625
|
143
|
8
|
2026-04-13T16:13:29.925992+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096809925_m1.jpg...
|
Firefox
|
YouTube — Personal
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
YouTube
youtube.com
DXP4800PLUS-B5F8
Inbox - [EMAI YouTube
youtube.com
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
YouTube
YouTube
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Guide
YouTube Home
BG
Skip navigation
Skip navigation
Search
Search
Settings
Sign in
Sign in
Home
Home
Home
Shorts
Shorts
Shorts
Subscriptions
Subscriptions
Subscriptions
You
You
You
History
History
History
Sign in to like videos, comment, and subscribe.
Sign in
Sign in
Explore
Explore
Music
Music
Music
Gaming
Gaming
Gaming
Sports
Sports
Sports
More from YouTube
More from YouTube
YouTube Premium
YouTube Premium
YouTube Premium
YouTube Music
YouTube Music
YouTube Music
YouTube Kids
YouTube Kids
YouTube Kids
Report history
Report history
Report history
About
About
Press
Press
Copyright
Copyright
Contact us
Contact us
Creators
Creators
Advertise
Advertise
Developers
Developers...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"YouTube","depth":4,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"youtube.com","depth":4,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"YouTube","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"YouTube","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Guide","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"YouTube Home","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"BG","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Skip navigation","depth":14,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Skip navigation","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXComboBox","text":"Search","depth":15,"help_text":"","role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXButton","text":"Search","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Settings","depth":17,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Sign in","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Sign in","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Home","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Home","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Home","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Shorts","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Shorts","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Shorts","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Subscriptions","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Subscriptions","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Subscriptions","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"You","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"You","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"You","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"History","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"History","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"History","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sign in to like videos, comment, and subscribe.","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Sign in","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Sign in","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Explore","depth":16,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Explore","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Music","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Music","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Music","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Gaming","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Gaming","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gaming","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Sports","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Sports","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Sports","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"More from YouTube","depth":16,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"More from YouTube","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube Premium","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"YouTube Premium","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube Premium","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube Music","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"YouTube Music","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube Music","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"YouTube Kids","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"YouTube Kids","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"YouTube Kids","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Report history","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Report history","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Report history","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"About","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"About","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Press","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Press","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Copyright","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Copyright","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Contact us","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Contact us","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Creators","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Creators","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Advertise","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Advertise","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Developers","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Developers","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
9007541460378529948
|
5813099583619466104
|
click
|
accessibility
|
NULL
|
YouTube
youtube.com
DXP4800PLUS-B5F8
Inbox - [EMAI YouTube
youtube.com
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
YouTube
YouTube
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Guide
YouTube Home
BG
Skip navigation
Skip navigation
Search
Search
Settings
Sign in
Sign in
Home
Home
Home
Shorts
Shorts
Shorts
Subscriptions
Subscriptions
Subscriptions
You
You
You
History
History
History
Sign in to like videos, comment, and subscribe.
Sign in
Sign in
Explore
Explore
Music
Music
Music
Gaming
Gaming
Gaming
Sports
Sports
Sports
More from YouTube
More from YouTube
YouTube Premium
YouTube Premium
YouTube Premium
YouTube Music
YouTube Music
YouTube Music
YouTube Kids
YouTube Kids
YouTube Kids
Report history
Report history
Report history
About
About
Press
Press
Copyright
Copyright
Contact us
Contact us
Creators
Creators
Advertise
Advertise
Developers
Developers...
|
NULL
|
|
7627
|
143
|
10
|
2026-04-13T16:13:35.725434+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096815725_m1.jpg...
|
Firefox
|
google maps timeline export - Google Search — Pers google maps timeline export - Google Search — Personal...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Skip to main content
Skip to main content
Accessibility help
Accessibility help
Accessibility feedback
Accessibility feedback
Go to Google Home
google maps timeline export
google maps timeline export
Clear
Search by voice
Search by image
Search
Google apps
Google Account: Lukáš Koválik ([EMAIL])
AI Mode
AI Mode
All
All
Images
Images
Videos
Videos
Forums
Forums
News
News
Web
Web
More filters
More
Tools
Tools
Add Free
Free
Add Reddit
Reddit
Add To Excel
To Excel
Add GPX
GPX
Add Ios
Ios
Add To KML
To KML
Add Android
Android
Search Results
Search Results
AI Overview
AI Overview
About this result
Exporting Google Maps Timeline data is now primarily done on-device via Android settings, as location history has moved from cloud storage to local device storage
.
Navigate to
Settings > Location > Location services > Timeline
and tap "Export timeline data" to save a local JSON file
. This ensures you have a backup of your visited places and routes.
Google Help (+4) – View related links
Google Help
+4
How to Export Timeline Data
Android (On-Device):
Open Device
Settings
.
Tap
Location
>
Location Services
>
Timeline
.
Select
Export timeline data
.
Select a storage location and save as a JSON file.
Alternative Android Method:
Go to
Google Maps App
>
Account Circle
>
Your Timeline
>
Menu (three dots)
>
Export
.
Backup Method:
Turn on the "Backup" setting in
Your Timeline
to save data to the cloud.
Google Help (+4) – View related links
Important Information
Data Format:
The exported data is in a JSON format.
Processing Data:
For easier viewing, you may need a converter to turn the JSON into KML format
.
Third-Party Tools:
You can use
Free Google Maps Timeline Export to Excel
Free Google Maps Timeline Export to Excel
to visualize the data, or see
this GitHub repository
this GitHub repository
for conversion scripts.
Desktop Limitation:
As of 2025, Google Takeout may not contain current location history data.
For in-depth, user-driven, and detailed information about exporting timeline data, see
the Google Maps community thread
the Google Maps community thread
.
For in-depth, user-driven, and detailed information about exporting Google Maps timeline data on Android, see
the Reddit thread
the Reddit thread
.
For detailed instructions and tips on using a
Google Maps multi-day timeline
, please refer to the
Medium article
Medium article
.
View related links
Export timeline data. Opens in new tab.
Export timeline data
Dec 28, 2024 —
To export timeline data from Google Maps on an Android device, you can do the following: 1. Go to **Device settings** 2. Select **
About this result
Export Google Maps Timeline Data on Android : r/GoogleMaps. Opens in new tab.
Export Google Maps Timeline Data on Android : r/GoogleMaps
May 1, 2024 —
To export Google Maps timeline data on Android, you can do the following: 1. Go to **Settings** 2. Select **Location** 3. Select *
About this result
Free Google Maps Timeline Export to Excel - Chrome Web Store. Opens in new tab.
Free Google Maps Timeline Export to Excel - Chrome Web Store
This extension can be used for mileage tax deductions. The extension processes locally in your browser to ensure your privacy. Her...
About this result
Show all related links
Show all
Dive deeper in AI Mode
Dive deeper in AI Mode
AI can make mistakes, so double-check responses
Share
Submit positive feedback
Submit negative feedback
Web results
Web results
Export timeline data - Google Maps Community Google Help https://support.google.com › maps › thread › export-tim...
Export timeline data - Google Maps Community
Export timeline data - Google Maps Community
Google Help
https://support.google.com
› maps › thread › export-tim...
About this result
Dec 28, 2024
—
welcome to the google maps community forum! for android, it is
device settings > location > location services > timeline > export timeline data
, ...
1 answer
1 answer
·
Top answer:
hello mark, welcome to the google maps community forum! for android, it is device settings > location > location services > timeline > export timeline ...
Export Google Maps Timeline Data on Android Reddit · r/GoogleMaps 100+ comments · 1 year ago
Export Google Maps Timeline Data on Android
Export Google Maps Timeline Data on Android
Reddit · r/GoogleMaps
100+ comments · 1 year ago
About this result
If you are on Android,
go to Settings -> Location -> Timeline -> Export
. This totally worked for me! The exported json file has ...
How Can I Properly Export my Timeline Data : r ...
How Can I Properly
Export
my
Timeline
Data : r ...
5 posts
Mar 27, 2025
Anyone know how i can export my old timeline with ...
Anyone know how i can
export
my old
timeline
with ...
9 posts
Feb 23, 2025
More results from www.reddit.com
More results from www.reddit.com
Videos
Videos
About this result
MileageWise 2025 Updated Google Maps Timeline Export from ... YouTube MileageWise - IRS-proof mileage log Apr 11, 2025
MileageWise 2025 Updated Google Maps Timeline Export from ... YouTube MileageWise - IRS-proof mileage log Apr 11, 2025
MileageWise 2025 Updated Google Maps Timeline Export from ...
YouTube
MileageWise - IRS-proof mileage log
Apr 11, 2025
About this result
MileageWise 2025 Updated Google Maps Timeline Export from ... by MileageWise - IRS-proof mileage log on YouTube. Play on Google. 3:00
6 key moments in this video
6 key moments in this video
Transfer Your Google Maps Timeline History: Don't Lose Your Data! YouTube Geeks On Tour Mar 22, 2025
Transfer Your Google Maps Timeline History: Don't Lose Your Data! YouTube Geeks On Tour Mar 22, 2025
Transfer Your Google Maps Timeline History: Don't Lose Your Data!
YouTube
Geeks On Tour
Mar 22, 2025
About this result
Transfer Your Google Maps Timeline History: Don't Lose Your Data! by Geeks On Tour on YouTube. Play on Google. 5:16
Free Google Maps Timeline Export to Excel YouTube Ákos Barazsy Jun 6, 2023
Free Google Maps Timeline Export to Excel YouTube Ákos Barazsy Jun 6, 2023
Free Google Maps Timeline Export to Excel
YouTube
Ákos Barazsy
Jun 6, 2023
About this result
Free Google Maps Timeline Export to Excel by Ákos Barazsy on YouTube. Play on Google. 1:46
View all videos
View all
People also ask
People also ask
Can I export Google timeline to Excel?...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Skip to main content","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Skip to main content","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Accessibility help","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Accessibility help","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Accessibility feedback","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Accessibility feedback","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Go to Google Home","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXComboBox","text":"google maps timeline export","depth":9,"value":"google maps timeline export","help_text":"","role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"google maps timeline export","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Clear","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search by voice","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search by image","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Google apps","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Google Account: Lukáš Koválik (kovaliklukas@gmail.com)","depth":8,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"AI Mode","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"AI Mode","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"All","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"All","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Images","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Images","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Videos","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Videos","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Forums","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Forums","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"News","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"News","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Web","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Web","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More filters","depth":16,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Tools","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Tools","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Free","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Reddit","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Reddit","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add To Excel","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"To Excel","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add GPX","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"GPX","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Ios","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ios","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add To KML","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"To KML","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Android","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Android","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Search Results","depth":8,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Search Results","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"AI Overview","depth":20,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AI Overview","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":21,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Exporting Google Maps Timeline data is now primarily done on-device via Android settings, as location history has moved from cloud storage to local device storage","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Navigate to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Settings > Location > Location services > Timeline","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and tap \"Export timeline data\" to save a local JSON file","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":". This ensures you have a backup of your visited places and routes.","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Google Help (+4) – View related links","depth":25,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Help","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+4","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"How to Export Timeline Data","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Android (On-Device):","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open Device","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Settings","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Tap","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Location","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Location Services","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Timeline","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export timeline data","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select a storage location and save as a JSON file.","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alternative Android Method:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Go to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Google Maps App","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Account Circle","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your Timeline","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Menu (three dots)","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Backup Method:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Turn on the \"Backup\" setting in","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your Timeline","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to save data to the cloud.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Google Help (+4) – View related links","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Important Information","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Data Format:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The exported data is in a JSON format.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Processing Data:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For easier viewing, you may need a converter to turn the JSON into KML format","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Third-Party Tools:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You can use","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Free Google Maps Timeline Export to Excel","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free Google Maps Timeline Export to Excel","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to visualize the data, or see","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"this GitHub repository","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"this GitHub repository","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"for conversion scripts.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Desktop Limitation:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"As of 2025, Google Takeout may not contain current location history data.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For in-depth, user-driven, and detailed information about exporting timeline data, see","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"the Google Maps community thread","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"the Google Maps community thread","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For in-depth, user-driven, and detailed information about exporting Google Maps timeline data on Android, see","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"the Reddit thread","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"the Reddit thread","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For detailed instructions and tips on using a","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Google Maps multi-day timeline","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", please refer to the","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Medium article","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Medium article","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"View related links","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Export timeline data. Opens in new tab.","depth":28,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Export timeline data","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Dec 28, 2024 —","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To export timeline data from Google Maps on an Android device, you can do the following: 1. Go to **Device settings** 2. Select **","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":28,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Export Google Maps Timeline Data on Android : r/GoogleMaps. Opens in new tab.","depth":28,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Export Google Maps Timeline Data on Android : r/GoogleMaps","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"May 1, 2024 —","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To export Google Maps timeline data on Android, you can do the following: 1. Go to **Settings** 2. Select **Location** 3. Select *","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":28,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Free Google Maps Timeline Export to Excel - Chrome Web Store. Opens in new tab.","depth":28,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free Google Maps Timeline Export to Excel - Chrome Web Store","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"This extension can be used for mileage tax deductions. The extension processes locally in your browser to ensure your privacy. Her...","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":28,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show all related links","depth":25,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Show all","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Dive deeper in AI Mode","depth":21,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Dive deeper in AI Mode","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AI can make mistakes, so double-check responses","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Share","depth":23,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Submit positive feedback","depth":24,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Submit negative feedback","depth":24,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Web results","depth":15,"bounds":{"left":0.26597223,"top":0.0,"width":0.00069444446,"height":0.0011111111},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Web results","depth":16,"bounds":{"left":0.26597223,"top":0.0,"width":0.08263889,"height":0.027777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Export timeline data - Google Maps Community Google Help https://support.google.com › maps › thread › export-tim...","depth":16,"bounds":{"left":0.26597223,"top":0.0,"width":0.29791668,"height":0.054444443},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Export timeline data - Google Maps Community","depth":17,"bounds":{"left":0.26597223,"top":0.0,"width":0.29791668,"height":0.034444444},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export timeline data - Google Maps Community","depth":18,"bounds":{"left":0.26597223,"top":0.0044444446,"width":0.29791668,"height":0.028888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Google Help","depth":21,"bounds":{"left":0.29375,"top":0.0,"width":0.054166667,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"https://support.google.com","depth":21,"bounds":{"left":0.29375,"top":0.0,"width":0.09791667,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"› maps › thread › export-tim...","depth":22,"bounds":{"left":0.39166668,"top":0.0,"width":0.110416666,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":16,"bounds":{"left":0.5076389,"top":0.0,"width":0.019444445,"height":0.022222223},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Dec 28, 2024","depth":16,"bounds":{"left":0.26597223,"top":0.04,"width":0.057638887,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"—","depth":16,"bounds":{"left":0.3236111,"top":0.04,"width":0.015277778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"welcome to the google maps community forum! for android, it is","depth":16,"bounds":{"left":0.33888888,"top":0.04,"width":0.27569443,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"device settings > location > location services > timeline > export timeline data","depth":17,"bounds":{"left":0.26597223,"top":0.04,"width":0.42708334,"height":0.04222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", ...","depth":16,"bounds":{"left":0.54375,"top":0.064444445,"width":0.013888889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"1 answer","depth":16,"bounds":{"left":0.26597223,"top":0.08555555,"width":0.039583333,"height":0.024444444},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"1 answer","depth":17,"bounds":{"left":0.26597223,"top":0.08888889,"width":0.039583333,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"·","depth":17,"bounds":{"left":0.30833334,"top":0.08888889,"width":0.0027777778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Top answer:","depth":17,"bounds":{"left":0.31388888,"top":0.08888889,"width":0.055555556,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"hello mark, welcome to the google maps community forum! for android, it is device settings > location > location services > timeline > export timeline ...","depth":17,"bounds":{"left":0.36944443,"top":0.08888889,"width":0.63055557,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Export Google Maps Timeline Data on Android Reddit · r/GoogleMaps 100+ comments · 1 year ago","depth":16,"bounds":{"left":0.26597223,"top":0.15777777,"width":0.28680557,"height":0.04777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Export Google Maps Timeline Data on Android","depth":17,"bounds":{"left":0.26597223,"top":0.18555556,"width":0.28680557,"height":0.034444444},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export Google Maps Timeline Data on Android","depth":18,"bounds":{"left":0.26597223,"top":0.19111112,"width":0.28680557,"height":0.028888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Reddit · r/GoogleMaps","depth":21,"bounds":{"left":0.29375,"top":0.14555556,"width":0.09791667,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"100+ comments · 1 year ago","depth":21,"bounds":{"left":0.29375,"top":0.16777778,"width":0.10625,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":16,"bounds":{"left":0.40416667,"top":0.16333333,"width":0.019444445,"height":0.022222223},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"If you are on Android,","depth":16,"bounds":{"left":0.26597223,"top":0.22666667,"width":0.09583333,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"go to Settings -> Location -> Timeline -> Export","depth":17,"bounds":{"left":0.36180556,"top":0.22666667,"width":0.21805556,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":". This totally worked for me! The exported json file has ...","depth":16,"bounds":{"left":0.26597223,"top":0.22666667,"width":0.45208332,"height":0.04222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"How Can I Properly Export my Timeline Data : r ...","depth":18,"bounds":{"left":0.26597223,"top":0.28111112,"width":0.22083333,"height":0.017777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"How Can I Properly","depth":19,"bounds":{"left":0.26597223,"top":0.28111112,"width":0.08680555,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export","depth":20,"bounds":{"left":0.35277778,"top":0.28111112,"width":0.03125,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"my","depth":19,"bounds":{"left":0.38402778,"top":0.28111112,"width":0.018055556,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Timeline","depth":20,"bounds":{"left":0.40208334,"top":0.28111112,"width":0.039583333,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Data : r ...","depth":19,"bounds":{"left":0.44166666,"top":0.28111112,"width":0.045138888,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"5 posts","depth":17,"bounds":{"left":0.5125,"top":0.28111112,"width":0.03125,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Mar 27, 2025","depth":17,"bounds":{"left":0.5541667,"top":0.28111112,"width":0.057638887,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Anyone know how i can export my old timeline with ...","depth":18,"bounds":{"left":0.26597223,"top":0.30555555,"width":0.2361111,"height":0.017777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Anyone know how i can","depth":19,"bounds":{"left":0.26597223,"top":0.30555555,"width":0.10486111,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"export","depth":20,"bounds":{"left":0.37083334,"top":0.30555555,"width":0.029861111,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"my old","depth":19,"bounds":{"left":0.40069443,"top":0.30555555,"width":0.034027778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"timeline","depth":20,"bounds":{"left":0.43472221,"top":0.30555555,"width":0.036805555,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"with ...","depth":19,"bounds":{"left":0.47152779,"top":0.30555555,"width":0.030555556,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9 posts","depth":17,"bounds":{"left":0.5125,"top":0.30555555,"width":0.03125,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Feb 23, 2025","depth":17,"bounds":{"left":0.5541667,"top":0.30555555,"width":0.057638887,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"More results from www.reddit.com","depth":18,"bounds":{"left":0.26597223,"top":0.33,"width":0.14722222,"height":0.017777778},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"More results from www.reddit.com","depth":19,"bounds":{"left":0.26597223,"top":0.33,"width":0.14722222,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Videos","depth":15,"bounds":{"left":0.26597223,"top":0.38444445,"width":0.046527777,"height":0.031111112},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Videos","depth":16,"bounds":{"left":0.26597223,"top":0.38444445,"width":0.046527777,"height":0.032222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":17,"bounds":{"left":0.3125,"top":0.38777778,"width":0.036111113,"height":0.022222223},"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"MileageWise 2025 Updated Google Maps Timeline Export from ... YouTube MileageWise - IRS-proof mileage log Apr 11, 2025","depth":18,"bounds":{"left":0.3826389,"top":0.43555555,"width":0.3361111,"height":0.09222222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"MileageWise 2025 Updated Google Maps Timeline Export from ... YouTube MileageWise - IRS-proof mileage log Apr 11, 2025","depth":19,"bounds":{"left":0.3826389,"top":0.43555555,"width":0.3361111,"height":0.09222222},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MileageWise 2025 Updated Google Maps Timeline Export from ...","depth":22,"bounds":{"left":0.3826389,"top":0.4377778,"width":0.32569444,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":21,"bounds":{"left":0.3826389,"top":0.48222223,"width":0.038194444,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MileageWise - IRS-proof mileage log","depth":21,"bounds":{"left":0.42708334,"top":0.48222223,"width":0.16041666,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Apr 11, 2025","depth":21,"bounds":{"left":0.3826389,"top":0.50666666,"width":0.05486111,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":19,"bounds":{"left":0.5833333,"top":0.4788889,"width":0.036111113,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"MileageWise 2025 Updated Google Maps Timeline Export from ... by MileageWise - IRS-proof mileage log on YouTube. Play on Google. 3:00","depth":18,"bounds":{"left":0.26597223,"top":0.43555555,"width":0.10277778,"height":0.09222222},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"6 key moments in this video","depth":20,"bounds":{"left":0.26597223,"top":0.5411111,"width":0.22222222,"height":0.04888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"6 key moments in this video","depth":22,"bounds":{"left":0.31458333,"top":0.54888886,"width":0.12847222,"height":0.02111111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Transfer Your Google Maps Timeline History: Don't Lose Your Data! YouTube Geeks On Tour Mar 22, 2025","depth":18,"bounds":{"left":0.3826389,"top":0.60444444,"width":0.3361111,"height":0.09222222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Transfer Your Google Maps Timeline History: Don't Lose Your Data! YouTube Geeks On Tour Mar 22, 2025","depth":19,"bounds":{"left":0.3826389,"top":0.60444444,"width":0.3361111,"height":0.09222222},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Transfer Your Google Maps Timeline History: Don't Lose Your Data!","depth":22,"bounds":{"left":0.3826389,"top":0.6066667,"width":0.3326389,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":21,"bounds":{"left":0.3826389,"top":0.6511111,"width":0.038194444,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Geeks On Tour","depth":21,"bounds":{"left":0.42708334,"top":0.6511111,"width":0.068055555,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Mar 22, 2025","depth":21,"bounds":{"left":0.3826389,"top":0.6755555,"width":0.056944445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":19,"bounds":{"left":0.49097222,"top":0.6477778,"width":0.036111113,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Transfer Your Google Maps Timeline History: Don't Lose Your Data! by Geeks On Tour on YouTube. Play on Google. 5:16","depth":18,"bounds":{"left":0.26597223,"top":0.60444444,"width":0.10277778,"height":0.09222222},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Free Google Maps Timeline Export to Excel YouTube Ákos Barazsy Jun 6, 2023","depth":18,"bounds":{"left":0.3826389,"top":0.72444445,"width":0.3361111,"height":0.09222222},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Free Google Maps Timeline Export to Excel YouTube Ákos Barazsy Jun 6, 2023","depth":19,"bounds":{"left":0.3826389,"top":0.72444445,"width":0.3361111,"height":0.09222222},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Free Google Maps Timeline Export to Excel","depth":22,"bounds":{"left":0.3826389,"top":0.7266667,"width":0.21458334,"height":0.023333333},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"YouTube","depth":21,"bounds":{"left":0.3826389,"top":0.77111113,"width":0.038194444,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ákos Barazsy","depth":21,"bounds":{"left":0.42708334,"top":0.77111113,"width":0.061805554,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jun 6, 2023","depth":21,"bounds":{"left":0.3826389,"top":0.79555553,"width":0.050694443,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":19,"bounds":{"left":0.48472223,"top":0.7677778,"width":0.036111113,"height":0.022222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Free Google Maps Timeline Export to Excel by Ákos Barazsy on YouTube. Play on Google. 1:46","depth":18,"bounds":{"left":0.26597223,"top":0.72444445,"width":0.10277778,"height":0.09222222},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"View all videos","depth":16,"bounds":{"left":0.36319444,"top":0.83444446,"width":0.25833333,"height":0.044444446},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"View all","depth":18,"bounds":{"left":0.4652778,"top":0.8466667,"width":0.034722224,"height":0.02111111},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"People also ask","depth":16,"bounds":{"left":0.26597223,"top":0.91888887,"width":0.104166664,"height":0.031111112},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"People also ask","depth":17,"bounds":{"left":0.26597223,"top":0.91888887,"width":0.104166664,"height":0.032222223},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Can I export Google timeline to Excel?","depth":19,"bounds":{"left":0.26597223,"top":0.9588889,"width":0.45277777,"height":0.04111111},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-2974669982028143446
|
-6297790607941440947
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Skip to main content
Skip to main content
Accessibility help
Accessibility help
Accessibility feedback
Accessibility feedback
Go to Google Home
google maps timeline export
google maps timeline export
Clear
Search by voice
Search by image
Search
Google apps
Google Account: Lukáš Koválik ([EMAIL])
AI Mode
AI Mode
All
All
Images
Images
Videos
Videos
Forums
Forums
News
News
Web
Web
More filters
More
Tools
Tools
Add Free
Free
Add Reddit
Reddit
Add To Excel
To Excel
Add GPX
GPX
Add Ios
Ios
Add To KML
To KML
Add Android
Android
Search Results
Search Results
AI Overview
AI Overview
About this result
Exporting Google Maps Timeline data is now primarily done on-device via Android settings, as location history has moved from cloud storage to local device storage
.
Navigate to
Settings > Location > Location services > Timeline
and tap "Export timeline data" to save a local JSON file
. This ensures you have a backup of your visited places and routes.
Google Help (+4) – View related links
Google Help
+4
How to Export Timeline Data
Android (On-Device):
Open Device
Settings
.
Tap
Location
>
Location Services
>
Timeline
.
Select
Export timeline data
.
Select a storage location and save as a JSON file.
Alternative Android Method:
Go to
Google Maps App
>
Account Circle
>
Your Timeline
>
Menu (three dots)
>
Export
.
Backup Method:
Turn on the "Backup" setting in
Your Timeline
to save data to the cloud.
Google Help (+4) – View related links
Important Information
Data Format:
The exported data is in a JSON format.
Processing Data:
For easier viewing, you may need a converter to turn the JSON into KML format
.
Third-Party Tools:
You can use
Free Google Maps Timeline Export to Excel
Free Google Maps Timeline Export to Excel
to visualize the data, or see
this GitHub repository
this GitHub repository
for conversion scripts.
Desktop Limitation:
As of 2025, Google Takeout may not contain current location history data.
For in-depth, user-driven, and detailed information about exporting timeline data, see
the Google Maps community thread
the Google Maps community thread
.
For in-depth, user-driven, and detailed information about exporting Google Maps timeline data on Android, see
the Reddit thread
the Reddit thread
.
For detailed instructions and tips on using a
Google Maps multi-day timeline
, please refer to the
Medium article
Medium article
.
View related links
Export timeline data. Opens in new tab.
Export timeline data
Dec 28, 2024 —
To export timeline data from Google Maps on an Android device, you can do the following: 1. Go to **Device settings** 2. Select **
About this result
Export Google Maps Timeline Data on Android : r/GoogleMaps. Opens in new tab.
Export Google Maps Timeline Data on Android : r/GoogleMaps
May 1, 2024 —
To export Google Maps timeline data on Android, you can do the following: 1. Go to **Settings** 2. Select **Location** 3. Select *
About this result
Free Google Maps Timeline Export to Excel - Chrome Web Store. Opens in new tab.
Free Google Maps Timeline Export to Excel - Chrome Web Store
This extension can be used for mileage tax deductions. The extension processes locally in your browser to ensure your privacy. Her...
About this result
Show all related links
Show all
Dive deeper in AI Mode
Dive deeper in AI Mode
AI can make mistakes, so double-check responses
Share
Submit positive feedback
Submit negative feedback
Web results
Web results
Export timeline data - Google Maps Community Google Help https://support.google.com › maps › thread › export-tim...
Export timeline data - Google Maps Community
Export timeline data - Google Maps Community
Google Help
https://support.google.com
› maps › thread › export-tim...
About this result
Dec 28, 2024
—
welcome to the google maps community forum! for android, it is
device settings > location > location services > timeline > export timeline data
, ...
1 answer
1 answer
·
Top answer:
hello mark, welcome to the google maps community forum! for android, it is device settings > location > location services > timeline > export timeline ...
Export Google Maps Timeline Data on Android Reddit · r/GoogleMaps 100+ comments · 1 year ago
Export Google Maps Timeline Data on Android
Export Google Maps Timeline Data on Android
Reddit · r/GoogleMaps
100+ comments · 1 year ago
About this result
If you are on Android,
go to Settings -> Location -> Timeline -> Export
. This totally worked for me! The exported json file has ...
How Can I Properly Export my Timeline Data : r ...
How Can I Properly
Export
my
Timeline
Data : r ...
5 posts
Mar 27, 2025
Anyone know how i can export my old timeline with ...
Anyone know how i can
export
my old
timeline
with ...
9 posts
Feb 23, 2025
More results from www.reddit.com
More results from www.reddit.com
Videos
Videos
About this result
MileageWise 2025 Updated Google Maps Timeline Export from ... YouTube MileageWise - IRS-proof mileage log Apr 11, 2025
MileageWise 2025 Updated Google Maps Timeline Export from ... YouTube MileageWise - IRS-proof mileage log Apr 11, 2025
MileageWise 2025 Updated Google Maps Timeline Export from ...
YouTube
MileageWise - IRS-proof mileage log
Apr 11, 2025
About this result
MileageWise 2025 Updated Google Maps Timeline Export from ... by MileageWise - IRS-proof mileage log on YouTube. Play on Google. 3:00
6 key moments in this video
6 key moments in this video
Transfer Your Google Maps Timeline History: Don't Lose Your Data! YouTube Geeks On Tour Mar 22, 2025
Transfer Your Google Maps Timeline History: Don't Lose Your Data! YouTube Geeks On Tour Mar 22, 2025
Transfer Your Google Maps Timeline History: Don't Lose Your Data!
YouTube
Geeks On Tour
Mar 22, 2025
About this result
Transfer Your Google Maps Timeline History: Don't Lose Your Data! by Geeks On Tour on YouTube. Play on Google. 5:16
Free Google Maps Timeline Export to Excel YouTube Ákos Barazsy Jun 6, 2023
Free Google Maps Timeline Export to Excel YouTube Ákos Barazsy Jun 6, 2023
Free Google Maps Timeline Export to Excel
YouTube
Ákos Barazsy
Jun 6, 2023
About this result
Free Google Maps Timeline Export to Excel by Ákos Barazsy on YouTube. Play on Google. 1:46
View all videos
View all
People also ask
People also ask
Can I export Google timeline to Excel?...
|
NULL
|
|
7628
|
143
|
11
|
2026-04-13T16:14:05.984397+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096845984_m1.jpg...
|
Firefox
|
google maps timeline export - Google Search — Pers google maps timeline export - Google Search — Personal...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Google Account: Lukáš Koválik ([EMAIL])
Main menu
New chat
Gemini
Temporary chat
PLUS
PLUS
Conversation with Gemini
Conversation with Gemini
Hi Lukáš
Where should we start?
Where should we start?
🖼️ Create image, button, tap to use tool
🖼️ Create image
🎸 Create music, button, tap to use tool
🎸 Create music
Create a video, button, tap to use tool
Create a video
Help me learn, button, tap to use tool
Help me learn
Write anything, button, tap to use tool
Write anything
Boost my day, button, tap to use tool
Boost my day
using screenpipe I want to watch videos but it seems that it is not possible on f
using screenpipe I want to watch videos but it seems that it is not possible on f
Open upload file menu
Tools
Open mode picker
Pro
Send message
Summarize page
Summarize page
Skip to main content
Skip to main content
Accessibility help
Accessibility help
Accessibility feedback
Accessibility feedback
Go to Google Home
google maps timeline export
google maps timeline export
Clear
Search by voice
Search by image
Search
Google apps
Google Account: Lukáš Koválik ([EMAIL])
AI Mode
AI Mode
All
All
Images
Images
Videos
Videos
Forums
Forums
News
News
Web
Web
More filters
More
Tools
Tools
Add Free
Free
Add Reddit
Reddit
Add To Excel
To Excel
Add GPX
GPX
Add Ios
Ios
Add To KML
To KML
Add Android
Android
Search Results
Search Results
AI Overview
AI Overview
About this result
Exporting Google Maps Timeline data is now primarily done on-device via Android settings, as location history has moved from cloud storage to local device storage
.
Navigate to
Settings > Location > Location services > Timeline
and tap "Export timeline data" to save a local JSON file
. This ensures you have a backup of your visited places and routes.
Google Help (+4) – View related links
Google Help
+4
How to Export Timeline Data
Android (On-Device):
Open Device
Settings
.
Tap
Location
>
Location Services
>
Timeline
.
Select
Export timeline data
.
Select a storage location and save as a JSON file.
Alternative Android Method:
Go to
Google Maps App
>
Account Circle
>
Your Timeline
>
Menu (three dots)
>
Export
.
Backup Method:
Turn on the "Backup" setting in
Your Timeline
to save data to the cloud.
Google Help (+4) – View related links
Important Information
Data Format:
The exported data is in a JSON format.
Processing Data:
For easier viewing, you may need a converter to turn the JSON into KML format
.
Third-Party Tools:
You can use
Free Google Maps Timeline Export to Excel
Free Google Maps Timeline Export to Excel
to visualize the data, or see
this GitHub repository
this GitHub repository
for conversion scripts.
Desktop Limitation:
As of 2025, Google Takeout may not contain current location history data.
For in-depth, user-driven, and detailed information about exporting timeline data, see
the Google Maps community thread
the Google Maps community thread
.
For in-depth, user-driven, and detailed information about exporting Google Maps timeline data on Android, see
the Reddit thread
the Reddit thread
.
For detailed instructions and tips on using a
Google Maps multi-day timeline
, please refer to the
Medium article
Medium article
.
View related links
Export timeline data. Opens in new tab....
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Google Account: Lukáš Koválik (kovaliklukas@gmail.com)","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Main menu","depth":12,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New chat","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Temporary chat","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"PLUS","depth":11,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"PLUS","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Hi Lukáš","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Where should we start?","depth":22,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Where should we start?","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"🖼️ Create image, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"🖼️ Create image","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"🎸 Create music, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"🎸 Create music","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Create a video, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Create a video","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Help me learn, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Help me learn","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Write anything, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Write anything","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Boost my day, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Boost my day","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextArea","text":"using screenpipe I want to watch videos but it seems that it is not possible on f","depth":20,"value":"using screenpipe I want to watch videos but it seems that it is not possible on f","help_text":"","role_description":"text entry area","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"using screenpipe I want to watch videos but it seems that it is not possible on f","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open upload file menu","depth":20,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Tools","depth":18,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open mode picker","depth":20,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pro","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Send message","depth":19,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Summarize page","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summarize page","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Skip to main content","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Skip to main content","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Accessibility help","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Accessibility help","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Accessibility feedback","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Accessibility feedback","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Go to Google Home","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXComboBox","text":"google maps timeline export","depth":9,"value":"google maps timeline export","help_text":"","role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"google maps timeline export","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Clear","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search by voice","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search by image","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Google apps","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Google Account: Lukáš Koválik (kovaliklukas@gmail.com)","depth":8,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"AI Mode","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"AI Mode","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"All","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"All","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Images","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Images","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Videos","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Videos","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Forums","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Forums","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"News","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"News","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Web","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Web","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More filters","depth":16,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Tools","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Tools","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Free","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Reddit","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Reddit","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add To Excel","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"To Excel","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add GPX","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"GPX","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Ios","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ios","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add To KML","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"To KML","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Android","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Android","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Search Results","depth":8,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Search Results","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"AI Overview","depth":20,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AI Overview","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":21,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Exporting Google Maps Timeline data is now primarily done on-device via Android settings, as location history has moved from cloud storage to local device storage","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Navigate to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Settings > Location > Location services > Timeline","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and tap \"Export timeline data\" to save a local JSON file","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":". This ensures you have a backup of your visited places and routes.","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Google Help (+4) – View related links","depth":25,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Help","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+4","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"How to Export Timeline Data","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Android (On-Device):","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open Device","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Settings","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Tap","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Location","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Location Services","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Timeline","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export timeline data","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select a storage location and save as a JSON file.","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alternative Android Method:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Go to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Google Maps App","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Account Circle","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your Timeline","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Menu (three dots)","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Backup Method:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Turn on the \"Backup\" setting in","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your Timeline","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to save data to the cloud.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Google Help (+4) – View related links","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Important Information","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Data Format:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The exported data is in a JSON format.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Processing Data:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For easier viewing, you may need a converter to turn the JSON into KML format","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Third-Party Tools:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You can use","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Free Google Maps Timeline Export to Excel","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free Google Maps Timeline Export to Excel","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to visualize the data, or see","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"this GitHub repository","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"this GitHub repository","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"for conversion scripts.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Desktop Limitation:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"As of 2025, Google Takeout may not contain current location history data.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For in-depth, user-driven, and detailed information about exporting timeline data, see","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"the Google Maps community thread","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"the Google Maps community thread","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For in-depth, user-driven, and detailed information about exporting Google Maps timeline data on Android, see","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"the Reddit thread","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"the Reddit thread","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For detailed instructions and tips on using a","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Google Maps multi-day timeline","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", please refer to the","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Medium article","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Medium article","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"View related links","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Export timeline data. Opens in new tab.","depth":28,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
9158766048139113389
|
8717210057888795218
|
idle
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Google Account: Lukáš Koválik ([EMAIL])
Main menu
New chat
Gemini
Temporary chat
PLUS
PLUS
Conversation with Gemini
Conversation with Gemini
Hi Lukáš
Where should we start?
Where should we start?
🖼️ Create image, button, tap to use tool
🖼️ Create image
🎸 Create music, button, tap to use tool
🎸 Create music
Create a video, button, tap to use tool
Create a video
Help me learn, button, tap to use tool
Help me learn
Write anything, button, tap to use tool
Write anything
Boost my day, button, tap to use tool
Boost my day
using screenpipe I want to watch videos but it seems that it is not possible on f
using screenpipe I want to watch videos but it seems that it is not possible on f
Open upload file menu
Tools
Open mode picker
Pro
Send message
Summarize page
Summarize page
Skip to main content
Skip to main content
Accessibility help
Accessibility help
Accessibility feedback
Accessibility feedback
Go to Google Home
google maps timeline export
google maps timeline export
Clear
Search by voice
Search by image
Search
Google apps
Google Account: Lukáš Koválik ([EMAIL])
AI Mode
AI Mode
All
All
Images
Images
Videos
Videos
Forums
Forums
News
News
Web
Web
More filters
More
Tools
Tools
Add Free
Free
Add Reddit
Reddit
Add To Excel
To Excel
Add GPX
GPX
Add Ios
Ios
Add To KML
To KML
Add Android
Android
Search Results
Search Results
AI Overview
AI Overview
About this result
Exporting Google Maps Timeline data is now primarily done on-device via Android settings, as location history has moved from cloud storage to local device storage
.
Navigate to
Settings > Location > Location services > Timeline
and tap "Export timeline data" to save a local JSON file
. This ensures you have a backup of your visited places and routes.
Google Help (+4) – View related links
Google Help
+4
How to Export Timeline Data
Android (On-Device):
Open Device
Settings
.
Tap
Location
>
Location Services
>
Timeline
.
Select
Export timeline data
.
Select a storage location and save as a JSON file.
Alternative Android Method:
Go to
Google Maps App
>
Account Circle
>
Your Timeline
>
Menu (three dots)
>
Export
.
Backup Method:
Turn on the "Backup" setting in
Your Timeline
to save data to the cloud.
Google Help (+4) – View related links
Important Information
Data Format:
The exported data is in a JSON format.
Processing Data:
For easier viewing, you may need a converter to turn the JSON into KML format
.
Third-Party Tools:
You can use
Free Google Maps Timeline Export to Excel
Free Google Maps Timeline Export to Excel
to visualize the data, or see
this GitHub repository
this GitHub repository
for conversion scripts.
Desktop Limitation:
As of 2025, Google Takeout may not contain current location history data.
For in-depth, user-driven, and detailed information about exporting timeline data, see
the Google Maps community thread
the Google Maps community thread
.
For in-depth, user-driven, and detailed information about exporting Google Maps timeline data on Android, see
the Reddit thread
the Reddit thread
.
For detailed instructions and tips on using a
Google Maps multi-day timeline
, please refer to the
Medium article
Medium article
.
View related links
Export timeline data. Opens in new tab....
|
7627
|
|
7629
|
143
|
12
|
2026-04-13T16:14:14.320936+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096854320_m1.jpg...
|
Code
|
Getting started with Cla… — screenpipe [SSH: 100.7 Getting started with Cla… — screenpipe [SSH: 100.73.206.126]...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Explorer (⇧⌘E)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Search (⇧⌘F)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Source Control (⌃⇧G)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Run and Debug (⇧⌘D)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Remote Explorer","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Claude Code","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Containers","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"EXPLORER","depth":17,"role_description":"heading"},{"role":"AXStaticText","text":"EXPLORER","depth":18,"role_description":"text"},{"role":"AXButton","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"SCREENPIPE [SSH: 100.73.206.126]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"#recycle","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"app","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"__pycache__","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"consumers","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"static","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"cli.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"docker-compose.yml","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"Dockerfile","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"main.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"requirements.txt","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"data","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"pipes","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.sqlite","depth":27,"role_description":"text"},{"role":"AXButton","text":"Outline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"OUTLINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"OUTLINE","depth":23,"role_description":"text"},{"role":"AXButton","text":"Timeline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"TIMELINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"TIMELINE","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"pipe.md, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Untitled-2, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"docker-compose.yml, preview, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"","depth":29,"role_description":"text"},{"role":"AXTextArea","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":28,"value":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","role_description":"editor","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":29,"role_description":"text"},{"role":"AXRadioButton","text":"Getting started with Cla…, Editor Group 2","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Problems (⇧⌘M)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PROBLEMS","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Output (⇧⌘U)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUTPUT","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Debug Console (⇧⌘Y)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DEBUG CONSOLE","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Terminal (⌃`)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"TERMINAL","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Ports","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PORTS","depth":24,"role_description":"text"},{"role":"AXButton","text":"remote SSH: 100.73.206.126","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"SSH: 100.73.206.126","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Problems","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Ports Forwarded","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"Notifications","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sign In","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Sign In","depth":17,"role_description":"text"},{"role":"AXButton","text":"Screen Reader Optimized","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Info: Setting up SSH Host 100.73.206.126: Setting up SSH tunnel","depth":12,"role_description":"text"}]...
|
-517170478372956279
|
8861208215717933469
|
click
|
accessibility
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel...
|
NULL
|
|
7647
|
143
|
30
|
2026-04-13T16:15:14.826476+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096914826_m1.jpg...
|
Code
|
Getting started with Cla… — screenpipe [SSH: 100.7 Getting started with Cla… — screenpipe [SSH: 100.73.206.126]...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT
2026-04-13T14:19:10.998594+00:00
2026-04-13T14:19:08.686883+00:00
2026-04-13T14:19:06.581255+00:00
2026-04-09T16:53:09.043761+00:00
2026-04-09T16:53:19.073971+00:00
2026-04-09T16:53:20.618409+00:00
[rerun: b5]
Read
index.html
index.html
(lines 451-480)
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/stats?d=2026-04-13" 2>&1 | head -50
Copy code to clipboard
OUT
{"date":"2026-04-13","total_frames":0,"first_seen":null,"last_seen":null,"unique_apps":0,"audio_segments":0,"ui_events":0}
[rerun: b6]
Thinking
Thinking
Bash
IN
ls /volume1/screenpipe/app/consumers/
Copy code to clipboard
OUT
activity.py
audio.py
elements.py
__init__.py
interactions.py
ocr.py
report.py
summary.py
[rerun: b7]
Read
activity.py
activity.py
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/activity/apps?d=2026-04-13" 2>&1 | head -20
Copy code to clipboard
OUT
[]
[rerun: b8]
Bash
IN
python3 -c "
from datetime import date, datetime, timedelta, timezone
d = date(2026, 4, 13)
start = datetime(d.year, d.month, d.day, tzinfo=timezone.utc)
end = start + timedelta(days=1)
print('start:', repr(start.isoformat()))
print('end:', repr(end.isoformat()))
"
Copy code to clipboard
OUT
start: '2026-04-13T00:00:00+00:00'
end: '2026-04-14T00:00:00+00:00'
[rerun: b9]
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE timestamp >= '2026-04-13T00:00:00+00:00' AND timestamp < '2026-04-14T00:00:00+00:00';"
Copy code to clipboard
OUT
2643
[rerun: b10]
Thinking
Thinking
Read
Dockerfile
Dockerfile
Thinking
Thinking
The DB query on the host works fine (2643 frames), but the API inside the container returns 0. The volume mount likely isn't working. Let me test by running the app directly on the host:
Bash
IN
cd /volume1/screenpipe/app && python3 -c "
import sys
sys.path.insert(0, '.')
import os
os.environ['DB_PATH'] = '/volume1/screenpipe/db.sqlite'
# patch db module
import db
db.DB_PATH = '/volume1/screenpipe/db.sqlite'
from consumers.activity import app_time
from datetime import date
result = app_time(date(2026, 4, 13))
print('Result count:', len(result))
print('First:', result[0] if result else 'EMPTY')
" 2>&1
Copy code to clipboard
OUT...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Explorer (⇧⌘E)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Search (⇧⌘F)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Source Control (⌃⇧G)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Run and Debug (⇧⌘D)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Remote Explorer","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Claude Code","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Containers","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"EXPLORER","depth":17,"role_description":"heading"},{"role":"AXStaticText","text":"EXPLORER","depth":18,"role_description":"text"},{"role":"AXButton","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"SCREENPIPE [SSH: 100.73.206.126]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"#recycle","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"app","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"__pycache__","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"consumers","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"static","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"cli.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"docker-compose.yml","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"Dockerfile","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"main.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"requirements.txt","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"data","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"pipes","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.sqlite","depth":27,"role_description":"text"},{"role":"AXButton","text":"Outline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"OUTLINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"OUTLINE","depth":23,"role_description":"text"},{"role":"AXButton","text":"Timeline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"TIMELINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"TIMELINE","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"pipe.md, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Untitled-2, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"docker-compose.yml, preview, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"","depth":29,"role_description":"text"},{"role":"AXTextArea","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":28,"value":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","role_description":"editor","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":29,"role_description":"text"},{"role":"AXRadioButton","text":"Getting started with Cla…, Editor Group 2","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Problems (⇧⌘M)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PROBLEMS","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Output (⇧⌘U)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUTPUT","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Debug Console (⇧⌘Y)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DEBUG CONSOLE","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Terminal (⌃`)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"TERMINAL","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Ports","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PORTS","depth":24,"role_description":"text"},{"role":"AXButton","text":"remote SSH: 100.73.206.126","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"SSH: 100.73.206.126","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Problems","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Ports Forwarded","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"Notifications","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sign In","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Sign In","depth":17,"role_description":"text"},{"role":"AXButton","text":"Screen Reader Optimized","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Info: Setting up SSH Host 100.73.206.126: Setting up SSH tunnel","depth":12,"role_description":"text"},{"role":"AXStaticText","text":"Command Succeeded","depth":12,"role_description":"text"},{"role":"AXButton","text":"Getting started with Claude agent SDK","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Session history","depth":18,"help_text":"Session history","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New session","depth":18,"help_text":"New session","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to start it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check what's in your working directory to understand what you're referring to.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app\ndata\ndb.sqlite\npipes\n#recycle\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"cli.py\nconsumers\ndb.py\ndocker-compose.yml\nDockerfile\nmain.py\nrequirements.txt\nstatic\nai-habits\nday-recap\nmeeting-summary\nstandup-update\ntime-breakdown\nvideo-export\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"docker-compose.yml","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This is a Screenpipe app with a Docker Compose setup. To start it:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app\ndocker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This builds the image (first run) and starts the container in the background","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The app will be accessible at","depth":23,"role_description":"text"},{"role":"AXLink","text":"http://your-server-ip:8766","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-server-ip:8766","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"To check if it's running:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose ps","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"To view logs:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose logs -f","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Make sure an","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists in","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"before starting — the compose file references one (","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"env_file: .env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"). If it's missing, the container will fail to start.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/.env 2>/dev/null && echo \"exists\" || echo \"MISSING\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/.env\nexists\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists, so you're good to go. Just run:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check the current state of the data.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite\n2026-04-09\n2026-04-11\n2026-04-12\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \".tables\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"_sqlx_migrations meetings \naudio_chunks memories \naudio_tags memories_fts \naudio_transcriptions memories_fts_config \naudio_transcriptions_fts memories_fts_data \naudio_transcriptions_fts_config memories_fts_docsize \naudio_transcriptions_fts_data memories_fts_idx \naudio_transcriptions_fts_docsize ocr_text \naudio_transcriptions_fts_idx pipe_executions \nelements pipe_scheduler_state \nelements_fts speaker_embeddings \nelements_fts_config speakers \nelements_fts_data tags \nelements_fts_docsize ui_events \nelements_fts_idx ui_events_fts \nframes ui_events_fts_config \nframes_fts ui_events_fts_data \nframes_fts_config ui_events_fts_docsize \nframes_fts_content ui_events_fts_idx \nframes_fts_data video_chunks \nframes_fts_docsize vision_tags \nframes_fts_idx\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"6923\n5464\n3\n[rerun: b3]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"main.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"main.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"db.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"db.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\npermission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dapp%22%3Atrue%7D%7D\": dial unix /var/run/docker.sock: connect: permission denied\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\nsudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper\nsudo: a password is required\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"groups && id","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"admin users ughomeusers Media Social\nuid=1000(Adm1n) gid=10(admin) groups=10(admin),100(users),133(ughomeusers),1001(Media),1002(Social)\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"You need to run Docker with elevated privileges. You're not in the","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"docker","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"group. There are two options:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Option 1 — Run via Synology's Container Manager (DSM GUI)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open DSM → Container Manager → Project → Create project → point it to","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/docker-compose.yml","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Option 2 — Add yourself to the docker group (requires admin/root once)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open an SSH terminal as root (or via DSM terminal with admin):","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"sudo synogroup --add docker Adm1n\n# then log out and back in, then:\ncd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Option 3 — Run it directly from an SSH session with sudo","depth":23,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"ssh admin@your-nas-ip\nsudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Once running, the dashboard will be at","depth":22,"role_description":"text"},{"role":"AXLink","text":"http://your-nas-ip:8766","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-nas-ip:8766","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.","depth":22,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check why data isn't showing and look at the frontend.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13|2643\n2026-04-12|2455\n2026-04-11|1302\n2026-04-09|523\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/static/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"index.html\n[rerun: b2]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"wc -l /volume1/screenpipe/app/static/index.html","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"1048 /volume1/screenpipe/app/static/index.html\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"grep -n \"today\\|new Date\\|date\\|default\" /volume1/screenpipe/app/static/index.html | head -40","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"24:input[type=\"date\"] {\n71:.sess-segment:hover { opacity: 0.8; cursor: default; }\n179:button:disabled { opacity: 0.4; cursor: default; }\n276: <input type=\"date\" id=\"datePicker\" onchange=\"refresh()\">\n336: <select id=\"sSrc\" onchange=\"updateSourceHint()\">\n356: <input type=\"date\" id=\"sDate\">\n388: <div id=\"workReportOut\"><div class=\"empty\">Click Generate Report to build a structured work summary for the selected date.</div></div>\n398: <option value=\"standup\">Standup Update</option>\n453:const dp = document.getElementById('datePicker');\n454:dp.value = new Date().toISOString().slice(0,10);\n525: // Re-render bars to update selection highlight\n679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));\n710:function updateSourceHint() {\n721: updateSourceHint();\n797: if (!rows.length) { el.innerHTML = '<div class=\"empty\">No audio for this date.</div>'; return; }\n835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }\n885: const spanMs = new Date(s.day_end) - new Date(s.day_start);\n891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;\n892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;\n899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;\n900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T14:19:10.998594+00:00\n2026-04-13T14:19:08.686883+00:00\n2026-04-13T14:19:06.581255+00:00\n2026-04-09T16:53:09.043761+00:00\n2026-04-09T16:53:19.073971+00:00\n2026-04-09T16:53:20.618409+00:00\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"index.html","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"index.html","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"(lines 451-480)","depth":23,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"curl -s \"http://localhost:8766/api/stats?d=2026-04-13\" 2>&1 | head -50","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"{\"date\":\"2026-04-13\",\"total_frames\":0,\"first_seen\":null,\"last_seen\":null,\"unique_apps\":0,\"audio_segments\":0,\"ui_events\":0}\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/consumers/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"activity.py\naudio.py\nelements.py\n__init__.py\ninteractions.py\nocr.py\nreport.py\nsummary.py\n[rerun: b7]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"activity.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"activity.py","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"curl -s \"http://localhost:8766/api/activity/apps?d=2026-04-13\" 2>&1 | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"[]\n[rerun: b8]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"python3 -c \"\nfrom datetime import date, datetime, timedelta, timezone\nd = date(2026, 4, 13)\nstart = datetime(d.year, d.month, d.day, tzinfo=timezone.utc)\nend = start + timedelta(days=1)\nprint('start:', repr(start.isoformat()))\nprint('end:', repr(end.isoformat()))\n\"","depth":25,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"start: '2026-04-13T00:00:00+00:00'\nend: '2026-04-14T00:00:00+00:00'\n[rerun: b9]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames WHERE timestamp >= '2026-04-13T00:00:00+00:00' AND timestamp < '2026-04-14T00:00:00+00:00';\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2643\n[rerun: b10]","depth":23,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"Dockerfile","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dockerfile","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The DB query on the host works fine (2643 frames), but the API inside the container returns 0. The volume mount likely isn't working. Let me test by running the app directly on the host:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && python3 -c \"\nimport sys\nsys.path.insert(0, '.')\nimport os\nos.environ['DB_PATH'] = '/volume1/screenpipe/db.sqlite'\n\n# patch db module\nimport db\ndb.DB_PATH = '/volume1/screenpipe/db.sqlite'\n\nfrom consumers.activity import app_time\nfrom datetime import date\nresult = app_time(date(2026, 4, 13))\nprint('Result count:', len(result))\nprint('First:', result[0] if result else 'EMPTY')\n\" 2>&1","depth":25,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"}]...
|
1687959955148740728
|
-8844874715087858045
|
click
|
accessibility
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT
2026-04-13T14:19:10.998594+00:00
2026-04-13T14:19:08.686883+00:00
2026-04-13T14:19:06.581255+00:00
2026-04-09T16:53:09.043761+00:00
2026-04-09T16:53:19.073971+00:00
2026-04-09T16:53:20.618409+00:00
[rerun: b5]
Read
index.html
index.html
(lines 451-480)
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/stats?d=2026-04-13" 2>&1 | head -50
Copy code to clipboard
OUT
{"date":"2026-04-13","total_frames":0,"first_seen":null,"last_seen":null,"unique_apps":0,"audio_segments":0,"ui_events":0}
[rerun: b6]
Thinking
Thinking
Bash
IN
ls /volume1/screenpipe/app/consumers/
Copy code to clipboard
OUT
activity.py
audio.py
elements.py
__init__.py
interactions.py
ocr.py
report.py
summary.py
[rerun: b7]
Read
activity.py
activity.py
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/activity/apps?d=2026-04-13" 2>&1 | head -20
Copy code to clipboard
OUT
[]
[rerun: b8]
Bash
IN
python3 -c "
from datetime import date, datetime, timedelta, timezone
d = date(2026, 4, 13)
start = datetime(d.year, d.month, d.day, tzinfo=timezone.utc)
end = start + timedelta(days=1)
print('start:', repr(start.isoformat()))
print('end:', repr(end.isoformat()))
"
Copy code to clipboard
OUT
start: '2026-04-13T00:00:00+00:00'
end: '2026-04-14T00:00:00+00:00'
[rerun: b9]
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT COUNT(*) FROM frames WHERE timestamp >= '2026-04-13T00:00:00+00:00' AND timestamp < '2026-04-14T00:00:00+00:00';"
Copy code to clipboard
OUT
2643
[rerun: b10]
Thinking
Thinking
Read
Dockerfile
Dockerfile
Thinking
Thinking
The DB query on the host works fine (2643 frames), but the API inside the container returns 0. The volume mount likely isn't working. Let me test by running the app directly on the host:
Bash
IN
cd /volume1/screenpipe/app && python3 -c "
import sys
sys.path.insert(0, '.')
import os
os.environ['DB_PATH'] = '/volume1/screenpipe/db.sqlite'
# patch db module
import db
db.DB_PATH = '/volume1/screenpipe/db.sqlite'
from consumers.activity import app_time
from datetime import date
result = app_time(date(2026, 4, 13))
print('Result count:', len(result))
print('First:', result[0] if result else 'EMPTY')
" 2>&1
Copy code to clipboard
OUT...
|
NULL
|
|
7649
|
143
|
32
|
2026-04-13T16:15:27.347286+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096927347_m1.jpg...
|
Orion
|
Failed to open page
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Orion can’t open this page
An SSL error has occurred and a secure connection to the server cannot be made.
Reload
Reload
Try Web Archive
Try Web Archive
Status
YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Failed to open page
close tab...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXStaticText","text":"Orion can’t open this page","depth":7,"bounds":{"left":0.41180557,"top":0.48444444,"width":0.24791667,"height":0.03888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"An SSL error has occurred and a secure connection to the server cannot be made.","depth":7,"bounds":{"left":0.41180557,"top":0.5322222,"width":0.30833334,"height":0.04},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Reload","depth":6,"bounds":{"left":0.41180557,"top":0.6,"width":0.06527778,"height":0.031111112},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reload","depth":8,"bounds":{"left":0.43541667,"top":0.6066667,"width":0.029166667,"height":0.017777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Try Web Archive","depth":6,"bounds":{"left":0.48333332,"top":0.6,"width":0.10555556,"height":0.031111112},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Try Web Archive","depth":8,"bounds":{"left":0.49583334,"top":0.6066667,"width":0.06944445,"height":0.017777778},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Status","depth":2,"bounds":{"left":0.1736111,"top":0.97444445,"width":0.029166667,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"YouTube","depth":5,"bounds":{"left":0.1625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.16944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Google One","depth":5,"bounds":{"left":0.32916668,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.3361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.49583334,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.50277776,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Portainer","depth":5,"bounds":{"left":0.6625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.66944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Failed to open page","depth":5,"bounds":{"left":0.82916665,"top":0.08555555,"width":0.17083335,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.8361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false}]...
|
-3643209958340923733
|
-507699892975152854
|
visual_change
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Orion can’t open this page
An SSL error has occurred and a secure connection to the server cannot be made.
Reload
Reload
Try Web Archive
Try Web Archive
Status
YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Failed to open page
close tab...
|
NULL
|
|
7650
|
143
|
33
|
2026-04-13T16:15:30.387789+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096930387_m1.jpg...
|
Orion
|
YouTube
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Status
YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Failed to open page
close tab...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXStaticText","text":"Status","depth":2,"bounds":{"left":0.1736111,"top":0.97444445,"width":0.029166667,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"YouTube","depth":5,"bounds":{"left":0.1625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.16944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Google One","depth":5,"bounds":{"left":0.32916668,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.3361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.49583334,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.50277776,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Portainer","depth":5,"bounds":{"left":0.6625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.66944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Failed to open page","depth":5,"bounds":{"left":0.82916665,"top":0.08555555,"width":0.17083335,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.8361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false}]...
|
8943731395017553081
|
-435721197469080566
|
visual_change
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Status
YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Failed to open page
close tab...
|
7649
|
|
7651
|
143
|
34
|
2026-04-13T16:15:33.422379+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096933422_m1.jpg...
|
Orion
|
(110) YouTube
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
Vyhľadávať hlasom
Vytvoriť
Upozornenia
Ponuka účtu
Domov
Domov
Shorts
Shorts
Odbery
Odbery
Odbery
Moje
Moje
Moje
Všetko
Hry
Podcasty
Hudba
Správy
Mixy
Naživo
Akčné a dobrodružné hry
Animácia
Remeslá
Nedávno nahrané
Pozreté
Novinky pre vás
Ďalej
Prejsť na kanál Hera - Age of Empires 2
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium
Hera - Age of Empires 2
Hera - Age of Empires 2
146 tis. zhliadnutí
pred 6 dňami
Ďalšie akcie
Prejsť na kanál Zeihan on Geopolitics
How to End American Power || Peter Zeihan 6 minút, 51 sekúnd
How to End American Power || Peter Zeihan 6 minút, 51 sekúnd
How to End American Power || Peter Zeihan
Zeihan on Geopolitics
Zeihan on Geopolitics
370 tis. zhliadnutí
pred 4 dňami
Ďalšie akcie
Prejsť na kanál Jubal Phone Tap
Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98 1 hodina, 17 minút
Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98 1 hodina, 17 minút
Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98
Jubal Phone Tap
Jubal Phone Tap
18 tis. zhliadnutí
pred 10 mesiacmi
Ďalšie akcie
Shorts
Shorts
Krátke videá Shorts – ďalšie akcie
Not today 😏 #humor #funnyvideo #couple
Not today 😏 #humor #funnyvideo #couple
14 mil. zhliadnutí
Ďalšie akcie
Shaquille O’Neal The Gentle Giant #nba #basketbll #shaq #shaquilleoneal #gentle
Shaquille O’Neal The Gentle Giant #nba #basketbll #shaq #shaquilleoneal #gentle
857 tis. zhliadnutí
Ďalšie akcie
Best "Real Slim Shady" Cover You'll Ever See!
Best "Real Slim Shady" Cover You'll Ever See!
297 tis. zhliadnutí
Ďalšie akcie
How I Greet Armies in My Base
How I Greet Armies in My Base
103 tis. zhliadnutí
Ďalšie akcie
🤣crazy girl shocked them! viral reactions #funny #humor #comedy
🤣crazy girl shocked them! viral reactions #funny #humor #comedy
1,1 mil. zhliadnutí
Ďalšie akcie
Банковите транзакции – директно в ERP
Банковите транзакции – директно в ERP
ERP решение, което спестява време при обработка на банкови данни.
ERP решение, което спестява време при обработка на банкови данни.
Sponzorované
·
Zeron ERP
Moje centrum reklám
Prejsť na kanál Joffrey Boneman
1100 Elo Viking - Age of Empires 2 13 minút
1100 Elo Viking - Age of Empires 2 13 minút
1100 Elo Viking - Age of Empires 2
Joffrey Boneman
Joffrey Boneman
17 zhliadnutí
pred 16 hodinami
Ďalšie akcie
Prejsť na kanál TLDR News EU
Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd
Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd
Hungary Ousts Orbán: What Next?
TLDR News EU
TLDR News EU
233 tis. zhliadnutí
pred 7 hodinami
Ďalšie akcie
Počúvajte na pozadí s odberom YouTube Premium
Počúvajte na pozadí s odberom YouTube Premium
Odporúčané na YouTube
Získať YouTube Premium
Získať YouTube Premium
Počúvajte na pozadí s odberom YouTube Premium – Ďalšie akcie
Počúvajte podcasty na pozadí s vypnutou obrazovkou.
Prejsť na kanál The Lukas IV.
Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči 54 minút
Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči 54 minút
Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči
The Lukas IV.
The Lukas IV.
23 tis. zhliadnutí
•
pred 9 dňami
Ponuka akcií
Prejsť na kanál AeroDefense with Xavier Tytelman
STING: The Ukrainian Drone Taking On Shahed That Everyone Wants! 14 minút, 24 sekúnd
STING: The Ukrainian Drone Taking On Shahed That Everyone Wants! 14 minút, 24 sekúnd
STING: The Ukrainian Drone Taking On Shahed That Everyone Wants!
AeroDefense with Xavier Tytelman
AeroDefense with Xavier Tytelman
54 tis. zhliadnutí
•
pred 3 týždňami
Ponuka akcií
Prejsť na kanál Hustle & Chill
Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek 1 hodina, 59 minút
Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek 1 hodina, 59 minút
Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek
Hustle & Chill
Hustle & Chill
52 tis. zhliadnutí
•
pred 1 mesiacom
Ponuka akcií
Zobraziť viac
Mix – Nezávislá hudba
Mix – Nezávislá hudba
Mix – Nezávislá hudba
Damien Rice, Jools Holland, Ben Howard a ďalší
Ďalšie akcie
Mix – Ghost Train
Mix – Ghost Train
Mix – Ghost Train
Billion Babies, The Longest Johns a ďalší
Ďalšie akcie
Prejsť na kanál The Military Show
Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History 17 minút
Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History 17 minút
Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History
The Military Show
The Military Show
326 tis. zhliadnutí
pred 2 dňami
Ďalšie akcie
Shorts
Shorts
Krátke videá Shorts – ďalšie akcie
#trend
#trend
531 tis. zhliadnutí
Ďalšie akcie
He owned New York. They didn’t know who they messed with. #film#movie#shorts
He owned New York. They didn’t know who they messed with. #film#movie#shorts
9 mil. zhliadnutí
Ďalšie akcie
Following Khaby’s Example Living a Normal Life Together.#KhabyLame#learnfromkhaby#funny#fyp
Following Khaby’s Example Living a Normal Life Together.#KhabyLame#learnfromkhaby#funny#fyp
2,3 mil. zhliadnutí
Ďalšie akcie
She Stole the Show on Manchester Streets 🔥✨ #HRShorts #ManchesterNights #UKStyle #FYP
She Stole the Show on Manchester Streets 🔥✨ #HRShorts #ManchesterNights #UKStyle #FYP
4,3 mil. zhliadnutí
Ďalšie akcie
Super Anatoly #anatoly
Super Anatoly #anatoly
2,2 mil. zhliadnutí
Ďalšie akcie
Prejsť na kanál AnoMaLy_86
GURJARAS rocking GOTHS against a brick wall.. 35 minút
GURJARAS rocking GOTHS against a brick wall.. 35 minút
GURJARAS rocking GOTHS against a brick wall..
AnoMaLy_86
AnoMaLy_86
42 zhliadnutí
pred 1 dňom
Ďalšie akcie...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXButton","text":"Sprievodca","depth":7,"bounds":{"left":0.18402778,"top":0.13444445,"width":0.016666668,"height":0.026666667},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Domovská stránka YouTube","depth":7,"bounds":{"left":0.20625,"top":0.11666667,"width":0.08541667,"height":0.062222224},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"BG","depth":7,"bounds":{"left":0.2847222,"top":0.13,"width":0.009722223,"height":0.012222222},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Preskočiť navigáciu","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hľadať","depth":11,"bounds":{"left":0.36944443,"top":0.13666667,"width":0.034027778,"height":0.022222223},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Search","depth":8,"bounds":{"left":0.72986114,"top":0.12555556,"width":0.044444446,"height":0.044444446},"help_text":"Hľadať","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Vyhľadávať hlasom","depth":8,"bounds":{"left":0.78541666,"top":0.12555556,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Vytvoriť","depth":7,"bounds":{"left":0.825,"top":0.12777779,"width":0.072916664,"height":0.04},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Upozornenia","depth":7,"bounds":{"left":0.90347224,"top":0.12555556,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka účtu","depth":7,"bounds":{"left":0.93680555,"top":0.12888889,"width":0.041666668,"height":0.037777778},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Domov","depth":7,"bounds":{"left":0.1701389,"top":0.18333334,"width":0.044444446,"height":0.08222222},"help_text":"Domov","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"Domov","depth":8,"bounds":{"left":0.18125,"top":0.23555556,"width":0.022222223,"height":0.012222222},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Shorts","depth":7,"bounds":{"left":0.1701389,"top":0.26555556,"width":0.044444446,"height":0.08222222},"help_text":"Shorts","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Shorts","depth":8,"bounds":{"left":0.18194444,"top":0.31777778,"width":0.020833334,"height":0.012222222},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Odbery","depth":7,"bounds":{"left":0.1701389,"top":0.34777778,"width":0.044444446,"height":0.08222222},"help_text":"Odbery","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Odbery","depth":8,"bounds":{"left":0.18125,"top":0.4,"width":0.022222223,"height":0.012222222},"help_text":"","role_description":"text"},{"role":"AXPopUpButton","text":"Odbery","depth":7,"bounds":{"left":0.16944444,"top":0.42777777,"width":0.0013888889,"height":0.0022222223},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Moje","depth":7,"bounds":{"left":0.1701389,"top":0.43,"width":0.044444446,"height":0.08222222},"help_text":"Moje","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Moje","depth":8,"bounds":{"left":0.18402778,"top":0.48222223,"width":0.016666668,"height":0.012222222},"help_text":"","role_description":"text"},{"role":"AXPopUpButton","text":"Moje","depth":7,"bounds":{"left":0.16944444,"top":0.51,"width":0.0013888889,"height":0.0022222223},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Všetko","depth":9,"bounds":{"left":0.23402777,"top":0.19222222,"width":0.047222223,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Hry","depth":9,"bounds":{"left":0.2888889,"top":0.19222222,"width":0.03263889,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Podcasty","depth":9,"bounds":{"left":0.32916668,"top":0.19222222,"width":0.058333334,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Hudba","depth":9,"bounds":{"left":0.39444444,"top":0.19222222,"width":0.045833334,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Správy","depth":9,"bounds":{"left":0.44791666,"top":0.19222222,"width":0.047222223,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Mixy","depth":9,"bounds":{"left":0.50277776,"top":0.19222222,"width":0.0375,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Naživo","depth":9,"bounds":{"left":0.54791665,"top":0.19222222,"width":0.047222223,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Akčné a dobrodružné hry","depth":9,"bounds":{"left":0.6027778,"top":0.19222222,"width":0.12638889,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Animácia","depth":9,"bounds":{"left":0.73680556,"top":0.19222222,"width":0.057638887,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Remeslá","depth":9,"bounds":{"left":0.8020833,"top":0.19222222,"width":0.055555556,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Nedávno nahrané","depth":9,"bounds":{"left":0.86527777,"top":0.19222222,"width":0.093055554,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Pozreté","depth":9,"bounds":{"left":0.96597224,"top":0.19222222,"width":0.034027755,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Novinky pre vás","depth":9,"bounds":{"left":1.0,"top":0.19222222,"width":-0.024305582,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ďalej","depth":7,"bounds":{"left":0.95625,"top":0.18777777,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Prejsť na kanál Hera - Age of Empires 2","depth":7,"bounds":{"left":0.2326389,"top":0.49333334,"width":0.027777778,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta","depth":7,"bounds":{"left":0.2673611,"top":0.49555555,"width":0.20555556,"height":0.05},"help_text":"Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium","role_description":"heading"},{"role":"AXLink","text":"Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta","depth":8,"bounds":{"left":0.2673611,"top":0.49555555,"width":0.20555556,"height":0.05},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium","depth":9,"bounds":{"left":0.2673611,"top":0.49666667,"width":0.15,"height":0.046666667},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Hera - Age of Empires 2","depth":7,"bounds":{"left":0.2673611,"top":0.5466667,"width":0.114583336,"height":0.022222223},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hera - Age of Empires 2","depth":8,"bounds":{"left":0.2673611,"top":0.54888886,"width":0.10208333,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"146 tis. zhliadnutí","depth":7,"bounds":{"left":0.2673611,"top":0.5711111,"width":0.07638889,"height":0.023333333},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 6 dňami","depth":7,"bounds":{"left":0.3513889,"top":0.5711111,"width":0.056944445,"height":0.023333333},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.4548611,"top":0.4888889,"width":0.025,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Prejsť na kanál Zeihan on Geopolitics","depth":7,"bounds":{"left":0.4826389,"top":0.49333334,"width":0.027777778,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"How to End American Power || Peter Zeihan 6 minút, 51 sekúnd","depth":7,"bounds":{"left":0.5173611,"top":0.49555555,"width":0.20555556,"height":0.05},"help_text":"How to End American Power || Peter Zeihan","role_description":"heading"},{"role":"AXLink","text":"How to End American Power || Peter Zeihan 6 minút, 51 sekúnd","depth":8,"bounds":{"left":0.5173611,"top":0.49555555,"width":0.20555556,"height":0.05},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"How to End American Power || Peter Zeihan","depth":9,"bounds":{"left":0.5173611,"top":0.49666667,"width":0.18194444,"height":0.046666667},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Zeihan on Geopolitics","depth":7,"bounds":{"left":0.5173611,"top":0.5466667,"width":0.10625,"height":0.022222223},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Zeihan on Geopolitics","depth":8,"bounds":{"left":0.5173611,"top":0.54888886,"width":0.09375,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"370 tis. zhliadnutí","depth":7,"bounds":{"left":0.5173611,"top":0.5711111,"width":0.07638889,"height":0.023333333},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 4 dňami","depth":7,"bounds":{"left":0.6013889,"top":0.5711111,"width":0.056944445,"height":0.023333333},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.7048611,"top":0.4888889,"width":0.025,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Prejsť na kanál Jubal Phone Tap","depth":7,"bounds":{"left":0.7326389,"top":0.49333334,"width":0.027777778,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98 1 hodina, 17 minút","depth":7,"bounds":{"left":0.7673611,"top":0.49555555,"width":0.20555556,"height":0.05},"help_text":"Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98","role_description":"heading"},{"role":"AXLink","text":"Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98 1 hodina, 17 minút","depth":8,"bounds":{"left":0.7673611,"top":0.49555555,"width":0.20555556,"height":0.05},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98","depth":9,"bounds":{"left":0.7673611,"top":0.49666667,"width":0.1875,"height":0.046666667},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Jubal Phone Tap","depth":7,"bounds":{"left":0.7673611,"top":0.54888886,"width":0.072222225,"height":0.018888889},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Jubal Phone Tap","depth":8,"bounds":{"left":0.7673611,"top":0.54888886,"width":0.072916664,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"18 tis. zhliadnutí","depth":7,"bounds":{"left":0.7673611,"top":0.5711111,"width":0.07083333,"height":0.023333333},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 10 mesiacmi","depth":7,"bounds":{"left":0.84583336,"top":0.5711111,"width":0.07777778,"height":0.023333333},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.9548611,"top":0.4888889,"width":0.025,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Shorts","depth":7,"bounds":{"left":0.23958333,"top":0.63555557,"width":0.06666667,"height":0.032222223},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Shorts","depth":8,"bounds":{"left":0.26180556,"top":0.6377778,"width":0.041666668,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Krátke videá Shorts – ďalšie akcie","depth":7,"bounds":{"left":0.9451389,"top":0.6288889,"width":0.027777778,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Not today 😏 #humor #funnyvideo #couple","depth":7,"bounds":{"left":0.23402777,"top":1.0,"width":0.11388889,"height":-0.0333333},"help_text":"Not today 😏 #humor #funnyvideo #couple","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Not today 😏 #humor #funnyvideo #couple","depth":8,"bounds":{"left":0.23402777,"top":1.0,"width":0.110416666,"height":-0.03444445},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"14 mil. zhliadnutí","depth":8,"bounds":{"left":0.23402777,"top":1.0,"width":0.07361111,"height":-0.08888888},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.34791666,"top":1.0,"width":0.025,"height":-0.0333333},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Shaquille O’Neal The Gentle Giant #nba #basketbll #shaq #shaquilleoneal #gentle","depth":7,"bounds":{"left":0.38402778,"top":1.0,"width":0.11388889,"height":-0.0333333},"help_text":"Shaquille O’Neal The Gentle Giant #nba #basketbll #shaq #shaquilleoneal #gentle","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Shaquille O’Neal The Gentle Giant #nba #basketbll #shaq #shaquilleoneal #gentle","depth":8,"bounds":{"left":0.38402778,"top":1.0,"width":0.10555556,"height":-0.03444445},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"857 tis. zhliadnutí","depth":8,"bounds":{"left":0.38402778,"top":1.0,"width":0.07638889,"height":-0.08888888},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.49791667,"top":1.0,"width":0.025,"height":-0.0333333},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Best \"Real Slim Shady\" Cover You'll Ever See!","depth":7,"bounds":{"left":0.53402776,"top":1.0,"width":0.11388889,"height":-0.0333333},"help_text":"Best \"Real Slim Shady\" Cover You'll Ever See!","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Best \"Real Slim Shady\" Cover You'll Ever See!","depth":8,"bounds":{"left":0.53402776,"top":1.0,"width":0.115277775,"height":-0.03444445},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"297 tis. zhliadnutí","depth":8,"bounds":{"left":0.53402776,"top":1.0,"width":0.07638889,"height":-0.08888888},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.6479167,"top":1.0,"width":0.025,"height":-0.0333333},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"How I Greet Armies in My Base","depth":7,"bounds":{"left":0.6840278,"top":1.0,"width":0.11388889,"height":-0.0333333},"help_text":"How I Greet Armies in My Base","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"How I Greet Armies in My Base","depth":8,"bounds":{"left":0.6840278,"top":1.0,"width":0.11111111,"height":-0.03444445},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"103 tis. zhliadnutí","depth":8,"bounds":{"left":0.6840278,"top":1.0,"width":0.07638889,"height":-0.08888888},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.79791665,"top":1.0,"width":0.025,"height":-0.0333333},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"🤣crazy girl shocked them! viral reactions #funny #humor #comedy","depth":7,"bounds":{"left":0.83402777,"top":1.0,"width":0.11388889,"height":-0.0333333},"help_text":"🤣crazy girl shocked them! viral reactions #funny #humor #comedy","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"🤣crazy girl shocked them! viral reactions #funny #humor #comedy","depth":8,"bounds":{"left":0.83402777,"top":1.0,"width":0.10763889,"height":-0.03444445},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"1,1 mil. zhliadnutí","depth":8,"bounds":{"left":0.83402777,"top":1.0,"width":0.07569444,"height":-0.08888888},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.9479167,"top":1.0,"width":0.025,"height":-0.0333333},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Банковите транзакции – директно в ERP","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Банковите транзакции – директно в ERP","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"ERP решение, което спестява време при обработка на банкови данни.","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"ERP решение, което спестява време при обработка на банкови данни.","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Sponzorované","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"·","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Zeron ERP","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Moje centrum reklám","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Prejsť na kanál Joffrey Boneman","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"1100 Elo Viking - Age of Empires 2 13 minút","depth":7,"help_text":"1100 Elo Viking - Age of Empires 2","role_description":"heading"},{"role":"AXLink","text":"1100 Elo Viking - Age of Empires 2 13 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"1100 Elo Viking - Age of Empires 2","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Joffrey Boneman","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Joffrey Boneman","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"17 zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 16 hodinami","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Prejsť na kanál TLDR News EU","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd","depth":7,"help_text":"Hungary Ousts Orbán: What Next?","role_description":"heading"},{"role":"AXLink","text":"Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hungary Ousts Orbán: What Next?","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"TLDR News EU","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TLDR News EU","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"233 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 7 hodinami","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Počúvajte na pozadí s odberom YouTube Premium","depth":9,"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Počúvajte na pozadí s odberom YouTube Premium","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Odporúčané na YouTube","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Získať YouTube Premium","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Získať YouTube Premium","depth":11,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Počúvajte na pozadí s odberom YouTube Premium – Ďalšie akcie","depth":9,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Počúvajte podcasty na pozadí s vypnutou obrazovkou.","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Prejsť na kanál The Lukas IV.","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči 54 minút","depth":8,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči 54 minút","depth":9,"help_text":"Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"The Lukas IV.","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Lukas IV.","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"23 tis. zhliadnutí","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"•","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 9 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ponuka akcií","depth":9,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Prejsť na kanál AeroDefense with Xavier Tytelman","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"STING: The Ukrainian Drone Taking On Shahed That Everyone Wants! 14 minút, 24 sekúnd","depth":8,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"STING: The Ukrainian Drone Taking On Shahed That Everyone Wants! 14 minút, 24 sekúnd","depth":9,"help_text":"STING: The Ukrainian Drone Taking On Shahed That Everyone Wants!","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"STING: The Ukrainian Drone Taking On Shahed That Everyone Wants!","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"AeroDefense with Xavier Tytelman","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"AeroDefense with Xavier Tytelman","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"54 tis. zhliadnutí","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"•","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 3 týždňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ponuka akcií","depth":9,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Prejsť na kanál Hustle & Chill","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek 1 hodina, 59 minút","depth":8,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek 1 hodina, 59 minút","depth":9,"help_text":"Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Hustle & Chill","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hustle & Chill","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"52 tis. zhliadnutí","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"•","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 1 mesiacom","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ponuka akcií","depth":9,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Zobraziť viac","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Mix – Nezávislá hudba","depth":7,"help_text":"Mix – Nezávislá hudba","role_description":"heading"},{"role":"AXLink","text":"Mix – Nezávislá hudba","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mix – Nezávislá hudba","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Damien Rice, Jools Holland, Ben Howard a ďalší","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Mix – Ghost Train","depth":7,"help_text":"Mix – Ghost Train","role_description":"heading"},{"role":"AXLink","text":"Mix – Ghost Train","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Mix – Ghost Train","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Billion Babies, The Longest Johns a ďalší","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Prejsť na kanál The Military Show","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History 17 minút","depth":7,"help_text":"Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History","role_description":"heading"},{"role":"AXLink","text":"Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History 17 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"The Military Show","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Military Show","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"326 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 2 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Shorts","depth":7,"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Shorts","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Krátke videá Shorts – ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"#trend","depth":7,"help_text":"#trend","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"#trend","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"531 tis. zhliadnutí","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"He owned New York. They didn’t know who they messed with. #film#movie#shorts","depth":7,"help_text":"He owned New York. They didn’t know who they messed with. #film#movie#shorts","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"He owned New York. They didn’t know who they messed with. #film#movie#shorts","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"9 mil. zhliadnutí","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Following Khaby’s Example Living a Normal Life Together.#KhabyLame#learnfromkhaby#funny#fyp","depth":7,"help_text":"Following Khaby’s Example Living a Normal Life Together.#KhabyLame#learnfromkhaby#funny#fyp","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Following Khaby’s Example Living a Normal Life Together.#KhabyLame#learnfromkhaby#funny#fyp","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2,3 mil. zhliadnutí","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"She Stole the Show on Manchester Streets 🔥✨ #HRShorts #ManchesterNights #UKStyle #FYP","depth":7,"help_text":"She Stole the Show on Manchester Streets 🔥✨ #HRShorts #ManchesterNights #UKStyle #FYP","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"She Stole the Show on Manchester Streets 🔥✨ #HRShorts #ManchesterNights #UKStyle #FYP","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"4,3 mil. zhliadnutí","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Super Anatoly #anatoly","depth":7,"help_text":"Super Anatoly #anatoly","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Super Anatoly #anatoly","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2,2 mil. zhliadnutí","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Prejsť na kanál AnoMaLy_86","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"GURJARAS rocking GOTHS against a brick wall.. 35 minút","depth":7,"help_text":"GURJARAS rocking GOTHS against a brick wall..","role_description":"heading"},{"role":"AXLink","text":"GURJARAS rocking GOTHS against a brick wall.. 35 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"GURJARAS rocking GOTHS against a brick wall..","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"AnoMaLy_86","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"AnoMaLy_86","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"42 zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 1 dňom","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-8693004732276095308
|
5827047775575800099
|
visual_change
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
Vyhľadávať hlasom
Vytvoriť
Upozornenia
Ponuka účtu
Domov
Domov
Shorts
Shorts
Odbery
Odbery
Odbery
Moje
Moje
Moje
Všetko
Hry
Podcasty
Hudba
Správy
Mixy
Naživo
Akčné a dobrodružné hry
Animácia
Remeslá
Nedávno nahrané
Pozreté
Novinky pre vás
Ďalej
Prejsť na kanál Hera - Age of Empires 2
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium
Hera - Age of Empires 2
Hera - Age of Empires 2
146 tis. zhliadnutí
pred 6 dňami
Ďalšie akcie
Prejsť na kanál Zeihan on Geopolitics
How to End American Power || Peter Zeihan 6 minút, 51 sekúnd
How to End American Power || Peter Zeihan 6 minút, 51 sekúnd
How to End American Power || Peter Zeihan
Zeihan on Geopolitics
Zeihan on Geopolitics
370 tis. zhliadnutí
pred 4 dňami
Ďalšie akcie
Prejsť na kanál Jubal Phone Tap
Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98 1 hodina, 17 minút
Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98 1 hodina, 17 minút
Top Funniest Brooke and Jubal Prank Calls Ever! 😂📞 EP#98
Jubal Phone Tap
Jubal Phone Tap
18 tis. zhliadnutí
pred 10 mesiacmi
Ďalšie akcie
Shorts
Shorts
Krátke videá Shorts – ďalšie akcie
Not today 😏 #humor #funnyvideo #couple
Not today 😏 #humor #funnyvideo #couple
14 mil. zhliadnutí
Ďalšie akcie
Shaquille O’Neal The Gentle Giant #nba #basketbll #shaq #shaquilleoneal #gentle
Shaquille O’Neal The Gentle Giant #nba #basketbll #shaq #shaquilleoneal #gentle
857 tis. zhliadnutí
Ďalšie akcie
Best "Real Slim Shady" Cover You'll Ever See!
Best "Real Slim Shady" Cover You'll Ever See!
297 tis. zhliadnutí
Ďalšie akcie
How I Greet Armies in My Base
How I Greet Armies in My Base
103 tis. zhliadnutí
Ďalšie akcie
🤣crazy girl shocked them! viral reactions #funny #humor #comedy
🤣crazy girl shocked them! viral reactions #funny #humor #comedy
1,1 mil. zhliadnutí
Ďalšie akcie
Банковите транзакции – директно в ERP
Банковите транзакции – директно в ERP
ERP решение, което спестява време при обработка на банкови данни.
ERP решение, което спестява време при обработка на банкови данни.
Sponzorované
·
Zeron ERP
Moje centrum reklám
Prejsť na kanál Joffrey Boneman
1100 Elo Viking - Age of Empires 2 13 minút
1100 Elo Viking - Age of Empires 2 13 minút
1100 Elo Viking - Age of Empires 2
Joffrey Boneman
Joffrey Boneman
17 zhliadnutí
pred 16 hodinami
Ďalšie akcie
Prejsť na kanál TLDR News EU
Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd
Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd
Hungary Ousts Orbán: What Next?
TLDR News EU
TLDR News EU
233 tis. zhliadnutí
pred 7 hodinami
Ďalšie akcie
Počúvajte na pozadí s odberom YouTube Premium
Počúvajte na pozadí s odberom YouTube Premium
Odporúčané na YouTube
Získať YouTube Premium
Získať YouTube Premium
Počúvajte na pozadí s odberom YouTube Premium – Ďalšie akcie
Počúvajte podcasty na pozadí s vypnutou obrazovkou.
Prejsť na kanál The Lukas IV.
Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči 54 minút
Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči 54 minút
Bude v USA občanská válka? Prohra v Íránu a pád impéria | Váleční štváči
The Lukas IV.
The Lukas IV.
23 tis. zhliadnutí
•
pred 9 dňami
Ponuka akcií
Prejsť na kanál AeroDefense with Xavier Tytelman
STING: The Ukrainian Drone Taking On Shahed That Everyone Wants! 14 minút, 24 sekúnd
STING: The Ukrainian Drone Taking On Shahed That Everyone Wants! 14 minút, 24 sekúnd
STING: The Ukrainian Drone Taking On Shahed That Everyone Wants!
AeroDefense with Xavier Tytelman
AeroDefense with Xavier Tytelman
54 tis. zhliadnutí
•
pred 3 týždňami
Ponuka akcií
Prejsť na kanál Hustle & Chill
Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek 1 hodina, 59 minút
Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek 1 hodina, 59 minút
Dolarový Milionář z Valašska. Sbírá Porsche a Čechům prodlužuje Život. - Martin Bernátek
Hustle & Chill
Hustle & Chill
52 tis. zhliadnutí
•
pred 1 mesiacom
Ponuka akcií
Zobraziť viac
Mix – Nezávislá hudba
Mix – Nezávislá hudba
Mix – Nezávislá hudba
Damien Rice, Jools Holland, Ben Howard a ďalší
Ďalšie akcie
Mix – Ghost Train
Mix – Ghost Train
Mix – Ghost Train
Billion Babies, The Longest Johns a ďalší
Ďalšie akcie
Prejsť na kanál The Military Show
Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History 17 minút
Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History 17 minút
Ukraine Just Did Something So MASSIVE to Russia… It Will Go Down in History
The Military Show
The Military Show
326 tis. zhliadnutí
pred 2 dňami
Ďalšie akcie
Shorts
Shorts
Krátke videá Shorts – ďalšie akcie
#trend
#trend
531 tis. zhliadnutí
Ďalšie akcie
He owned New York. They didn’t know who they messed with. #film#movie#shorts
He owned New York. They didn’t know who they messed with. #film#movie#shorts
9 mil. zhliadnutí
Ďalšie akcie
Following Khaby’s Example Living a Normal Life Together.#KhabyLame#learnfromkhaby#funny#fyp
Following Khaby’s Example Living a Normal Life Together.#KhabyLame#learnfromkhaby#funny#fyp
2,3 mil. zhliadnutí
Ďalšie akcie
She Stole the Show on Manchester Streets 🔥✨ #HRShorts #ManchesterNights #UKStyle #FYP
She Stole the Show on Manchester Streets 🔥✨ #HRShorts #ManchesterNights #UKStyle #FYP
4,3 mil. zhliadnutí
Ďalšie akcie
Super Anatoly #anatoly
Super Anatoly #anatoly
2,2 mil. zhliadnutí
Ďalšie akcie
Prejsť na kanál AnoMaLy_86
GURJARAS rocking GOTHS against a brick wall.. 35 minút
GURJARAS rocking GOTHS against a brick wall.. 35 minút
GURJARAS rocking GOTHS against a brick wall..
AnoMaLy_86
AnoMaLy_86
42 zhliadnutí
pred 1 dňom
Ďalšie akcie...
|
NULL
|
|
7652
|
143
|
35
|
2026-04-13T16:15:36.147534+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096936147_m1.jpg...
|
Orion
|
(110) How to End American Power || Peter Zeihan - (110) How to End American Power || Peter Zeihan - YouTube...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
Vyhľadávať hlasom
Vytvoriť
Upozornenia
Ponuka účtu
Zobraziť karty
Klávesová skratka pre akciu Pozastaviť: k
Stlmiť (m)
0 min 1 s z 6 min 50 s
Automatické prehrávanie je zapnuté
Titulky alebo skryté titulky sú nedostupné
Nastavenia
Režim kina (t)
AirPlay
Celá obrazovka (f)
How to End American Power || Peter Zeihan
How to End American Power || Peter Zeihan
Zeihan on Geopolitics
Zeihan on Geopolitics
954 tis. odberateľov
Prihlásiť sa na odber kanála Zeihan on Geopolitics.
Označiť, že sa mi toto video páči, tak ako 14 306 ďalším osobám
Toto video sa mi nepáči
Zdieľať
Ďalšie akcie
370 tis. zhliadnutí
pred 4 dňami
#globalization
#globalization
#deglobalization
#deglobalization
#trade
#trade
Trump's latest statement telling countries to secure their own oil dismantles the very fabric of the global order. We'd be stepping away from the post-WWII system where the U.S. provided security for everyone, so economic growth could be the priority.
…
...viac
Všetko
Od: Zeihan on Geopolitics
Politické správy
Podobné
Pre vás
Nedávno nahrané
Pozreté
Ďalej
Бизнесът ви печели време с AI
Бизнесът ви печели време с AI
Подобреното клиентско обслужване е гарантирано, когато екипът ви има време за това.
Подобреното клиентско обслужване е гарантирано, когато екипът ви има време за това.
Sponzorované
·
Zeron ERP
Moje centrum reklám
Връзка с нас
Връзка с нас
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium
Hera - Age of Empires 2
146 tis. zhliadnutí
pred 6 dňami
Nové
Ďalšie akcie
Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan 7 minút, 18 sekúnd
Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan 7 minút, 18 sekúnd
Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan
Zeihan on Geopolitics
74 tis. zhliadnutí
pred 6 hodinami
Nové
Ďalšie akcie
Orban Loses BIG - Hungary Election Results Explained 10 minút, 7 sekúnd
Orban Loses BIG - Hungary Election Results Explained 10 minút, 7 sekúnd
Orban Loses BIG - Hungary Election Results Explained
EU Made Simple
241 tis. zhliadnutí
pred 12 hodinami
Nové
Ďalšie akcie
The Gripen: Sweden's Fighter Jet Masterpiece 20 minút
The Gripen: Sweden's Fighter Jet Masterpiece 20 minút
The Gripen: Sweden's Fighter Jet Masterpiece
Megaprojects
1,9 mil. zhliadnutí
pred 1 rokom
Ďalšie akcie
The NEW Temple Guard on Arena! 22 minút
The NEW Temple Guard on Arena! 22 minút
The NEW Temple Guard on Arena!
T90Official - Age Of Empires 2
3 tis. zhliadnutí
pred 3 hodinami
Nové
Ďalšie akcie
Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News 8 minút, 57 sekúnd
Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News 8 minút, 57 sekúnd
Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News
DW News
574 tis. zhliadnutí
pred 11 dňami
Ďalšie akcie
Why Europe is Reviving Nuclear Power 8 minút, 10 sekúnd
Why Europe is Reviving Nuclear Power 8 minút, 10 sekúnd
Why Europe is Reviving Nuclear Power
TLDR News EU
137 tis. zhliadnutí
pred 2 dňami
Nové
Ďalšie akcie
China Will Never Beat Taiwan, Here’s Why 22 minút
China Will Never Beat Taiwan, Here’s Why 22 minút
China Will Never Beat Taiwan, Here’s Why
Maxinomics
901 tis. zhliadnutí
pred 2 týždňami
Ďalšie akcie
Not Every Conversation is Worth Having 19 minút
Not Every Conversation is Worth Having 19 minút
Not Every Conversation is Worth Having
Sam Harris
103 tis. zhliadnutí
pred 4 dňami
Nové
Ďalšie akcie
Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd
Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd
Hungary Ousts Orbán: What Next?
TLDR News EU
233 tis. zhliadnutí
pred 7 hodinami
Nové
Ďalšie akcie
Why Orbán is Almost Impossible to Beat 20 minút
Why Orbán is Almost Impossible to Beat 20 minút
Why Orbán is Almost Impossible to Beat
EU Made Simple
165 tis. zhliadnutí
pred 5 dňami
Nové
Ďalšie akcie
What Does This Ceasefire Actually Mean? || Peter Zeihan 4 minúty, 43 sekúnd
What Does This Ceasefire Actually Mean? || Peter Zeihan 4 minúty, 43 sekúnd
What Does This Ceasefire Actually Mean? || Peter Zeihan
Zeihan on Geopolitics
157 tis. zhliadnutí
pred 2 dňami
Nové
Ďalšie akcie
The End of the WTO || Peter Zeihan 8 minút, 57 sekúnd
The End of the WTO || Peter Zeihan 8 minút, 57 sekúnd
The End of the WTO || Peter Zeihan
Zeihan on Geopolitics
218 tis. zhliadnutí
pred 3 dňami
Nové
Ďalšie akcie
Why Orbán's Grip on Hungary Is Slipping 11 minút, 2 sekundy
Why Orbán's Grip on Hungary Is Slipping 11 minút, 2 sekundy
Why Orbán's Grip on Hungary Is Slipping
Bloomberg Originals
182 tis. zhliadnutí
pred 10 dňami
Ďalšie akcie
I Used a Beginner Strategy in a Pro Game 19 minút
I Used a Beginner Strategy in a Pro Game 19 minút
I Used a Beginner Strategy in a Pro Game
Hera - Age of Empires 2
424 zhliadnutí
pred 15 minútami
Nové
Ďalšie akcie
I Went Undercover and Joined a Noob Lobby 49 minút
I Went Undercover and Joined a Noob Lobby 49 minút
I Went Undercover and Joined a Noob Lobby
Hera - Age of Empires 2
140 tis. zhliadnutí
pred 1 mesiacom
Ďalšie akcie
President of Ukraine: Volodymyr Zelenskyy 48 minút
President of Ukraine: Volodymyr Zelenskyy 48 minút
President of Ukraine: Volodymyr Zelenskyy
The Rest Is Politics: Leading a The Rest Is Politics
231 tis. zhliadnutí
pred 3 dňami
Nové
Ďalšie akcie
Jet fuel: How one ship tells the whole story 14 minút, 10 sekúnd
Jet fuel: How one ship tells the whole story 14 minút, 10 sekúnd
Jet fuel: How one ship tells the whole story
Sky News
882 tis. zhliadnutí
pred 10 dňami
Ďalšie akcie
How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing 16 minút
How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing 16 minút
How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing
Kings and Generals
196 tis. zhliadnutí
pred 6 dňami
Nové
Ďalšie akcie
So You Want to Take Iran's Oil… || Peter Zeihan 6 minút, 8 sekúnd
So You Want to Take Iran's Oil… || Peter Zeihan 6 minút, 8 sekúnd
So You Want to Take Iran's Oil… || Peter Zeihan
Zeihan on Geopolitics
142 tis. zhliadnutí
pred 5 dňami...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXButton","text":"Sprievodca","depth":7,"bounds":{"left":0.18402778,"top":0.13444445,"width":0.016666668,"height":0.026666667},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Domovská stránka YouTube","depth":7,"bounds":{"left":0.20625,"top":0.11666667,"width":0.08541667,"height":0.062222224},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"BG","depth":7,"bounds":{"left":0.2847222,"top":0.13,"width":0.009722223,"height":0.012222222},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Preskočiť navigáciu","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hľadať","depth":11,"bounds":{"left":0.36944443,"top":0.13666667,"width":0.034027778,"height":0.022222223},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Search","depth":8,"bounds":{"left":0.72986114,"top":0.12555556,"width":0.044444446,"height":0.044444446},"help_text":"Hľadať","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Vyhľadávať hlasom","depth":8,"bounds":{"left":0.78541666,"top":0.12555556,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Vytvoriť","depth":7,"bounds":{"left":0.825,"top":0.12777779,"width":0.072916664,"height":0.04},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Upozornenia","depth":7,"bounds":{"left":0.90347224,"top":0.12555556,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka účtu","depth":7,"bounds":{"left":0.93680555,"top":0.12888889,"width":0.041666668,"height":0.037777778},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Zobraziť karty","depth":11,"bounds":{"left":0.6548611,"top":0.20111111,"width":0.025,"height":0.04},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Klávesová skratka pre akciu Pozastaviť: k","depth":10,"bounds":{"left":0.18680556,"top":0.5966667,"width":0.027777778,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Stlmiť (m)","depth":11,"bounds":{"left":0.22291666,"top":0.5966667,"width":0.027777778,"height":0.072222225},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"0 min 1 s z 6 min 50 s","depth":11,"bounds":{"left":0.2673611,"top":0.5966667,"width":0.047222223,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Automatické prehrávanie je zapnuté","depth":10,"bounds":{"left":0.47708333,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Titulky alebo skryté titulky sú nedostupné","depth":10,"bounds":{"left":0.5104167,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Nastavenia","depth":10,"bounds":{"left":0.54375,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Režim kina (t)","depth":10,"bounds":{"left":0.57708335,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"AirPlay","depth":10,"bounds":{"left":0.61041665,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Celá obrazovka (f)","depth":10,"bounds":{"left":0.64375,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"How to End American Power || Peter Zeihan","depth":7,"bounds":{"left":0.17847222,"top":0.66333336,"width":0.50972223,"height":0.032222223},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"How to End American Power || Peter Zeihan","depth":8,"bounds":{"left":0.17847222,"top":0.66555554,"width":0.27083334,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Zeihan on Geopolitics","depth":7,"bounds":{"left":0.21458334,"top":0.70444447,"width":0.10902778,"height":0.025555555},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Zeihan on Geopolitics","depth":8,"bounds":{"left":0.21458334,"top":0.70555556,"width":0.108333334,"height":0.022222223},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"954 tis. odberateľov","depth":8,"bounds":{"left":0.21458334,"top":0.7311111,"width":0.07430556,"height":0.016666668},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Prihlásiť sa na odber kanála Zeihan on Geopolitics.","depth":7,"bounds":{"left":0.35069445,"top":0.70666665,"width":0.063194446,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Označiť, že sa mi toto video páči, tak ako 14 306 ďalším osobám","depth":7,"bounds":{"left":0.4798611,"top":0.70666665,"width":0.06666667,"height":0.04111111},"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Toto video sa mi nepáči","depth":7,"bounds":{"left":0.54583335,"top":0.70666665,"width":0.036805555,"height":0.04111111},"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Zdieľať","depth":7,"bounds":{"left":0.5875,"top":0.70666665,"width":0.07083333,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.6631944,"top":0.70666665,"width":0.025,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"370 tis. zhliadnutí","depth":7,"bounds":{"left":0.18680556,"top":0.7788889,"width":0.07777778,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 4 dňami","depth":7,"bounds":{"left":0.26875,"top":0.7788889,"width":0.057638887,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXLink","text":"#globalization","depth":7,"bounds":{"left":0.33055556,"top":0.77666664,"width":0.0625,"height":0.023333333},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"#globalization","depth":8,"bounds":{"left":0.33055556,"top":0.7788889,"width":0.0625,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXLink","text":"#deglobalization","depth":7,"bounds":{"left":0.39444444,"top":0.77666664,"width":0.07361111,"height":0.023333333},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"#deglobalization","depth":8,"bounds":{"left":0.39444444,"top":0.7788889,"width":0.07361111,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXLink","text":"#trade","depth":7,"bounds":{"left":0.46944445,"top":0.77666664,"width":0.029166667,"height":0.023333333},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"#trade","depth":8,"bounds":{"left":0.46944445,"top":0.7788889,"width":0.029166667,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Trump's latest statement telling countries to secure their own oil dismantles the very fabric of the global order. We'd be stepping away from the post-WWII system where the U.S. provided security for everyone, so economic growth could be the priority.","depth":8,"bounds":{"left":0.18680556,"top":0.8,"width":0.47708333,"height":0.064444445},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"","depth":8,"bounds":{"left":0.30625,"top":0.84555554,"width":0.0034722222,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"…","depth":8,"bounds":{"left":0.3090278,"top":0.84555554,"width":0.0069444445,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXButton","text":"...viac","depth":7,"bounds":{"left":0.3090278,"top":0.8433333,"width":0.027777778,"height":0.023333333},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Všetko","depth":9,"bounds":{"left":0.69930553,"top":0.19222222,"width":0.047222223,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Od: Zeihan on Geopolitics","depth":9,"bounds":{"left":0.7513889,"top":0.19222222,"width":0.12916666,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Politické správy","depth":9,"bounds":{"left":0.8854167,"top":0.19222222,"width":0.08541667,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Podobné","depth":9,"bounds":{"left":0.9756944,"top":0.19222222,"width":0.024305582,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Pre vás","depth":9,"bounds":{"left":1.0,"top":0.19222222,"width":-0.03680551,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Nedávno nahrané","depth":9,"bounds":{"left":1.0,"top":0.19222222,"width":-0.0916667,"height":0.035555556},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Pozreté","depth":9,"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ďalej","depth":7,"bounds":{"left":0.9479167,"top":0.19333333,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Бизнесът ви печели време с AI","depth":8,"bounds":{"left":0.8215278,"top":0.24111111,"width":0.12986112,"height":0.04},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Бизнесът ви печели време с AI","depth":9,"bounds":{"left":0.8215278,"top":0.24111111,"width":0.13055556,"height":0.04},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Подобреното клиентско обслужване е гарантирано, когато екипът ви има време за това.","depth":8,"bounds":{"left":0.8215278,"top":0.28555554,"width":0.13541667,"height":0.055555556},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Подобреното клиентско обслужване е гарантирано, когато екипът ви има време за това.","depth":9,"bounds":{"left":0.8215278,"top":0.28555554,"width":0.13541667,"height":0.055555556},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Sponzorované","depth":8,"bounds":{"left":0.8215278,"top":0.34555554,"width":0.05347222,"height":0.015555556},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"·","depth":7,"bounds":{"left":0.87708336,"top":0.34555554,"width":0.0034722222,"height":0.015555556},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Zeron ERP","depth":7,"bounds":{"left":0.8826389,"top":0.34333333,"width":0.039583333,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Moje centrum reklám","depth":7,"bounds":{"left":0.9604167,"top":0.23222223,"width":0.025,"height":0.04},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Връзка с нас","depth":7,"bounds":{"left":0.8215278,"top":0.38555557,"width":0.08194444,"height":0.04},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Връзка с нас","depth":9,"bounds":{"left":0.83263886,"top":0.39666668,"width":0.059027776,"height":0.017777778},"help_text":"","role_description":"text"},{"role":"AXHeading","text":"Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta","depth":7,"bounds":{"left":0.8215278,"top":0.43444446,"width":0.15694444,"height":0.044444446},"help_text":"Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium","role_description":"heading"},{"role":"AXLink","text":"Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta","depth":8,"bounds":{"left":0.8215278,"top":0.43444446,"width":0.15694444,"height":0.044444446},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium","depth":9,"bounds":{"left":0.8215278,"top":0.43666667,"width":0.13125,"height":0.04},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Hera - Age of Empires 2","depth":7,"bounds":{"left":0.8215278,"top":0.4811111,"width":0.1,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"146 tis. zhliadnutí","depth":7,"bounds":{"left":0.8215278,"top":0.50333333,"width":0.06527778,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 6 dňami","depth":7,"bounds":{"left":0.89444447,"top":0.50333333,"width":0.049305554,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"bounds":{"left":0.82430553,"top":0.5277778,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.9604167,"top":0.42777777,"width":0.025,"height":0.04},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan 7 minút, 18 sekúnd","depth":7,"bounds":{"left":0.8215278,"top":0.55444443,"width":0.15694444,"height":0.044444446},"help_text":"Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan","role_description":"heading"},{"role":"AXLink","text":"Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan 7 minút, 18 sekúnd","depth":8,"bounds":{"left":0.8215278,"top":0.55444443,"width":0.15694444,"height":0.044444446},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan","depth":9,"bounds":{"left":0.8215278,"top":0.5566667,"width":0.14097223,"height":0.062222224},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Zeihan on Geopolitics","depth":7,"bounds":{"left":0.8215278,"top":0.6011111,"width":0.093055554,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"74 tis. zhliadnutí","depth":7,"bounds":{"left":0.8215278,"top":0.62333333,"width":0.06111111,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 6 hodinami","depth":7,"bounds":{"left":0.88958335,"top":0.62333333,"width":0.06111111,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"bounds":{"left":0.82430553,"top":0.6477778,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.9604167,"top":0.5477778,"width":0.025,"height":0.04},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Orban Loses BIG - Hungary Election Results Explained 10 minút, 7 sekúnd","depth":7,"bounds":{"left":0.8215278,"top":0.67444444,"width":0.15694444,"height":0.044444446},"help_text":"Orban Loses BIG - Hungary Election Results Explained","role_description":"heading"},{"role":"AXLink","text":"Orban Loses BIG - Hungary Election Results Explained 10 minút, 7 sekúnd","depth":8,"bounds":{"left":0.8215278,"top":0.67444444,"width":0.15694444,"height":0.044444446},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Orban Loses BIG - Hungary Election Results Explained","depth":9,"bounds":{"left":0.8215278,"top":0.6766667,"width":0.12013889,"height":0.04},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"EU Made Simple","depth":7,"bounds":{"left":0.8215278,"top":0.7211111,"width":0.06111111,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"241 tis. zhliadnutí","depth":7,"bounds":{"left":0.8215278,"top":0.74333334,"width":0.06527778,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 12 hodinami","depth":7,"bounds":{"left":0.89444447,"top":0.74333334,"width":0.06527778,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"bounds":{"left":0.82430553,"top":0.7677778,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.9604167,"top":0.6677778,"width":0.025,"height":0.04},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"The Gripen: Sweden's Fighter Jet Masterpiece 20 minút","depth":7,"bounds":{"left":0.8215278,"top":0.79444444,"width":0.15694444,"height":0.044444446},"help_text":"The Gripen: Sweden's Fighter Jet Masterpiece","role_description":"heading"},{"role":"AXLink","text":"The Gripen: Sweden's Fighter Jet Masterpiece 20 minút","depth":8,"bounds":{"left":0.8215278,"top":0.79444444,"width":0.15694444,"height":0.044444446},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The Gripen: Sweden's Fighter Jet Masterpiece","depth":9,"bounds":{"left":0.8215278,"top":0.7966667,"width":0.12847222,"height":0.04},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Megaprojects","depth":7,"bounds":{"left":0.8215278,"top":0.8411111,"width":0.05138889,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"1,9 mil. zhliadnutí","depth":7,"bounds":{"left":0.8215278,"top":0.86333334,"width":0.06458333,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 1 rokom","depth":7,"bounds":{"left":0.89375,"top":0.86333334,"width":0.05,"height":0.02},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.9604167,"top":0.7877778,"width":0.025,"height":0.04},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"The NEW Temple Guard on Arena! 22 minút","depth":7,"bounds":{"left":0.8215278,"top":0.9077778,"width":0.15694444,"height":0.045555554},"help_text":"The NEW Temple Guard on Arena!","role_description":"heading"},{"role":"AXLink","text":"The NEW Temple Guard on Arena! 22 minút","depth":8,"bounds":{"left":0.8215278,"top":0.9077778,"width":0.15694444,"height":0.045555554},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The NEW Temple Guard on Arena!","depth":9,"bounds":{"left":0.8215278,"top":0.91,"width":0.11875,"height":0.04111111},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"T90Official - Age Of Empires 2","depth":7,"bounds":{"left":0.8215278,"top":0.95444447,"width":0.12361111,"height":0.02111111},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"3 tis. zhliadnutí","depth":7,"bounds":{"left":0.8215278,"top":0.9766667,"width":0.05625,"height":0.02111111},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 3 hodinami","depth":7,"bounds":{"left":0.8854167,"top":0.9766667,"width":0.060416665,"height":0.02111111},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"bounds":{"left":0.82430553,"top":1.0,"width":0.019444445,"height":-0.0011111498},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.9604167,"top":0.9011111,"width":0.025,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News 8 minút, 57 sekúnd","depth":7,"bounds":{"left":0.8215278,"top":1.0,"width":0.15694444,"height":-0.027777791},"help_text":"Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News","role_description":"heading"},{"role":"AXLink","text":"Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News 8 minút, 57 sekúnd","depth":8,"bounds":{"left":0.8215278,"top":1.0,"width":0.15694444,"height":-0.027777791},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News","depth":9,"bounds":{"left":0.8215278,"top":1.0,"width":0.1423611,"height":-0.029999971},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"DW News","depth":7,"bounds":{"left":0.8215278,"top":1.0,"width":0.048611112,"height":-0.07444441},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"574 tis. zhliadnutí","depth":7,"bounds":{"left":0.8215278,"top":1.0,"width":0.06527778,"height":-0.09666669},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 11 dňami","depth":7,"bounds":{"left":0.89444447,"top":1.0,"width":0.054166667,"height":-0.09666669},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.9604167,"top":1.0,"width":0.025,"height":-0.02111113},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Why Europe is Reviving Nuclear Power 8 minút, 10 sekúnd","depth":7,"help_text":"Why Europe is Reviving Nuclear Power","role_description":"heading"},{"role":"AXLink","text":"Why Europe is Reviving Nuclear Power 8 minút, 10 sekúnd","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Why Europe is Reviving Nuclear Power","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"TLDR News EU","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"137 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 2 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"China Will Never Beat Taiwan, Here’s Why 22 minút","depth":7,"help_text":"China Will Never Beat Taiwan, Here’s Why","role_description":"heading"},{"role":"AXLink","text":"China Will Never Beat Taiwan, Here’s Why 22 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"China Will Never Beat Taiwan, Here’s Why","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Maxinomics","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"901 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 2 týždňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Not Every Conversation is Worth Having 19 minút","depth":7,"help_text":"Not Every Conversation is Worth Having","role_description":"heading"},{"role":"AXLink","text":"Not Every Conversation is Worth Having 19 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Not Every Conversation is Worth Having","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Sam Harris","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"103 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 4 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd","depth":7,"help_text":"Hungary Ousts Orbán: What Next?","role_description":"heading"},{"role":"AXLink","text":"Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hungary Ousts Orbán: What Next?","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"TLDR News EU","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"233 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 7 hodinami","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Why Orbán is Almost Impossible to Beat 20 minút","depth":7,"help_text":"Why Orbán is Almost Impossible to Beat","role_description":"heading"},{"role":"AXLink","text":"Why Orbán is Almost Impossible to Beat 20 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Why Orbán is Almost Impossible to Beat","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"EU Made Simple","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"165 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 5 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"What Does This Ceasefire Actually Mean? || Peter Zeihan 4 minúty, 43 sekúnd","depth":7,"help_text":"What Does This Ceasefire Actually Mean? || Peter Zeihan","role_description":"heading"},{"role":"AXLink","text":"What Does This Ceasefire Actually Mean? || Peter Zeihan 4 minúty, 43 sekúnd","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"What Does This Ceasefire Actually Mean? || Peter Zeihan","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Zeihan on Geopolitics","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"157 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 2 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"The End of the WTO || Peter Zeihan 8 minút, 57 sekúnd","depth":7,"help_text":"The End of the WTO || Peter Zeihan","role_description":"heading"},{"role":"AXLink","text":"The End of the WTO || Peter Zeihan 8 minút, 57 sekúnd","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"The End of the WTO || Peter Zeihan","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Zeihan on Geopolitics","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"218 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 3 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Why Orbán's Grip on Hungary Is Slipping 11 minút, 2 sekundy","depth":7,"help_text":"Why Orbán's Grip on Hungary Is Slipping","role_description":"heading"},{"role":"AXLink","text":"Why Orbán's Grip on Hungary Is Slipping 11 minút, 2 sekundy","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Why Orbán's Grip on Hungary Is Slipping","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Bloomberg Originals","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"182 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 10 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"I Used a Beginner Strategy in a Pro Game 19 minút","depth":7,"help_text":"I Used a Beginner Strategy in a Pro Game","role_description":"heading"},{"role":"AXLink","text":"I Used a Beginner Strategy in a Pro Game 19 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"I Used a Beginner Strategy in a Pro Game","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Hera - Age of Empires 2","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"424 zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 15 minútami","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"I Went Undercover and Joined a Noob Lobby 49 minút","depth":7,"help_text":"I Went Undercover and Joined a Noob Lobby","role_description":"heading"},{"role":"AXLink","text":"I Went Undercover and Joined a Noob Lobby 49 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"I Went Undercover and Joined a Noob Lobby","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Hera - Age of Empires 2","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"140 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 1 mesiacom","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"President of Ukraine: Volodymyr Zelenskyy 48 minút","depth":7,"help_text":"President of Ukraine: Volodymyr Zelenskyy","role_description":"heading"},{"role":"AXLink","text":"President of Ukraine: Volodymyr Zelenskyy 48 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"President of Ukraine: Volodymyr Zelenskyy","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"The Rest Is Politics: Leading a The Rest Is Politics","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"231 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 3 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Jet fuel: How one ship tells the whole story 14 minút, 10 sekúnd","depth":7,"help_text":"Jet fuel: How one ship tells the whole story","role_description":"heading"},{"role":"AXLink","text":"Jet fuel: How one ship tells the whole story 14 minút, 10 sekúnd","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Jet fuel: How one ship tells the whole story","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Sky News","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"882 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 10 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing 16 minút","depth":7,"help_text":"How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing","role_description":"heading"},{"role":"AXLink","text":"How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing 16 minút","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Kings and Generals","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"196 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 6 dňami","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Nové","depth":9,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"So You Want to Take Iran's Oil… || Peter Zeihan 6 minút, 8 sekúnd","depth":7,"help_text":"So You Want to Take Iran's Oil… || Peter Zeihan","role_description":"heading"},{"role":"AXLink","text":"So You Want to Take Iran's Oil… || Peter Zeihan 6 minút, 8 sekúnd","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"So You Want to Take Iran's Oil… || Peter Zeihan","depth":9,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Zeihan on Geopolitics","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"142 tis. zhliadnutí","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 5 dňami","depth":7,"help_text":"","role_description":"text"}]...
|
-2889875535797531197
|
6162686980855193676
|
click
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
Vyhľadávať hlasom
Vytvoriť
Upozornenia
Ponuka účtu
Zobraziť karty
Klávesová skratka pre akciu Pozastaviť: k
Stlmiť (m)
0 min 1 s z 6 min 50 s
Automatické prehrávanie je zapnuté
Titulky alebo skryté titulky sú nedostupné
Nastavenia
Režim kina (t)
AirPlay
Celá obrazovka (f)
How to End American Power || Peter Zeihan
How to End American Power || Peter Zeihan
Zeihan on Geopolitics
Zeihan on Geopolitics
954 tis. odberateľov
Prihlásiť sa na odber kanála Zeihan on Geopolitics.
Označiť, že sa mi toto video páči, tak ako 14 306 ďalším osobám
Toto video sa mi nepáči
Zdieľať
Ďalšie akcie
370 tis. zhliadnutí
pred 4 dňami
#globalization
#globalization
#deglobalization
#deglobalization
#trade
#trade
Trump's latest statement telling countries to secure their own oil dismantles the very fabric of the global order. We'd be stepping away from the post-WWII system where the U.S. provided security for everyone, so economic growth could be the priority.
…
...viac
Všetko
Od: Zeihan on Geopolitics
Politické správy
Podobné
Pre vás
Nedávno nahrané
Pozreté
Ďalej
Бизнесът ви печели време с AI
Бизнесът ви печели време с AI
Подобреното клиентско обслужване е гарантирано, когато екипът ви има време за това.
Подобреното клиентско обслужване е гарантирано, когато екипът ви има време за това.
Sponzorované
·
Zeron ERP
Moje centrum reklám
Връзка с нас
Връзка с нас
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium 3 hodiny, 1 minúta
Hera vs Liereyy - Grand Final | $170,000 Redbull Londinium
Hera - Age of Empires 2
146 tis. zhliadnutí
pred 6 dňami
Nové
Ďalšie akcie
Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan 7 minút, 18 sekúnd
Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan 7 minút, 18 sekúnd
Winners and Losers of the Iran War: Ukraine and Russia || Peter Zeihan
Zeihan on Geopolitics
74 tis. zhliadnutí
pred 6 hodinami
Nové
Ďalšie akcie
Orban Loses BIG - Hungary Election Results Explained 10 minút, 7 sekúnd
Orban Loses BIG - Hungary Election Results Explained 10 minút, 7 sekúnd
Orban Loses BIG - Hungary Election Results Explained
EU Made Simple
241 tis. zhliadnutí
pred 12 hodinami
Nové
Ďalšie akcie
The Gripen: Sweden's Fighter Jet Masterpiece 20 minút
The Gripen: Sweden's Fighter Jet Masterpiece 20 minút
The Gripen: Sweden's Fighter Jet Masterpiece
Megaprojects
1,9 mil. zhliadnutí
pred 1 rokom
Ďalšie akcie
The NEW Temple Guard on Arena! 22 minút
The NEW Temple Guard on Arena! 22 minút
The NEW Temple Guard on Arena!
T90Official - Age Of Empires 2
3 tis. zhliadnutí
pred 3 hodinami
Nové
Ďalšie akcie
Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News 8 minút, 57 sekúnd
Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News 8 minút, 57 sekúnd
Ukraine's quiet push: The success Ukraine doesn’t want to talk about | DW News
DW News
574 tis. zhliadnutí
pred 11 dňami
Ďalšie akcie
Why Europe is Reviving Nuclear Power 8 minút, 10 sekúnd
Why Europe is Reviving Nuclear Power 8 minút, 10 sekúnd
Why Europe is Reviving Nuclear Power
TLDR News EU
137 tis. zhliadnutí
pred 2 dňami
Nové
Ďalšie akcie
China Will Never Beat Taiwan, Here’s Why 22 minút
China Will Never Beat Taiwan, Here’s Why 22 minút
China Will Never Beat Taiwan, Here’s Why
Maxinomics
901 tis. zhliadnutí
pred 2 týždňami
Ďalšie akcie
Not Every Conversation is Worth Having 19 minút
Not Every Conversation is Worth Having 19 minút
Not Every Conversation is Worth Having
Sam Harris
103 tis. zhliadnutí
pred 4 dňami
Nové
Ďalšie akcie
Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd
Hungary Ousts Orbán: What Next? 9 minút, 11 sekúnd
Hungary Ousts Orbán: What Next?
TLDR News EU
233 tis. zhliadnutí
pred 7 hodinami
Nové
Ďalšie akcie
Why Orbán is Almost Impossible to Beat 20 minút
Why Orbán is Almost Impossible to Beat 20 minút
Why Orbán is Almost Impossible to Beat
EU Made Simple
165 tis. zhliadnutí
pred 5 dňami
Nové
Ďalšie akcie
What Does This Ceasefire Actually Mean? || Peter Zeihan 4 minúty, 43 sekúnd
What Does This Ceasefire Actually Mean? || Peter Zeihan 4 minúty, 43 sekúnd
What Does This Ceasefire Actually Mean? || Peter Zeihan
Zeihan on Geopolitics
157 tis. zhliadnutí
pred 2 dňami
Nové
Ďalšie akcie
The End of the WTO || Peter Zeihan 8 minút, 57 sekúnd
The End of the WTO || Peter Zeihan 8 minút, 57 sekúnd
The End of the WTO || Peter Zeihan
Zeihan on Geopolitics
218 tis. zhliadnutí
pred 3 dňami
Nové
Ďalšie akcie
Why Orbán's Grip on Hungary Is Slipping 11 minút, 2 sekundy
Why Orbán's Grip on Hungary Is Slipping 11 minút, 2 sekundy
Why Orbán's Grip on Hungary Is Slipping
Bloomberg Originals
182 tis. zhliadnutí
pred 10 dňami
Ďalšie akcie
I Used a Beginner Strategy in a Pro Game 19 minút
I Used a Beginner Strategy in a Pro Game 19 minút
I Used a Beginner Strategy in a Pro Game
Hera - Age of Empires 2
424 zhliadnutí
pred 15 minútami
Nové
Ďalšie akcie
I Went Undercover and Joined a Noob Lobby 49 minút
I Went Undercover and Joined a Noob Lobby 49 minút
I Went Undercover and Joined a Noob Lobby
Hera - Age of Empires 2
140 tis. zhliadnutí
pred 1 mesiacom
Ďalšie akcie
President of Ukraine: Volodymyr Zelenskyy 48 minút
President of Ukraine: Volodymyr Zelenskyy 48 minút
President of Ukraine: Volodymyr Zelenskyy
The Rest Is Politics: Leading a The Rest Is Politics
231 tis. zhliadnutí
pred 3 dňami
Nové
Ďalšie akcie
Jet fuel: How one ship tells the whole story 14 minút, 10 sekúnd
Jet fuel: How one ship tells the whole story 14 minút, 10 sekúnd
Jet fuel: How one ship tells the whole story
Sky News
882 tis. zhliadnutí
pred 10 dňami
Ďalšie akcie
How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing 16 minút
How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing 16 minút
How Iran Changed the war in Ukraine - Russia’s Offensive Is Failing
Kings and Generals
196 tis. zhliadnutí
pred 6 dňami
Nové
Ďalšie akcie
So You Want to Take Iran's Oil… || Peter Zeihan 6 minút, 8 sekúnd
So You Want to Take Iran's Oil… || Peter Zeihan 6 minút, 8 sekúnd
So You Want to Take Iran's Oil… || Peter Zeihan
Zeihan on Geopolitics
142 tis. zhliadnutí
pred 5 dňami...
|
7651
|
|
7654
|
143
|
37
|
2026-04-13T16:15:38.419908+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096938419_m1.jpg...
|
Orion
|
(110) How to End American Power || Peter Zeihan - (110) How to End American Power || Peter Zeihan - YouTube...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
Vyhľadávať hlasom
Vytvoriť
Upozornenia
Ponuka účtu
Klávesová skratka pre akciu Prehrávanie: k
Stlmiť (m)
0 min 1 s z 6 min 50 s
Automatické prehrávanie je zapnuté
Titulky alebo skryté titulky sú nedostupné
Nastavenia
Režim kina (t)
AirPlay
Celá obrazovka (f)...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXButton","text":"Sprievodca","depth":7,"bounds":{"left":0.18402778,"top":0.13444445,"width":0.016666668,"height":0.026666667},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Domovská stránka YouTube","depth":7,"bounds":{"left":0.20625,"top":0.11666667,"width":0.08541667,"height":0.062222224},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"BG","depth":7,"bounds":{"left":0.2847222,"top":0.13,"width":0.009722223,"height":0.012222222},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Preskočiť navigáciu","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hľadať","depth":11,"bounds":{"left":0.36944443,"top":0.13666667,"width":0.034027778,"height":0.022222223},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Search","depth":8,"bounds":{"left":0.72986114,"top":0.12555556,"width":0.044444446,"height":0.044444446},"help_text":"Hľadať","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Vyhľadávať hlasom","depth":8,"bounds":{"left":0.78541666,"top":0.12555556,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Vytvoriť","depth":7,"bounds":{"left":0.825,"top":0.12777779,"width":0.072916664,"height":0.04},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Upozornenia","depth":7,"bounds":{"left":0.90347224,"top":0.12555556,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka účtu","depth":7,"bounds":{"left":0.93680555,"top":0.12888889,"width":0.041666668,"height":0.037777778},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Klávesová skratka pre akciu Prehrávanie: k","depth":10,"bounds":{"left":0.18680556,"top":0.5966667,"width":0.027777778,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Stlmiť (m)","depth":11,"bounds":{"left":0.22291666,"top":0.5966667,"width":0.027777778,"height":0.072222225},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"0 min 1 s z 6 min 50 s","depth":11,"bounds":{"left":0.2673611,"top":0.5966667,"width":0.047222223,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Automatické prehrávanie je zapnuté","depth":10,"bounds":{"left":0.47708333,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Titulky alebo skryté titulky sú nedostupné","depth":10,"bounds":{"left":0.5104167,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Nastavenia","depth":10,"bounds":{"left":0.54375,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Režim kina (t)","depth":10,"bounds":{"left":0.57708335,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"AirPlay","depth":10,"bounds":{"left":0.61041665,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Celá obrazovka (f)","depth":10,"bounds":{"left":0.64375,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
2629152572789297155
|
6411025326257997188
|
click
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
Vyhľadávať hlasom
Vytvoriť
Upozornenia
Ponuka účtu
Klávesová skratka pre akciu Prehrávanie: k
Stlmiť (m)
0 min 1 s z 6 min 50 s
Automatické prehrávanie je zapnuté
Titulky alebo skryté titulky sú nedostupné
Nastavenia
Režim kina (t)
AirPlay
Celá obrazovka (f)...
|
7653
|
|
7657
|
143
|
40
|
2026-04-13T16:15:42.708195+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096942708_m1.jpg...
|
Orion
|
Failed to open page
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Orion can’t open this page
An SSL error has occurred and a secure connection to the server cannot be made.
Reload
Reload
Try Web Archive
Try Web Archive
https://www.youtube.com/@ZeihanonGeopolitics
(110) How to End American Power || Peter Zeihan - YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Failed to open page
close tab...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXStaticText","text":"Orion can’t open this page","depth":7,"bounds":{"left":0.41180557,"top":0.48444444,"width":0.24791667,"height":0.03888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"An SSL error has occurred and a secure connection to the server cannot be made.","depth":7,"bounds":{"left":0.41180557,"top":0.5322222,"width":0.30833334,"height":0.04},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Reload","depth":6,"bounds":{"left":0.41180557,"top":0.6,"width":0.06527778,"height":0.031111112},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Reload","depth":8,"bounds":{"left":0.43541667,"top":0.6066667,"width":0.029166667,"height":0.017777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Try Web Archive","depth":6,"bounds":{"left":0.48333332,"top":0.6,"width":0.10555556,"height":0.031111112},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Try Web Archive","depth":8,"bounds":{"left":0.49583334,"top":0.6066667,"width":0.06944445,"height":0.017777778},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"https://www.youtube.com/@ZeihanonGeopolitics","depth":2,"bounds":{"left":0.1736111,"top":0.97444445,"width":0.19444445,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"(110) How to End American Power || Peter Zeihan - YouTube","depth":5,"bounds":{"left":0.1625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.16944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Google One","depth":5,"bounds":{"left":0.32916668,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.3361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.49583334,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.50277776,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Portainer","depth":5,"bounds":{"left":0.6625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.66944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Failed to open page","depth":5,"bounds":{"left":0.82916665,"top":0.08555555,"width":0.17083335,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.8361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false}]...
|
4746581855698683881
|
-435635701867457750
|
visual_change
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Orion can’t open this page
An SSL error has occurred and a secure connection to the server cannot be made.
Reload
Reload
Try Web Archive
Try Web Archive
https://www.youtube.com/@ZeihanonGeopolitics
(110) How to End American Power || Peter Zeihan - YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Failed to open page
close tab...
|
NULL
|
|
7659
|
143
|
42
|
2026-04-13T16:15:45.706010+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096945706_m1.jpg...
|
Orion
|
play.hbomax.com
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
https://www.youtube.com/@ZeihanonGeopolitics
(110) How to End American Power || Peter Zeihan - YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
play.hbomax.com
close tab...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXStaticText","text":"https://www.youtube.com/@ZeihanonGeopolitics","depth":2,"bounds":{"left":0.1736111,"top":0.97444445,"width":0.19444445,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"(110) How to End American Power || Peter Zeihan - YouTube","depth":5,"bounds":{"left":0.1625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.16944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Google One","depth":5,"bounds":{"left":0.32916668,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.3361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.49583334,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.50277776,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Portainer","depth":5,"bounds":{"left":0.6625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.66944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"play.hbomax.com","depth":5,"bounds":{"left":0.82916665,"top":0.08555555,"width":0.17083335,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.8361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false}]...
|
-1024374202753019473
|
-1597555618208652177
|
visual_change
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
https://www.youtube.com/@ZeihanonGeopolitics
(110) How to End American Power || Peter Zeihan - YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
play.hbomax.com
close tab...
|
NULL
|
|
7660
|
143
|
43
|
2026-04-13T16:15:48.741057+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096948741_m1.jpg...
|
Orion
|
play.hbomax.com
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Preskočiť na hlavný obsah
Preskočiť na hlavný obsah
Prezerať audiokomentár
Prezerať audiokomentár
Domovská stránka služby H B O Max
Domov
Domov
Seriály
Seriály
Filmy
Filmy
H B O
Šport
Šport
Hľadať
Moje tituly
Ponuky Profil a Nastavenia. Profil používateľa Lukáš.. Avatar: Meerkat from Crikey! It's the Irwins
Eufória
Nová epizóda, Hodnotené: 16, 3 série, Žáner: Dráma
Niekoľko rokov po strednej škole sa začína písať nová kapitola. Pozrite si premiéru série už teraz.
Pozerať: Eufória, Séria 3, epizóda 1: Časť 1. 1 z 6
Pridať do Môjho zoznamu: Eufória
Nasledujúci titul
Seriály, ktoré práve letia
Seriály, ktoré práve letia
Hriešnici. 1 z 20
Ponuka pre titul Hriešnici
How the Universe Works. 2 z 20
Ponuka pre titul How the Universe Works
Černobyľ. 3 z 20
Ponuka pre titul Černobyľ
Pluk mizerov. 4 z 20
Ponuka pre titul Pluk mizerov
Newsroom. 5 z 20
Ponuka pre titul Newsroom
Eufória. 6 z 20. Nová epizóda
Ponuka pre titul Eufória
Teória veľkého tresku. 7 z 20
NASA's Unexplained Files. 8 z 20
Priatelia. 9 z 20
Rytier siedmich kráľovstiev. 10 z 20
Mentalista. 11 z 20
Zo Zeme na Mesiac. 12 z 20
Bratstvo neohrozených. 13 z 20
Hra o tróny. 14 z 20
Dva a pol chlapa. 15 z 20
Rick a Morty. 16 z 20
Kohút. 17 z 20. Nová epizóda
Upírske denníky. 18 z 20
Doktorka. 19 z 20. Nová epizóda
Pitt. 20 z 20. Nová epizóda
Viac titulov v kategórii Seriály, ktoré práve letia
Top 10 filmov dnes
Číslo 1: G20. 1 z 10
Ponuka pre titul G20
Číslo 2: Tvorca. 2 z 10
Ponuka pre titul Tvorca
Číslo 3: Nie, nie. 3 z 10
Ponuka pre titul Nie, nie
Číslo 4: Zrod Harryho: čo sa skrýva za mágiou?. 4 z 10
Ponuka pre titul Zrod Harryho: čo sa skrýva za mágiou?
Číslo 5: Veľká odvážna nádherná cesta. 5 z 10
Ponuka pre titul Veľká odvážna nádherná cesta
Číslo 6: Ty, ja a ona. 6 z 10
Číslo 7: Holland. 7 z 10
Číslo 8: Impérium. 8 z 10
Číslo 9: Vražda hrou. 9 z 10
Číslo 10: E.T. – Mimozemšťan. 10 z 10
Viac titulov v kategórii Top 10 filmov dnes
Pokračovať v pozeraní
Pokračovať v pozeraní
Viac titulov v kategórii Pokračovať v pozeraní
Odporúčané pre vás
Odporúčané pre vás
Viac titulov v kategórii Odporúčané pre vás
Vybrané
Vybrané...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXLink","text":"Preskočiť na hlavný obsah","depth":6,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Preskočiť na hlavný obsah","depth":7,"bounds":{"left":0.21805556,"top":0.0,"width":0.16458334,"height":0.026666667},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Prezerať audiokomentár","depth":6,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Prezerať audiokomentár","depth":7,"bounds":{"left":0.4375,"top":0.0,"width":0.15347221,"height":0.026666667},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Domovská stránka služby H B O Max","depth":7,"bounds":{"left":0.19791667,"top":0.13555555,"width":0.036805555,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Domov","depth":7,"bounds":{"left":0.4138889,"top":0.13555555,"width":0.050694443,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Domov","depth":8,"bounds":{"left":0.41666666,"top":0.14444445,"width":0.045138888,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Seriály","depth":7,"bounds":{"left":0.48055556,"top":0.13555555,"width":0.049305554,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Seriály","depth":8,"bounds":{"left":0.48333332,"top":0.14444445,"width":0.04375,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Filmy","depth":7,"bounds":{"left":0.54583335,"top":0.13555555,"width":0.04027778,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Filmy","depth":8,"bounds":{"left":0.5486111,"top":0.14444445,"width":0.034722224,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"H B O","depth":7,"bounds":{"left":0.6020833,"top":0.13555555,"width":0.03125,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Šport","depth":7,"bounds":{"left":0.6493056,"top":0.13555555,"width":0.04027778,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Šport","depth":8,"bounds":{"left":0.65208334,"top":0.14444445,"width":0.034722224,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Hľadať","depth":7,"bounds":{"left":0.8666667,"top":0.1411111,"width":0.027777778,"height":0.04},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Moje tituly","depth":7,"bounds":{"left":0.9027778,"top":0.1411111,"width":0.027777778,"height":0.04},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuky Profil a Nastavenia. Profil používateľa Lukáš.. Avatar: Meerkat from Crikey! It's the Irwins","depth":7,"bounds":{"left":0.9444444,"top":0.14333333,"width":0.022222223,"height":0.035555556},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Eufória","depth":8,"bounds":{"left":0.20069444,"top":0.37555555,"width":0.28055555,"height":0.12},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Nová epizóda, Hodnotené: 16, 3 série, Žáner: Dráma","depth":9,"bounds":{"left":0.20069444,"top":0.49333334,"width":0.79930556,"height":0.15222222},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Niekoľko rokov po strednej škole sa začína písať nová kapitola. Pozrite si premiéru série už teraz.","depth":8,"bounds":{"left":0.20069444,"top":0.53555554,"width":0.2576389,"height":0.05111111},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Pozerať: Eufória, Séria 3, epizóda 1: Časť 1. 1 z 6","depth":8,"bounds":{"left":0.20069444,"top":0.5966667,"width":0.14861111,"height":0.05888889},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Pridať do Môjho zoznamu: Eufória","depth":8,"bounds":{"left":0.35972223,"top":0.5966667,"width":0.034027778,"height":0.05888889},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Nasledujúci titul","depth":8,"bounds":{"left":0.95,"top":0.11666667,"width":0.05,"height":0.5833333},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Seriály, ktoré práve letia","depth":7,"bounds":{"left":0.16736111,"top":0.7633333,"width":0.83263886,"height":0.023333333},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Seriály, ktoré práve letia","depth":8,"bounds":{"left":0.20069444,"top":0.76111114,"width":0.1423611,"height":0.026666667},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Hriešnici. 1 z 20","depth":8,"bounds":{"left":0.20069444,"top":0.7966667,"width":0.11875,"height":0.20333332},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Hriešnici","depth":8,"bounds":{"left":0.29652777,"top":0.7966667,"width":0.022916667,"height":0.036666665},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"How the Universe Works. 2 z 20","depth":8,"bounds":{"left":0.3298611,"top":0.7966667,"width":0.11875,"height":0.20333332},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul How the Universe Works","depth":8,"bounds":{"left":0.4263889,"top":0.7966667,"width":0.022222223,"height":0.036666665},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Černobyľ. 3 z 20","depth":8,"bounds":{"left":0.45972222,"top":0.7966667,"width":0.11875,"height":0.20333332},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Černobyľ","depth":8,"bounds":{"left":0.5555556,"top":0.7966667,"width":0.022916667,"height":0.036666665},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Pluk mizerov. 4 z 20","depth":8,"bounds":{"left":0.5888889,"top":0.7966667,"width":0.11875,"height":0.20333332},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Pluk mizerov","depth":8,"bounds":{"left":0.68541664,"top":0.7966667,"width":0.022222223,"height":0.036666665},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Newsroom. 5 z 20","depth":8,"bounds":{"left":0.71875,"top":0.7966667,"width":0.11875,"height":0.20333332},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Newsroom","depth":8,"bounds":{"left":0.81458336,"top":0.7966667,"width":0.022916667,"height":0.036666665},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Eufória. 6 z 20. Nová epizóda","depth":8,"bounds":{"left":0.84791666,"top":0.7966667,"width":0.11875,"height":0.20333332},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Eufória","depth":8,"bounds":{"left":0.9444444,"top":0.7966667,"width":0.022222223,"height":0.036666665},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Teória veľkého tresku. 7 z 20","depth":8,"bounds":{"left":0.9777778,"top":0.7966667,"width":0.02222222,"height":0.20333332},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"NASA's Unexplained Files. 8 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Priatelia. 9 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Rytier siedmich kráľovstiev. 10 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Mentalista. 11 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Zo Zeme na Mesiac. 12 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Bratstvo neohrozených. 13 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Hra o tróny. 14 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Dva a pol chlapa. 15 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Rick a Morty. 16 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Kohút. 17 z 20. Nová epizóda","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Upírske denníky. 18 z 20","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Doktorka. 19 z 20. Nová epizóda","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Pitt. 20 z 20. Nová epizóda","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Viac titulov v kategórii Seriály, ktoré práve letia","depth":8,"bounds":{"left":0.95625,"top":0.7922222,"width":0.034027778,"height":0.2077778},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Top 10 filmov dnes","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"Číslo 1: G20. 1 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul G20","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Číslo 2: Tvorca. 2 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Tvorca","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Číslo 3: Nie, nie. 3 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Nie, nie","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Číslo 4: Zrod Harryho: čo sa skrýva za mágiou?. 4 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Zrod Harryho: čo sa skrýva za mágiou?","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Číslo 5: Veľká odvážna nádherná cesta. 5 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Veľká odvážna nádherná cesta","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Číslo 6: Ty, ja a ona. 6 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Číslo 7: Holland. 7 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Číslo 8: Impérium. 8 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Číslo 9: Vražda hrou. 9 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Číslo 10: E.T. – Mimozemšťan. 10 z 10","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Viac titulov v kategórii Top 10 filmov dnes","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Pokračovať v pozeraní","depth":7,"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Pokračovať v pozeraní","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Viac titulov v kategórii Pokračovať v pozeraní","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Odporúčané pre vás","depth":7,"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Odporúčané pre vás","depth":8,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Viac titulov v kategórii Odporúčané pre vás","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Vybrané","depth":7,"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Vybrané","depth":8,"help_text":"","role_description":"text"}]...
|
-7180653168978667017
|
2793615061887613014
|
visual_change
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Preskočiť na hlavný obsah
Preskočiť na hlavný obsah
Prezerať audiokomentár
Prezerať audiokomentár
Domovská stránka služby H B O Max
Domov
Domov
Seriály
Seriály
Filmy
Filmy
H B O
Šport
Šport
Hľadať
Moje tituly
Ponuky Profil a Nastavenia. Profil používateľa Lukáš.. Avatar: Meerkat from Crikey! It's the Irwins
Eufória
Nová epizóda, Hodnotené: 16, 3 série, Žáner: Dráma
Niekoľko rokov po strednej škole sa začína písať nová kapitola. Pozrite si premiéru série už teraz.
Pozerať: Eufória, Séria 3, epizóda 1: Časť 1. 1 z 6
Pridať do Môjho zoznamu: Eufória
Nasledujúci titul
Seriály, ktoré práve letia
Seriály, ktoré práve letia
Hriešnici. 1 z 20
Ponuka pre titul Hriešnici
How the Universe Works. 2 z 20
Ponuka pre titul How the Universe Works
Černobyľ. 3 z 20
Ponuka pre titul Černobyľ
Pluk mizerov. 4 z 20
Ponuka pre titul Pluk mizerov
Newsroom. 5 z 20
Ponuka pre titul Newsroom
Eufória. 6 z 20. Nová epizóda
Ponuka pre titul Eufória
Teória veľkého tresku. 7 z 20
NASA's Unexplained Files. 8 z 20
Priatelia. 9 z 20
Rytier siedmich kráľovstiev. 10 z 20
Mentalista. 11 z 20
Zo Zeme na Mesiac. 12 z 20
Bratstvo neohrozených. 13 z 20
Hra o tróny. 14 z 20
Dva a pol chlapa. 15 z 20
Rick a Morty. 16 z 20
Kohút. 17 z 20. Nová epizóda
Upírske denníky. 18 z 20
Doktorka. 19 z 20. Nová epizóda
Pitt. 20 z 20. Nová epizóda
Viac titulov v kategórii Seriály, ktoré práve letia
Top 10 filmov dnes
Číslo 1: G20. 1 z 10
Ponuka pre titul G20
Číslo 2: Tvorca. 2 z 10
Ponuka pre titul Tvorca
Číslo 3: Nie, nie. 3 z 10
Ponuka pre titul Nie, nie
Číslo 4: Zrod Harryho: čo sa skrýva za mágiou?. 4 z 10
Ponuka pre titul Zrod Harryho: čo sa skrýva za mágiou?
Číslo 5: Veľká odvážna nádherná cesta. 5 z 10
Ponuka pre titul Veľká odvážna nádherná cesta
Číslo 6: Ty, ja a ona. 6 z 10
Číslo 7: Holland. 7 z 10
Číslo 8: Impérium. 8 z 10
Číslo 9: Vražda hrou. 9 z 10
Číslo 10: E.T. – Mimozemšťan. 10 z 10
Viac titulov v kategórii Top 10 filmov dnes
Pokračovať v pozeraní
Pokračovať v pozeraní
Viac titulov v kategórii Pokračovať v pozeraní
Odporúčané pre vás
Odporúčané pre vás
Viac titulov v kategórii Odporúčané pre vás
Vybrané
Vybrané...
|
7659
|
|
7662
|
143
|
45
|
2026-04-13T16:15:51.779834+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096951779_m1.jpg...
|
Orion
|
Shameless • HBO Max
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Preskočiť na hlavný obsah
Preskočiť na hlavný obsah
Prezerať audiokomentár
Prezerať audiokomentár
Domovská stránka služby H B O Max
Domov
Domov
Seriály
Seriály
Filmy
Filmy
H B O
Šport
Šport
Hľadať
Moje tituly
Ponuky Profil a Nastavenia. Profil používateľa Lukáš.. Avatar: Meerkat from Crikey! It's the Irwins
Hriešnici
Hodnotené: 14, Sex, Jazyk, Omamné látky, Trvanie: 53 minút, Uvedené v roku 2014
Obnoviť Hriešnici Séria 4, epizóda 3: Časť 3, zostáva: 31 min
Reštartovať Hriešnici Séria 4, epizóda 3: Časť 3
Pridať do Môjho zoznamu: Hriešnici
Ohodnotiť tento seriál
Séria 4, epizóda 3: Časť 3
S4 E3: Časť 3
Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
Žánre: Komédia, Čierna komédia
Epizód
Séria 4
Predchádzajúce tituly
Pozerať znova: Séria 4, epizóda 1: Časť 1. 1 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Gallagherovci sa snažia ísť ďalej.
E1: Časť 1
54 min
2014
Gallagherovci sa snažia ísť ďalej.
Pozerať znova: Séria 4, epizóda 2: Časť 2. 2 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.
E2: Časť 2
48 min
2014
Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.
Pozerať Séria 4, epizóda 3: Časť 3. 3 z 12. Zostáva: 32 minút. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 53 minút. Uvedené v roku 2014. Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
E3: Časť 3
53 min
2014
Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
Ponuka pre epizódu 3: Časť 3
Séria 4, epizóda 4: Časť 4. 4 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Frank si vymyslí "nehodu", aby mohol zaplatiť za transplantáciu.
E4: Časť 4
55 min
2014
Frank si vymyslí "nehodu", aby mohol zaplatiť za transplantáciu.
Ponuka pre epizódu 4: Časť 4
Séria 4, epizóda 5: Časť 5. 5 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Robbie povie Mikeovi o svojom pomere s Fionou.
E5: Časť 5
50 min
2014
Robbie povie Mikeovi o svojom pomere s Fionou.
Ponuka pre epizódu 5: Časť 5
Séria 4, epizóda 6: Časť 6. 6 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Následky Liamovej nehody dostanú Fionu do väzenia.
E6: Časť 6
55 min
2014
Následky Liamovej nehody dostanú Fionu do väzenia.
Ponuka pre epizódu 6: Časť 6
Séria 4, epizóda 7: Časť 7. 7 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 49 minút. Uvedené v roku 2014. Lip robí všetko pre to, aby rodinu udržal pohromade.
E7: Časť 7
49 min
2014
Lip robí všetko pre to, aby rodinu udržal pohromade.
Séria 4, epizóda 8: Časť 8. 8 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Ian sa konečne vracia domov.
E8: Časť 8
54 min
2014
Ian sa konečne vracia domov.
Séria 4, epizóda 9: Časť 9. 9 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 52 minút. Uvedené v roku 2014. Carl sa zoznámi s problémovou dievčinou menom Bonnie.
E9: Časť 9
52 min
2014
Carl sa zoznámi s problémovou dievčinou menom Bonnie.
Séria 4, epizóda 10: Časť 10. 10 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Fiona poruší podmienku.
E10: Časť 10
50 min
2014
Fiona poruší podmienku.
Séria 4, epizóda 11: Časť 11. 11 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Fiona je poslaná do nápravného zariadenia.
E11: Časť 11
48 min
2014
Fiona je poslaná do nápravného zariadenia.
Séria 4, epizóda 12: Časť 12. 12 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Frank sa začína zotavovať a cíti sa ako predtým.
E12: Časť 12
54 min
2014
Frank sa začína zotavovať a cíti sa ako predtým.
Nasledujúce tituly
Tiež by sa vám mohlo páčiť
Tiež by sa vám mohlo páčiť
Dva a pol chlapa. Riadok 1 z 5, stĺpec 1 z 6
Ponuka pre titul Dva a pol chlapa
Teória veľkého tresku. Riadok 1 z 5, stĺpec 2 z 6
Ponuka pre titul Teória veľkého tresku
Rick a Morty. Riadok 1 z 5, stĺpec 3 z 6
Ponuka pre titul Rick a Morty
Prvé manželstvo Georgieho a Mandy. Riadok 1 z 5, stĺpec 4 z 6. Nová epizóda
Ponuka pre titul Prvé manželstvo Georgieho a Mandy
Živí mŕtvi. Riadok 1 z 5, stĺpec 5 z 6
Ponuka pre titul Živí mŕtvi
Hrozba z temnoty. Riadok 1 z 5, stĺpec 6 z 6
Ponuka pre titul Hrozba z temnoty
Gossip Girl. Riadok 2 z 5, stĺpec 1 z 6
Upírske denníky. Riadok 2 z 5, stĺpec 2 z 6
Mladý Sheldon. Riadok 2 z 5, stĺpec 3 z 6
The Originals. Riadok 2 z 5, stĺpec 4 z 6
Pán Nakladačka. Riadok 2 z 5, stĺpec 5 z 6
Stále v kurze. Riadok 2 z 5, stĺpec 6 z 6. Nová epizóda
Girls. Riadok 3 z 5, stĺpec 1 z 6
Barry. Riadok 3 z 5, stĺpec 2 z 6
Roztomilé mrchy. Riadok 3 z 5, stĺpec 3 z 6
Silicon Valley. Riadok 3 z 5, stĺpec 4 z 6
Sexuálny život vysokoškoláčok. Riadok 3 z 5, stĺpec 5 z 6
Hung - Na veľkosti záleží. Riadok 3 z 5, stĺpec 6 z 6
Boj o riaditeľňu. Riadok 4 z 5, stĺpec 1 z 6
Biely lotos. Riadok 4 z 5, stĺpec 2 z 6
John Oliver: Čo týždeň dal a vzal. Riadok 4 z 5, stĺpec 3 z 6
Hore a dole. Riadok 4 z 5, stĺpec 4 z 6
Hráči. Riadok 4 z 5, stĺpec 5 z 6
Moje nové Ja. Riadok 4 z 5, stĺpec 6 z 6
Viceprezident(ka). Riadok 5 z 5, stĺpec 1 z 6
V mene nášho Pána. Riadok 5 z 5, stĺpec 2 z 6
Čo robíme v temnotách. Riadok 5 z 5, stĺpec 3 z 6
Vo štvorici. Riadok 5 z 5, stĺpec 4 z 6
21 Jump street. Riadok 5 z 5, stĺpec 5 z 6
Normálka. Riadok 5 z 5, stĺpec 6 z 6
H B O Max You tube (otvorí sa na novej karte), 1 z 12
H B O Max x (otvorí sa na novej karte), 2 z 12
H B O Max Instagram (otvorí sa na novej karte), 3 z 12
H B O Max Tik Tok (otvorí sa na novej karte), 4 z 12
Prístupnosť (otvorí sa na novej karte), 5 z 12
Prístupnosť
Zvukový popis, 6 z 12
Zvukový popis
Zásady ochrany súkromia (otvorí sa na novej karte), 7 z 12
Zásady ochrany súkromia
Podmienky používania (otvorí sa na novej karte), 8 z 12
Podmienky používania
Spravovať cookies (otvorí sa na novej karte), 9 z 12
Spravovať cookies
Informácie (otvorí sa na novej karte), 10 z 12
Informácie
Informácie o spoločnosti (otvorí sa na novej karte), 11 z 12
Informácie o spoločnosti
Pomoc (otvorí sa na novej karte), 12 z 12
Pomoc
© 2026 HBO Europe s.r.o. Max and related elements are property of Home Box Office, Inc. All Rights Reserved.
Hriešnici
https://play.hbomax.com/show/06f986dd-dd6a-4596-9a0a-f473ef99c64b
(110) How to End American Power || Peter Zeihan - YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Shameless • HBO Max
close tab...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXLink","text":"Preskočiť na hlavný obsah","depth":6,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Preskočiť na hlavný obsah","depth":7,"bounds":{"left":0.21805556,"top":0.0,"width":0.16458334,"height":0.026666667},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Prezerať audiokomentár","depth":6,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Prezerať audiokomentár","depth":7,"bounds":{"left":0.4375,"top":0.0,"width":0.15347221,"height":0.026666667},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Domovská stránka služby H B O Max","depth":7,"bounds":{"left":0.19791667,"top":0.13555555,"width":0.036805555,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Domov","depth":7,"bounds":{"left":0.4138889,"top":0.13555555,"width":0.050694443,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Domov","depth":8,"bounds":{"left":0.41666666,"top":0.14444445,"width":0.045138888,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Seriály","depth":7,"bounds":{"left":0.48055556,"top":0.13555555,"width":0.049305554,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Seriály","depth":8,"bounds":{"left":0.48333332,"top":0.14444445,"width":0.04375,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Filmy","depth":7,"bounds":{"left":0.54583335,"top":0.13555555,"width":0.04027778,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Filmy","depth":8,"bounds":{"left":0.5486111,"top":0.14444445,"width":0.034722224,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"H B O","depth":7,"bounds":{"left":0.6020833,"top":0.13555555,"width":0.03125,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Šport","depth":7,"bounds":{"left":0.6493056,"top":0.13555555,"width":0.04027778,"height":0.05111111},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Šport","depth":8,"bounds":{"left":0.65208334,"top":0.14444445,"width":0.034722224,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Hľadať","depth":7,"bounds":{"left":0.8666667,"top":0.1411111,"width":0.027777778,"height":0.04},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Moje tituly","depth":7,"bounds":{"left":0.9027778,"top":0.1411111,"width":0.027777778,"height":0.04},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuky Profil a Nastavenia. Profil používateľa Lukáš.. Avatar: Meerkat from Crikey! It's the Irwins","depth":7,"bounds":{"left":0.9444444,"top":0.14333333,"width":0.022222223,"height":0.035555556},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Hriešnici","depth":7,"bounds":{"left":0.20069444,"top":0.4911111,"width":0.24791667,"height":0.13333334},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Hodnotené: 14, Sex, Jazyk, Omamné látky, Trvanie: 53 minút, Uvedené v roku 2014","depth":8,"bounds":{"left":0.20069444,"top":0.56666666,"width":0.79930556,"height":0.15222222},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Obnoviť Hriešnici Séria 4, epizóda 3: Časť 3, zostáva: 31 min","depth":7,"bounds":{"left":0.20069444,"top":0.6844444,"width":0.18333334,"height":0.05888889},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Reštartovať Hriešnici Séria 4, epizóda 3: Časť 3","depth":7,"bounds":{"left":0.39444444,"top":0.6844444,"width":0.18402778,"height":0.05888889},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Pridať do Môjho zoznamu: Hriešnici","depth":7,"bounds":{"left":0.20069444,"top":0.7688889,"width":0.057638887,"height":0.06666667},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ohodnotiť tento seriál","depth":7,"bounds":{"left":0.26944444,"top":0.7688889,"width":0.052083332,"height":0.06666667},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Séria 4, epizóda 3: Časť 3","depth":7,"bounds":{"left":0.20069444,"top":0.86,"width":0.3951389,"height":0.027777778},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"S4 E3: Časť 3","depth":8,"bounds":{"left":0.20069444,"top":0.86,"width":0.07777778,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.","depth":8,"bounds":{"left":0.20069444,"top":0.89444447,"width":0.3951389,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Žánre: Komédia, Čierna komédia","depth":8,"bounds":{"left":0.20069444,"top":0.9177778,"width":0.79930556,"height":0.08222222},"help_text":"","role_description":"text"},{"role":"AXRadioButton","text":"Epizód","depth":8,"bounds":{"left":0.20069444,"top":0.9766667,"width":0.04097222,"height":0.023333311},"help_text":"","placeholder":"","role_description":"tab","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXPopUpButton","text":"Séria 4","depth":8,"bounds":{"left":0.20069444,"top":1.0,"width":0.11111111,"height":-0.03888893},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Predchádzajúce tituly","depth":9,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Pozerať znova: Séria 4, epizóda 1: Časť 1. 1 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Gallagherovci sa snažia ísť ďalej.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E1: Časť 1","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"54 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Gallagherovci sa snažia ísť ďalej.","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Pozerať znova: Séria 4, epizóda 2: Časť 2. 2 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E2: Časť 2","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"48 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Pozerať Séria 4, epizóda 3: Časť 3. 3 z 12. Zostáva: 32 minút. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 53 minút. Uvedené v roku 2014. Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E3: Časť 3","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"53 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.","depth":10,"help_text":"","role_description":"text"},{"role":"AXPopUpButton","text":"Ponuka pre epizódu 3: Časť 3","depth":9,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 4: Časť 4. 4 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Frank si vymyslí \"nehodu\", aby mohol zaplatiť za transplantáciu.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E4: Časť 4","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"55 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Frank si vymyslí \"nehodu\", aby mohol zaplatiť za transplantáciu.","depth":10,"help_text":"","role_description":"text"},{"role":"AXPopUpButton","text":"Ponuka pre epizódu 4: Časť 4","depth":9,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 5: Časť 5. 5 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Robbie povie Mikeovi o svojom pomere s Fionou.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E5: Časť 5","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"50 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Robbie povie Mikeovi o svojom pomere s Fionou.","depth":10,"help_text":"","role_description":"text"},{"role":"AXPopUpButton","text":"Ponuka pre epizódu 5: Časť 5","depth":9,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 6: Časť 6. 6 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Následky Liamovej nehody dostanú Fionu do väzenia.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E6: Časť 6","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"55 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Následky Liamovej nehody dostanú Fionu do väzenia.","depth":10,"help_text":"","role_description":"text"},{"role":"AXPopUpButton","text":"Ponuka pre epizódu 6: Časť 6","depth":9,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Séria 4, epizóda 7: Časť 7. 7 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 49 minút. Uvedené v roku 2014. Lip robí všetko pre to, aby rodinu udržal pohromade.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E7: Časť 7","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"49 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Lip robí všetko pre to, aby rodinu udržal pohromade.","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Séria 4, epizóda 8: Časť 8. 8 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Ian sa konečne vracia domov.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E8: Časť 8","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"54 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Ian sa konečne vracia domov.","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Séria 4, epizóda 9: Časť 9. 9 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 52 minút. Uvedené v roku 2014. Carl sa zoznámi s problémovou dievčinou menom Bonnie.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E9: Časť 9","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"52 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Carl sa zoznámi s problémovou dievčinou menom Bonnie.","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Séria 4, epizóda 10: Časť 10. 10 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Fiona poruší podmienku.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E10: Časť 10","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"50 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Fiona poruší podmienku.","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Séria 4, epizóda 11: Časť 11. 11 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Fiona je poslaná do nápravného zariadenia.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E11: Časť 11","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"48 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Fiona je poslaná do nápravného zariadenia.","depth":10,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Séria 4, epizóda 12: Časť 12. 12 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Frank sa začína zotavovať a cíti sa ako predtým.","depth":9,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"E12: Časť 12","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"54 min","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"2014","depth":10,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Frank sa začína zotavovať a cíti sa ako predtým.","depth":10,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Nasledujúce tituly","depth":9,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Tiež by sa vám mohlo páčiť","depth":7,"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Tiež by sa vám mohlo páčiť","depth":8,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Dva a pol chlapa. Riadok 1 z 5, stĺpec 1 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Dva a pol chlapa","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Teória veľkého tresku. Riadok 1 z 5, stĺpec 2 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Teória veľkého tresku","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Rick a Morty. Riadok 1 z 5, stĺpec 3 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Rick a Morty","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Prvé manželstvo Georgieho a Mandy. Riadok 1 z 5, stĺpec 4 z 6. Nová epizóda","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Prvé manželstvo Georgieho a Mandy","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Živí mŕtvi. Riadok 1 z 5, stĺpec 5 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Živí mŕtvi","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Hrozba z temnoty. Riadok 1 z 5, stĺpec 6 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka pre titul Hrozba z temnoty","depth":8,"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Gossip Girl. Riadok 2 z 5, stĺpec 1 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Upírske denníky. Riadok 2 z 5, stĺpec 2 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Mladý Sheldon. Riadok 2 z 5, stĺpec 3 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"The Originals. Riadok 2 z 5, stĺpec 4 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Pán Nakladačka. Riadok 2 z 5, stĺpec 5 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Stále v kurze. Riadok 2 z 5, stĺpec 6 z 6. Nová epizóda","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Girls. Riadok 3 z 5, stĺpec 1 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Barry. Riadok 3 z 5, stĺpec 2 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Roztomilé mrchy. Riadok 3 z 5, stĺpec 3 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Silicon Valley. Riadok 3 z 5, stĺpec 4 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Sexuálny život vysokoškoláčok. Riadok 3 z 5, stĺpec 5 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Hung - Na veľkosti záleží. Riadok 3 z 5, stĺpec 6 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Boj o riaditeľňu. Riadok 4 z 5, stĺpec 1 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Biely lotos. Riadok 4 z 5, stĺpec 2 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"John Oliver: Čo týždeň dal a vzal. Riadok 4 z 5, stĺpec 3 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Hore a dole. Riadok 4 z 5, stĺpec 4 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Hráči. Riadok 4 z 5, stĺpec 5 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Moje nové Ja. Riadok 4 z 5, stĺpec 6 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Viceprezident(ka). Riadok 5 z 5, stĺpec 1 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"V mene nášho Pána. Riadok 5 z 5, stĺpec 2 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Čo robíme v temnotách. Riadok 5 z 5, stĺpec 3 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Vo štvorici. Riadok 5 z 5, stĺpec 4 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"21 Jump street. Riadok 5 z 5, stĺpec 5 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Normálka. Riadok 5 z 5, stĺpec 6 z 6","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"H B O Max You tube (otvorí sa na novej karte), 1 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"H B O Max x (otvorí sa na novej karte), 2 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"H B O Max Instagram (otvorí sa na novej karte), 3 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"H B O Max Tik Tok (otvorí sa na novej karte), 4 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Prístupnosť (otvorí sa na novej karte), 5 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Prístupnosť","depth":8,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Zvukový popis, 6 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Zvukový popis","depth":8,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Zásady ochrany súkromia (otvorí sa na novej karte), 7 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Zásady ochrany súkromia","depth":8,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Podmienky používania (otvorí sa na novej karte), 8 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Podmienky používania","depth":8,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Spravovať cookies (otvorí sa na novej karte), 9 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Spravovať cookies","depth":8,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Informácie (otvorí sa na novej karte), 10 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Informácie","depth":8,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Informácie o spoločnosti (otvorí sa na novej karte), 11 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Informácie o spoločnosti","depth":8,"help_text":"","role_description":"text"},{"role":"AXLink","text":"Pomoc (otvorí sa na novej karte), 12 z 12","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Pomoc","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"© 2026 HBO Europe s.r.o. Max and related elements are property of Home Box Office, Inc. All Rights Reserved.","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Hriešnici","depth":7,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"https://play.hbomax.com/show/06f986dd-dd6a-4596-9a0a-f473ef99c64b","depth":2,"bounds":{"left":0.1736111,"top":0.97444445,"width":0.2986111,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"(110) How to End American Power || Peter Zeihan - YouTube","depth":5,"bounds":{"left":0.1625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.16944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Google One","depth":5,"bounds":{"left":0.32916668,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.3361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.49583334,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.50277776,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Portainer","depth":5,"bounds":{"left":0.6625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.66944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Shameless • HBO Max","depth":5,"bounds":{"left":0.82916665,"top":0.08555555,"width":0.17083335,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.8361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false}]...
|
-6105076612685450599
|
7402929363538876202
|
visual_change
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Preskočiť na hlavný obsah
Preskočiť na hlavný obsah
Prezerať audiokomentár
Prezerať audiokomentár
Domovská stránka služby H B O Max
Domov
Domov
Seriály
Seriály
Filmy
Filmy
H B O
Šport
Šport
Hľadať
Moje tituly
Ponuky Profil a Nastavenia. Profil používateľa Lukáš.. Avatar: Meerkat from Crikey! It's the Irwins
Hriešnici
Hodnotené: 14, Sex, Jazyk, Omamné látky, Trvanie: 53 minút, Uvedené v roku 2014
Obnoviť Hriešnici Séria 4, epizóda 3: Časť 3, zostáva: 31 min
Reštartovať Hriešnici Séria 4, epizóda 3: Časť 3
Pridať do Môjho zoznamu: Hriešnici
Ohodnotiť tento seriál
Séria 4, epizóda 3: Časť 3
S4 E3: Časť 3
Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
Žánre: Komédia, Čierna komédia
Epizód
Séria 4
Predchádzajúce tituly
Pozerať znova: Séria 4, epizóda 1: Časť 1. 1 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Gallagherovci sa snažia ísť ďalej.
E1: Časť 1
54 min
2014
Gallagherovci sa snažia ísť ďalej.
Pozerať znova: Séria 4, epizóda 2: Časť 2. 2 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.
E2: Časť 2
48 min
2014
Keď Fiona odmietne darovať pečeň, musí sa Frank poobzerať inde.
Pozerať Séria 4, epizóda 3: Časť 3. 3 z 12. Zostáva: 32 minút. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 53 minút. Uvedené v roku 2014. Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
E3: Časť 3
53 min
2014
Fiona a Mikeov drogovo závislý brat Robbie spolu dobre vychádzajú.
Ponuka pre epizódu 3: Časť 3
Séria 4, epizóda 4: Časť 4. 4 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Frank si vymyslí "nehodu", aby mohol zaplatiť za transplantáciu.
E4: Časť 4
55 min
2014
Frank si vymyslí "nehodu", aby mohol zaplatiť za transplantáciu.
Ponuka pre epizódu 4: Časť 4
Séria 4, epizóda 5: Časť 5. 5 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Robbie povie Mikeovi o svojom pomere s Fionou.
E5: Časť 5
50 min
2014
Robbie povie Mikeovi o svojom pomere s Fionou.
Ponuka pre epizódu 5: Časť 5
Séria 4, epizóda 6: Časť 6. 6 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 55 minút. Uvedené v roku 2014. Následky Liamovej nehody dostanú Fionu do väzenia.
E6: Časť 6
55 min
2014
Následky Liamovej nehody dostanú Fionu do väzenia.
Ponuka pre epizódu 6: Časť 6
Séria 4, epizóda 7: Časť 7. 7 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 49 minút. Uvedené v roku 2014. Lip robí všetko pre to, aby rodinu udržal pohromade.
E7: Časť 7
49 min
2014
Lip robí všetko pre to, aby rodinu udržal pohromade.
Séria 4, epizóda 8: Časť 8. 8 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Ian sa konečne vracia domov.
E8: Časť 8
54 min
2014
Ian sa konečne vracia domov.
Séria 4, epizóda 9: Časť 9. 9 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 52 minút. Uvedené v roku 2014. Carl sa zoznámi s problémovou dievčinou menom Bonnie.
E9: Časť 9
52 min
2014
Carl sa zoznámi s problémovou dievčinou menom Bonnie.
Séria 4, epizóda 10: Časť 10. 10 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 50 minút. Uvedené v roku 2014. Fiona poruší podmienku.
E10: Časť 10
50 min
2014
Fiona poruší podmienku.
Séria 4, epizóda 11: Časť 11. 11 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 48 minút. Uvedené v roku 2014. Fiona je poslaná do nápravného zariadenia.
E11: Časť 11
48 min
2014
Fiona je poslaná do nápravného zariadenia.
Séria 4, epizóda 12: Časť 12. 12 z 12. Hodnotené: 14, Sex, Jazyk, Omamné látky. Trvanie: 54 minút. Uvedené v roku 2014. Frank sa začína zotavovať a cíti sa ako predtým.
E12: Časť 12
54 min
2014
Frank sa začína zotavovať a cíti sa ako predtým.
Nasledujúce tituly
Tiež by sa vám mohlo páčiť
Tiež by sa vám mohlo páčiť
Dva a pol chlapa. Riadok 1 z 5, stĺpec 1 z 6
Ponuka pre titul Dva a pol chlapa
Teória veľkého tresku. Riadok 1 z 5, stĺpec 2 z 6
Ponuka pre titul Teória veľkého tresku
Rick a Morty. Riadok 1 z 5, stĺpec 3 z 6
Ponuka pre titul Rick a Morty
Prvé manželstvo Georgieho a Mandy. Riadok 1 z 5, stĺpec 4 z 6. Nová epizóda
Ponuka pre titul Prvé manželstvo Georgieho a Mandy
Živí mŕtvi. Riadok 1 z 5, stĺpec 5 z 6
Ponuka pre titul Živí mŕtvi
Hrozba z temnoty. Riadok 1 z 5, stĺpec 6 z 6
Ponuka pre titul Hrozba z temnoty
Gossip Girl. Riadok 2 z 5, stĺpec 1 z 6
Upírske denníky. Riadok 2 z 5, stĺpec 2 z 6
Mladý Sheldon. Riadok 2 z 5, stĺpec 3 z 6
The Originals. Riadok 2 z 5, stĺpec 4 z 6
Pán Nakladačka. Riadok 2 z 5, stĺpec 5 z 6
Stále v kurze. Riadok 2 z 5, stĺpec 6 z 6. Nová epizóda
Girls. Riadok 3 z 5, stĺpec 1 z 6
Barry. Riadok 3 z 5, stĺpec 2 z 6
Roztomilé mrchy. Riadok 3 z 5, stĺpec 3 z 6
Silicon Valley. Riadok 3 z 5, stĺpec 4 z 6
Sexuálny život vysokoškoláčok. Riadok 3 z 5, stĺpec 5 z 6
Hung - Na veľkosti záleží. Riadok 3 z 5, stĺpec 6 z 6
Boj o riaditeľňu. Riadok 4 z 5, stĺpec 1 z 6
Biely lotos. Riadok 4 z 5, stĺpec 2 z 6
John Oliver: Čo týždeň dal a vzal. Riadok 4 z 5, stĺpec 3 z 6
Hore a dole. Riadok 4 z 5, stĺpec 4 z 6
Hráči. Riadok 4 z 5, stĺpec 5 z 6
Moje nové Ja. Riadok 4 z 5, stĺpec 6 z 6
Viceprezident(ka). Riadok 5 z 5, stĺpec 1 z 6
V mene nášho Pána. Riadok 5 z 5, stĺpec 2 z 6
Čo robíme v temnotách. Riadok 5 z 5, stĺpec 3 z 6
Vo štvorici. Riadok 5 z 5, stĺpec 4 z 6
21 Jump street. Riadok 5 z 5, stĺpec 5 z 6
Normálka. Riadok 5 z 5, stĺpec 6 z 6
H B O Max You tube (otvorí sa na novej karte), 1 z 12
H B O Max x (otvorí sa na novej karte), 2 z 12
H B O Max Instagram (otvorí sa na novej karte), 3 z 12
H B O Max Tik Tok (otvorí sa na novej karte), 4 z 12
Prístupnosť (otvorí sa na novej karte), 5 z 12
Prístupnosť
Zvukový popis, 6 z 12
Zvukový popis
Zásady ochrany súkromia (otvorí sa na novej karte), 7 z 12
Zásady ochrany súkromia
Podmienky používania (otvorí sa na novej karte), 8 z 12
Podmienky používania
Spravovať cookies (otvorí sa na novej karte), 9 z 12
Spravovať cookies
Informácie (otvorí sa na novej karte), 10 z 12
Informácie
Informácie o spoločnosti (otvorí sa na novej karte), 11 z 12
Informácie o spoločnosti
Pomoc (otvorí sa na novej karte), 12 z 12
Pomoc
© 2026 HBO Europe s.r.o. Max and related elements are property of Home Box Office, Inc. All Rights Reserved.
Hriešnici
https://play.hbomax.com/show/06f986dd-dd6a-4596-9a0a-f473ef99c64b
(110) How to End American Power || Peter Zeihan - YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Shameless • HBO Max
close tab...
|
7661
|
|
7664
|
143
|
47
|
2026-04-13T16:15:54.820087+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096954820_m1.jpg...
|
Orion
|
Like Father, Like Daughter • HBO Max
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Like Father, Like Daughter
Like Father, Like Daughter
Váš účet streamuje na príliš veľa zariadeniach
Váš účet streamuje na príliš veľa zariadeniach
Ak chcete prehrať tento titul, zastavte streamovanie na inom zariadení a skúste to znova. Ak chcete viac informácií a tipov na riešenie problémov,
navštívte Centrum pomoci.
navštívte Centrum pomoci.
Ak nás budete kontaktovať v súvislosti s touto chybou, uveďte nasledujúci kód:
e069fff0-6699-418e-adf9-47ef9dc63cbc
Ukončiť prehrávanie
https://play.hbomax.com/show/06f986dd-dd6a-4596-9a0a-f473ef99c64b
(110) How to End American Power || Peter Zeihan - YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Like Father, Like Daughter • HBO Max
close tab...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXHeading","text":"Like Father, Like Daughter","depth":7,"bounds":{"left":0.16666667,"top":0.20444444,"width":0.00069444446,"height":0.0011111111},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Like Father, Like Daughter","depth":8,"bounds":{"left":0.16666667,"top":0.2,"width":0.2923611,"height":0.04777778},"help_text":"","role_description":"text"},{"role":"AXHeading","text":"Váš účet streamuje na príliš veľa zariadeniach","depth":10,"bounds":{"left":0.3888889,"top":0.35444444,"width":0.38958332,"height":0.09222222},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"Váš účet streamuje na príliš veľa zariadeniach","depth":11,"bounds":{"left":0.40208334,"top":0.35444444,"width":0.36319444,"height":0.09222222},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Ak chcete prehrať tento titul, zastavte streamovanie na inom zariadení a skúste to znova. Ak chcete viac informácií a tipov na riešenie problémov,","depth":11,"bounds":{"left":0.39930555,"top":0.46333334,"width":0.36875,"height":0.08},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"","depth":11,"bounds":{"left":0.5534722,"top":0.51666665,"width":0.004166667,"height":0.026666667},"help_text":"","role_description":"text"},{"role":"AXLink","text":"navštívte Centrum pomoci.","depth":11,"bounds":{"left":0.55694443,"top":0.51666665,"width":0.17222223,"height":0.026666667},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"navštívte Centrum pomoci.","depth":12,"bounds":{"left":0.55694443,"top":0.51666665,"width":0.17222223,"height":0.026666667},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Ak nás budete kontaktovať v súvislosti s touto chybou, uveďte nasledujúci kód:","depth":11,"bounds":{"left":0.39305556,"top":0.5555556,"width":0.38125,"height":0.04777778},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"e069fff0-6699-418e-adf9-47ef9dc63cbc","depth":10,"bounds":{"left":0.48125,"top":0.62,"width":0.2048611,"height":0.024444444},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Ukončiť prehrávanie","depth":10,"bounds":{"left":0.53055555,"top":0.6844444,"width":0.10625,"height":0.075555556},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://play.hbomax.com/show/06f986dd-dd6a-4596-9a0a-f473ef99c64b","depth":2,"bounds":{"left":0.1736111,"top":0.97444445,"width":0.2986111,"height":0.017777778},"role_description":"text"},{"role":"AXRadioButton","text":"(110) How to End American Power || Peter Zeihan - YouTube","depth":5,"bounds":{"left":0.1625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.16944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Google One","depth":5,"bounds":{"left":0.32916668,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.3361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":5,"bounds":{"left":0.49583334,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.50277776,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Portainer","depth":5,"bounds":{"left":0.6625,"top":0.08555555,"width":0.175,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.66944444,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":false,"is_focused":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":5,"bounds":{"left":0.82916665,"top":0.08555555,"width":0.17083335,"height":0.031111112},"role_description":"tab","subrole":"AXTabButton","is_focused":false},{"role":"AXButton","text":"close tab","depth":6,"bounds":{"left":0.8361111,"top":0.09222222,"width":0.011111111,"height":0.017777778},"role_description":"button","is_enabled":true,"is_focused":false}]...
|
-7475438656277960818
|
8871132085901816692
|
visual_change
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Like Father, Like Daughter
Like Father, Like Daughter
Váš účet streamuje na príliš veľa zariadeniach
Váš účet streamuje na príliš veľa zariadeniach
Ak chcete prehrať tento titul, zastavte streamovanie na inom zariadení a skúste to znova. Ak chcete viac informácií a tipov na riešenie problémov,
navštívte Centrum pomoci.
navštívte Centrum pomoci.
Ak nás budete kontaktovať v súvislosti s touto chybou, uveďte nasledujúci kód:
e069fff0-6699-418e-adf9-47ef9dc63cbc
Ukončiť prehrávanie
https://play.hbomax.com/show/06f986dd-dd6a-4596-9a0a-f473ef99c64b
(110) How to End American Power || Peter Zeihan - YouTube
close tab
Google One
close tab
DXP4800PLUS-B5F8
close tab
Portainer
close tab
Like Father, Like Daughter • HBO Max
close tab...
|
7663
|
|
7666
|
143
|
49
|
2026-04-13T16:15:57.864631+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096957864_m1.jpg...
|
Orion
|
(110) How to End American Power || Peter Zeihan - (110) How to End American Power || Peter Zeihan - YouTube...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
Vyhľadávať hlasom
Vytvoriť
Upozornenia
Ponuka účtu
Zobraziť karty
Klávesová skratka pre akciu Prehrávanie: k
Klávesová skratka pre akciu Stlmiť: m
0 min 1 s z 6 min 50 s
Automatické prehrávanie je zapnuté
Titulky alebo skryté titulky sú nedostupné
Nastavenia
Režim kina (t)
AirPlay
Celá obrazovka (f)
How to End American Power || Peter Zeihan
How to End American Power || Peter Zeihan
Zeihan on Geopolitics
Zeihan on Geopolitics
954 tis. odberateľov
Prihlásiť sa na odber kanála Zeihan on Geopolitics.
Označiť, že sa mi toto video páči, tak ako 14 306 ďalším osobám
Toto video sa mi nepáči
Zdieľať
Ďalšie akcie
370 tis. zhliadnutí
pred 4 dňami
#globalization
#globalization
#deglobalization
#deglobalization
#trade
#trade
Trump's latest statement telling countries to secure their own oil dismantles the very fabric of the global order. We'd be stepping away from the post-WWII system where the U.S. provided security for everyone, so economic growth could be the priority.
…
...viac
3 296 komentárov
3 296
komentárov
Zoradiť komentáre
Pridajte komentár…
@fairhavenpacific
@fairhavenpacific
@fairhavenpacific
@fairhavenpacific
pred 4 dňami (upravené)
pred 4 dňami (upravené)
In the current times, a week’s delay of video release might as well be a century
Označiť, že sa vám tento komentár páči, tak ako 947 ďalším ľuďom
947
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
31 odpovedí
@EJH_1138
@EJH_1138
@EJH_1138
@EJH_1138
pred 4 dňami
pred 4 dňami
This was 6 days ago... And so much has happened since.
Označiť, že sa vám tento komentár páči, tak ako 817 ďalším ľuďom
817
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
69 odpovedí
@datacc3719
@datacc3719
@datacc3719
@datacc3719
pred 4 dňami
pred 4 dňami
Maybe the real American power were all the "China/Russia will collapse in X years" we made along the way.
Označiť, že sa vám tento komentár páči, tak ako 11 ďalším ľuďom
11
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
@t1000tnt
@t1000tnt
@t1000tnt
@t1000tnt
pred 4 dňami
pred 4 dňami
If trump were a Russian agent, how would his policies be any different?
Označiť, že sa vám tento komentár páči, tak ako 1 tis. ďalším ľuďom
1 tis.
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
183 odpovedí
@cfc1001001cfc
@cfc1001001cfc
@cfc1001001cfc
@cfc1001001cfc
pred 4 dňami
pred 4 dňami
So we're bringing back the empire era of fighting countries...in an era of drones and nuclear weapons...what could possibly go wrong?
Označiť, že sa vám tento komentár páči, tak ako 312 ďalším ľuďom
312
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
25 odpovedí
@ivangaeta8141
@ivangaeta8141
@ivangaeta8141
@ivangaeta8141
pred 4 dňami
pred 4 dňami
I don’t understand how we can continue to fund a military that is global and size when we have a national debt that is busting at the seams and no one wants to help fund the national debt
Označiť, že sa vám tento komentár páči, tak ako 21 ďalším ľuďom
21
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
4 odpovede
@tkd2703
@tkd2703
@tkd2703
@tkd2703
pred 4 dňami
pred 4 dňami
"That is, quite possibly, the most Forking stupid thing we could do. And yet here.. here we are"
No truer words!!!!
Označiť, že sa vám tento komentár páči, tak ako 176 ďalším ľuďom
176
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
26 odpovedí
@let0atreides
@let0atreides
@let0atreides
@let0atreides
pred 4 dňami
pred 4 dňami
As a European, no need to cry and I think we should immediately address this fact. We should indeed finance our own defense capability and for that we should start by selling the 40% of all US Treasuries we hold. We should also stop buying US weapons and invest in our own internally. The decoupling has to go both ways. Is it ideal ? No, I think both parties will suffer differently, one more than the other possibly, but it is what it is.
Označiť, že sa vám tento komentár páči, tak ako 428 ďalším ľuďom
428
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
152 odpovedí
@SWBury
@SWBury
@SWBury
@SWBury
pred 4 dňami
pred 4 dňami
It's people who say "I don't look back, only forward" who are the ones who are dumbfounded when the empire falls. They all fall. Every single one.
Označiť, že sa vám tento komentár páči, tak ako 66 ďalším ľuďom
66
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
5 odpovedí
@BTLIS2001
@BTLIS2001
@BTLIS2001
@BTLIS2001
pred 4 dňami
pred 4 dňami
特朗普所做的一切都让独裁国家获得更大的国际舞台,荒诞
Preložiť do jazyka angličtina
Označiť, že sa vám tento komentár páči, tak ako 278 ďalším ľuďom
278
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
54 odpovedí
@geneharrogate6911
@geneharrogate6911
@geneharrogate6911
@geneharrogate6911
pred 4 dňami
pred 4 dňami
The winning is a gift that just keeps on giving.
Označiť, že sa vám tento komentár páči, tak ako 104 ďalším ľuďom
104
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
19 odpovedí
@snipesxiii9188
@snipesxiii9188
@snipesxiii9188
@snipesxiii9188
pred 2 dňami
pred 2 dňami
The type of content you make really doesnt work on a delayed release. I barely watch your videos anymore and I used to love checking in each day.
Označiť, že sa vám tento komentár páči, tak ako 34 ďalším ľuďom
34
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
6 odpovedí
@julonkrutor4649
@julonkrutor4649
@julonkrutor4649
@julonkrutor4649
pred 4 dňami
pred 4 dňami
And he forgot to say: While the US military is the strongest now - that is to a larg part because allies bought US weapons on mass. That reduces production and R&D cost by a lot. When (its no longer if) the allies stop buying US weapons the USA has to pay them all by itself. That leads to less weapons that cost more and are worse over time.
Označiť, že sa vám tento komentár páči, tak ako 307 ďalším ľuďom
307
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
124 odpovedí
@MagnumusPI
@MagnumusPI
@MagnumusPI
@MagnumusPI
pred 4 dňami
pred 4 dňami
It funny just how fast things change in today's world. Watching these videos that are filmed days ago, feels like years ago.
Označiť, že sa vám tento komentár páči, tak ako 13 ďalším ľuďom
13
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
@alohatraveler
@alohatraveler
@alohatraveler
@alohatraveler
pred 3 dňami
pred 3 dňami
This is officially the longest year ever
Označiť, že sa vám tento komentár páči, tak ako 6 ďalším ľuďom
6
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
@jaybryant4037
@jaybryant4037
@jaybryant4037
@jaybryant4037
pred 4 dňami
pred 4 dňami
The good and bad for Canada is we have a front row seat
Označiť, že sa vám tento komentár páči, tak ako 156 ďalším ľuďom
156
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
55 odpovedí
@clipperMG
@clipperMG
@clipperMG
@clipperMG
pred 4 dňami
pred 4 dňami
I sure would love to see you debate Victor Davis Hansen!
Označiť, že sa vám tento komentár páči, tak ako 48 ďalším ľuďom
48
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
7 odpovedí
@SeruraRenge11
@SeruraRenge11
@SeruraRenge11
@SeruraRenge11
pred 3 dňami...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"5 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"5 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXButton","text":"Sprievodca","depth":7,"bounds":{"left":0.18402778,"top":0.13444445,"width":0.016666668,"height":0.026666667},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Domovská stránka YouTube","depth":7,"bounds":{"left":0.20625,"top":0.11666667,"width":0.08541667,"height":0.062222224},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"BG","depth":7,"bounds":{"left":0.2847222,"top":0.13,"width":0.009722223,"height":0.012222222},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Preskočiť navigáciu","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hľadať","depth":11,"bounds":{"left":0.36944443,"top":0.13666667,"width":0.034027778,"height":0.022222223},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Search","depth":8,"bounds":{"left":0.72986114,"top":0.12555556,"width":0.044444446,"height":0.044444446},"help_text":"Hľadať","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Vyhľadávať hlasom","depth":8,"bounds":{"left":0.78541666,"top":0.12555556,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Vytvoriť","depth":7,"bounds":{"left":0.825,"top":0.12777779,"width":0.072916664,"height":0.04},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Upozornenia","depth":7,"bounds":{"left":0.90347224,"top":0.12555556,"width":0.027777778,"height":0.044444446},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Ponuka účtu","depth":7,"bounds":{"left":0.93680555,"top":0.12888889,"width":0.041666668,"height":0.037777778},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Zobraziť karty","depth":11,"bounds":{"left":0.6548611,"top":0.20111111,"width":0.025,"height":0.04},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Klávesová skratka pre akciu Prehrávanie: k","depth":10,"bounds":{"left":0.18680556,"top":0.5966667,"width":0.027777778,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Klávesová skratka pre akciu Stlmiť: m","depth":11,"bounds":{"left":0.22291666,"top":0.5966667,"width":0.027777778,"height":0.072222225},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"0 min 1 s z 6 min 50 s","depth":11,"bounds":{"left":0.28055555,"top":0.5966667,"width":0.047916666,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Automatické prehrávanie je zapnuté","depth":10,"bounds":{"left":0.47708333,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Titulky alebo skryté titulky sú nedostupné","depth":10,"bounds":{"left":0.5104167,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXPopUpButton","text":"Nastavenia","depth":10,"bounds":{"left":0.54375,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"pop up button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Režim kina (t)","depth":10,"bounds":{"left":0.57708335,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"AirPlay","depth":10,"bounds":{"left":0.61041665,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Celá obrazovka (f)","depth":10,"bounds":{"left":0.64375,"top":0.5966667,"width":0.033333335,"height":0.045555554},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"How to End American Power || Peter Zeihan","depth":7,"bounds":{"left":0.17847222,"top":0.66333336,"width":0.50972223,"height":0.032222223},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"How to End American Power || Peter Zeihan","depth":8,"bounds":{"left":0.17847222,"top":0.66555554,"width":0.27083334,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXLink","text":"Zeihan on Geopolitics","depth":7,"bounds":{"left":0.21458334,"top":0.70444447,"width":0.10902778,"height":0.025555555},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Zeihan on Geopolitics","depth":8,"bounds":{"left":0.21458334,"top":0.70555556,"width":0.108333334,"height":0.022222223},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"954 tis. odberateľov","depth":8,"bounds":{"left":0.21458334,"top":0.7311111,"width":0.07430556,"height":0.016666668},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Prihlásiť sa na odber kanála Zeihan on Geopolitics.","depth":7,"bounds":{"left":0.35069445,"top":0.70666665,"width":0.063194446,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Označiť, že sa mi toto video páči, tak ako 14 306 ďalším osobám","depth":7,"bounds":{"left":0.4798611,"top":0.70666665,"width":0.06666667,"height":0.04111111},"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Toto video sa mi nepáči","depth":7,"bounds":{"left":0.54583335,"top":0.70666665,"width":0.036805555,"height":0.04111111},"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Zdieľať","depth":7,"bounds":{"left":0.5875,"top":0.70666665,"width":0.07083333,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ďalšie akcie","depth":7,"bounds":{"left":0.6631944,"top":0.70666665,"width":0.025,"height":0.04111111},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"370 tis. zhliadnutí","depth":7,"bounds":{"left":0.18680556,"top":0.7788889,"width":0.07777778,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"pred 4 dňami","depth":7,"bounds":{"left":0.26875,"top":0.7788889,"width":0.057638887,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXLink","text":"#globalization","depth":7,"bounds":{"left":0.33055556,"top":0.77666664,"width":0.0625,"height":0.023333333},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"#globalization","depth":8,"bounds":{"left":0.33055556,"top":0.7788889,"width":0.0625,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXLink","text":"#deglobalization","depth":7,"bounds":{"left":0.39444444,"top":0.77666664,"width":0.07361111,"height":0.023333333},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"#deglobalization","depth":8,"bounds":{"left":0.39444444,"top":0.7788889,"width":0.07361111,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXLink","text":"#trade","depth":7,"bounds":{"left":0.46944445,"top":0.77666664,"width":0.029166667,"height":0.023333333},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"#trade","depth":8,"bounds":{"left":0.46944445,"top":0.7788889,"width":0.029166667,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Trump's latest statement telling countries to secure their own oil dismantles the very fabric of the global order. We'd be stepping away from the post-WWII system where the U.S. provided security for everyone, so economic growth could be the priority.","depth":8,"bounds":{"left":0.18680556,"top":0.8,"width":0.47708333,"height":0.064444445},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"","depth":8,"bounds":{"left":0.30625,"top":0.84555554,"width":0.0034722222,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"…","depth":8,"bounds":{"left":0.3090278,"top":0.84555554,"width":0.0069444445,"height":0.018888889},"help_text":"","role_description":"text"},{"role":"AXButton","text":"...viac","depth":7,"bounds":{"left":0.3090278,"top":0.8433333,"width":0.027777778,"height":0.023333333},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"3 296 komentárov","depth":7,"bounds":{"left":0.17847222,"top":0.90555555,"width":0.11319444,"height":0.032222223},"help_text":"","role_description":"heading"},{"role":"AXStaticText","text":"3 296","depth":8,"bounds":{"left":0.17847222,"top":0.9077778,"width":0.035416666,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"komentárov","depth":8,"bounds":{"left":0.21319444,"top":0.9077778,"width":0.07847222,"height":0.027777778},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Zoradiť komentáre","depth":8,"bounds":{"left":0.31319445,"top":0.90555555,"width":0.08611111,"height":0.027777778},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"Pridajte komentár…","depth":8,"bounds":{"left":0.20347223,"top":0.96555555,"width":0.083333336,"height":0.018888889},"value":"Pridajte komentár…","help_text":"","placeholder":"","role_description":"text field","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@fairhavenpacific","depth":8,"bounds":{"left":0.17847222,"top":1.0,"width":0.025,"height":-0.026666641},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@fairhavenpacific","depth":7,"bounds":{"left":0.21458334,"top":1.0,"width":0.07569444,"height":-0.026666641},"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@fairhavenpacific","depth":8,"bounds":{"left":0.21458334,"top":1.0,"width":0.072916664,"height":-0.026666641},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@fairhavenpacific","depth":9,"bounds":{"left":0.21458334,"top":1.0,"width":0.072916664,"height":-0.027777791},"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami (upravené)","depth":7,"bounds":{"left":0.28958333,"top":1.0,"width":0.09097222,"height":-0.026666641},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami (upravené)","depth":8,"bounds":{"left":0.28958333,"top":1.0,"width":0.09097222,"height":-0.02888894},"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"In the current times, a week’s delay of video release might as well be a century","depth":7,"bounds":{"left":0.21458334,"top":1.0,"width":0.3361111,"height":-0.053333282},"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 947 ďalším ľuďom","depth":7,"bounds":{"left":0.20902778,"top":1.0,"width":0.022222223,"height":-0.07777774},"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"947","depth":7,"bounds":{"left":0.23125,"top":1.0,"width":0.014583333,"height":-0.087777734},"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"bounds":{"left":0.25069445,"top":1.0,"width":0.022916667,"height":-0.07777774},"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"bounds":{"left":0.27847221,"top":1.0,"width":0.057638887,"height":-0.07777774},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"bounds":{"left":0.66041666,"top":1.0,"width":0.027777778,"height":-0.013333321},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"31 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@EJH_1138","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@EJH_1138","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@EJH_1138","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@EJH_1138","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"This was 6 days ago... And so much has happened since.","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 817 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"817","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"69 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@datacc3719","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@datacc3719","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@datacc3719","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@datacc3719","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"Maybe the real American power were all the \"China/Russia will collapse in X years\" we made along the way.","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 11 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"11","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@t1000tnt","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@t1000tnt","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@t1000tnt","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@t1000tnt","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"If trump were a Russian agent, how would his policies be any different?","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 1 tis. ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"1 tis.","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"183 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@cfc1001001cfc","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@cfc1001001cfc","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@cfc1001001cfc","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@cfc1001001cfc","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"So we're bringing back the empire era of fighting countries...in an era of drones and nuclear weapons...what could possibly go wrong?","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 312 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"312","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"25 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@ivangaeta8141","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@ivangaeta8141","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@ivangaeta8141","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@ivangaeta8141","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"I don’t understand how we can continue to fund a military that is global and size when we have a national debt that is busting at the seams and no one wants to help fund the national debt","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 21 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"21","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"4 odpovede","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@tkd2703","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@tkd2703","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@tkd2703","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@tkd2703","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"\"That is, quite possibly, the most Forking stupid thing we could do. And yet here.. here we are\"\nNo truer words!!!!","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 176 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"176","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"26 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@let0atreides","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@let0atreides","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@let0atreides","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@let0atreides","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"As a European, no need to cry and I think we should immediately address this fact. We should indeed finance our own defense capability and for that we should start by selling the 40% of all US Treasuries we hold. We should also stop buying US weapons and invest in our own internally. The decoupling has to go both ways. Is it ideal ? No, I think both parties will suffer differently, one more than the other possibly, but it is what it is.","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 428 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"428","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"152 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@SWBury","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@SWBury","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@SWBury","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@SWBury","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"It's people who say \"I don't look back, only forward\" who are the ones who are dumbfounded when the empire falls. They all fall. Every single one.","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 66 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"66","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"5 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@BTLIS2001","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@BTLIS2001","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@BTLIS2001","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@BTLIS2001","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"特朗普所做的一切都让独裁国家获得更大的国际舞台,荒诞","depth":7,"help_text":"","role_description":"text"},{"role":"AXButton","text":"Preložiť do jazyka angličtina","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 278 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"278","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"54 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@geneharrogate6911","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@geneharrogate6911","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@geneharrogate6911","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@geneharrogate6911","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"The winning is a gift that just keeps on giving.","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 104 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"104","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"19 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@snipesxiii9188","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@snipesxiii9188","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@snipesxiii9188","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@snipesxiii9188","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 2 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 2 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"The type of content you make really doesnt work on a delayed release. I barely watch your videos anymore and I used to love checking in each day.","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 34 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"34","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"6 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@julonkrutor4649","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@julonkrutor4649","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@julonkrutor4649","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@julonkrutor4649","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"And he forgot to say: While the US military is the strongest now - that is to a larg part because allies bought US weapons on mass. That reduces production and R&D cost by a lot. When (its no longer if) the allies stop buying US weapons the USA has to pay them all by itself. That leads to less weapons that cost more and are worse over time.","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 307 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"307","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"124 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@MagnumusPI","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@MagnumusPI","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@MagnumusPI","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@MagnumusPI","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"It funny just how fast things change in today's world. Watching these videos that are filmed days ago, feels like years ago.","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 13 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"13","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@alohatraveler","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@alohatraveler","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@alohatraveler","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@alohatraveler","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 3 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 3 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"This is officially the longest year ever","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 6 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"6","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@jaybryant4037","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@jaybryant4037","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@jaybryant4037","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@jaybryant4037","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"The good and bad for Canada is we have a front row seat","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 156 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"156","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"55 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@clipperMG","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@clipperMG","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@clipperMG","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@clipperMG","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 4 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"pred 4 dňami","depth":8,"help_text":"","role_description":"text"},{"role":"AXStaticText","text":"I sure would love to see you debate Victor Davis Hansen!","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Označiť, že sa vám tento komentár páči, tak ako 48 ďalším ľuďom","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"48","depth":7,"help_text":"","role_description":"text"},{"role":"AXCheckBox","text":"Tento komentár sa mi nepáči","depth":7,"help_text":"","placeholder":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Odpovedať","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Ponuka akcií","depth":7,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"7 odpovedí","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"@SeruraRenge11","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"@SeruraRenge11","depth":7,"help_text":"","role_description":"heading"},{"role":"AXLink","text":"@SeruraRenge11","depth":8,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"@SeruraRenge11","depth":9,"help_text":"","role_description":"text"},{"role":"AXLink","text":"pred 3 dňami","depth":7,"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-50897971960517350
|
4227894699781641139
|
visual_change
|
accessibility
|
NULL
|
5 Tabs
Tab Groups
Drag your tab groups here to sav 5 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
Vyhľadávať hlasom
Vytvoriť
Upozornenia
Ponuka účtu
Zobraziť karty
Klávesová skratka pre akciu Prehrávanie: k
Klávesová skratka pre akciu Stlmiť: m
0 min 1 s z 6 min 50 s
Automatické prehrávanie je zapnuté
Titulky alebo skryté titulky sú nedostupné
Nastavenia
Režim kina (t)
AirPlay
Celá obrazovka (f)
How to End American Power || Peter Zeihan
How to End American Power || Peter Zeihan
Zeihan on Geopolitics
Zeihan on Geopolitics
954 tis. odberateľov
Prihlásiť sa na odber kanála Zeihan on Geopolitics.
Označiť, že sa mi toto video páči, tak ako 14 306 ďalším osobám
Toto video sa mi nepáči
Zdieľať
Ďalšie akcie
370 tis. zhliadnutí
pred 4 dňami
#globalization
#globalization
#deglobalization
#deglobalization
#trade
#trade
Trump's latest statement telling countries to secure their own oil dismantles the very fabric of the global order. We'd be stepping away from the post-WWII system where the U.S. provided security for everyone, so economic growth could be the priority.
…
...viac
3 296 komentárov
3 296
komentárov
Zoradiť komentáre
Pridajte komentár…
@fairhavenpacific
@fairhavenpacific
@fairhavenpacific
@fairhavenpacific
pred 4 dňami (upravené)
pred 4 dňami (upravené)
In the current times, a week’s delay of video release might as well be a century
Označiť, že sa vám tento komentár páči, tak ako 947 ďalším ľuďom
947
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
31 odpovedí
@EJH_1138
@EJH_1138
@EJH_1138
@EJH_1138
pred 4 dňami
pred 4 dňami
This was 6 days ago... And so much has happened since.
Označiť, že sa vám tento komentár páči, tak ako 817 ďalším ľuďom
817
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
69 odpovedí
@datacc3719
@datacc3719
@datacc3719
@datacc3719
pred 4 dňami
pred 4 dňami
Maybe the real American power were all the "China/Russia will collapse in X years" we made along the way.
Označiť, že sa vám tento komentár páči, tak ako 11 ďalším ľuďom
11
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
@t1000tnt
@t1000tnt
@t1000tnt
@t1000tnt
pred 4 dňami
pred 4 dňami
If trump were a Russian agent, how would his policies be any different?
Označiť, že sa vám tento komentár páči, tak ako 1 tis. ďalším ľuďom
1 tis.
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
183 odpovedí
@cfc1001001cfc
@cfc1001001cfc
@cfc1001001cfc
@cfc1001001cfc
pred 4 dňami
pred 4 dňami
So we're bringing back the empire era of fighting countries...in an era of drones and nuclear weapons...what could possibly go wrong?
Označiť, že sa vám tento komentár páči, tak ako 312 ďalším ľuďom
312
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
25 odpovedí
@ivangaeta8141
@ivangaeta8141
@ivangaeta8141
@ivangaeta8141
pred 4 dňami
pred 4 dňami
I don’t understand how we can continue to fund a military that is global and size when we have a national debt that is busting at the seams and no one wants to help fund the national debt
Označiť, že sa vám tento komentár páči, tak ako 21 ďalším ľuďom
21
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
4 odpovede
@tkd2703
@tkd2703
@tkd2703
@tkd2703
pred 4 dňami
pred 4 dňami
"That is, quite possibly, the most Forking stupid thing we could do. And yet here.. here we are"
No truer words!!!!
Označiť, že sa vám tento komentár páči, tak ako 176 ďalším ľuďom
176
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
26 odpovedí
@let0atreides
@let0atreides
@let0atreides
@let0atreides
pred 4 dňami
pred 4 dňami
As a European, no need to cry and I think we should immediately address this fact. We should indeed finance our own defense capability and for that we should start by selling the 40% of all US Treasuries we hold. We should also stop buying US weapons and invest in our own internally. The decoupling has to go both ways. Is it ideal ? No, I think both parties will suffer differently, one more than the other possibly, but it is what it is.
Označiť, že sa vám tento komentár páči, tak ako 428 ďalším ľuďom
428
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
152 odpovedí
@SWBury
@SWBury
@SWBury
@SWBury
pred 4 dňami
pred 4 dňami
It's people who say "I don't look back, only forward" who are the ones who are dumbfounded when the empire falls. They all fall. Every single one.
Označiť, že sa vám tento komentár páči, tak ako 66 ďalším ľuďom
66
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
5 odpovedí
@BTLIS2001
@BTLIS2001
@BTLIS2001
@BTLIS2001
pred 4 dňami
pred 4 dňami
特朗普所做的一切都让独裁国家获得更大的国际舞台,荒诞
Preložiť do jazyka angličtina
Označiť, že sa vám tento komentár páči, tak ako 278 ďalším ľuďom
278
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
54 odpovedí
@geneharrogate6911
@geneharrogate6911
@geneharrogate6911
@geneharrogate6911
pred 4 dňami
pred 4 dňami
The winning is a gift that just keeps on giving.
Označiť, že sa vám tento komentár páči, tak ako 104 ďalším ľuďom
104
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
19 odpovedí
@snipesxiii9188
@snipesxiii9188
@snipesxiii9188
@snipesxiii9188
pred 2 dňami
pred 2 dňami
The type of content you make really doesnt work on a delayed release. I barely watch your videos anymore and I used to love checking in each day.
Označiť, že sa vám tento komentár páči, tak ako 34 ďalším ľuďom
34
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
6 odpovedí
@julonkrutor4649
@julonkrutor4649
@julonkrutor4649
@julonkrutor4649
pred 4 dňami
pred 4 dňami
And he forgot to say: While the US military is the strongest now - that is to a larg part because allies bought US weapons on mass. That reduces production and R&D cost by a lot. When (its no longer if) the allies stop buying US weapons the USA has to pay them all by itself. That leads to less weapons that cost more and are worse over time.
Označiť, že sa vám tento komentár páči, tak ako 307 ďalším ľuďom
307
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
124 odpovedí
@MagnumusPI
@MagnumusPI
@MagnumusPI
@MagnumusPI
pred 4 dňami
pred 4 dňami
It funny just how fast things change in today's world. Watching these videos that are filmed days ago, feels like years ago.
Označiť, že sa vám tento komentár páči, tak ako 13 ďalším ľuďom
13
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
@alohatraveler
@alohatraveler
@alohatraveler
@alohatraveler
pred 3 dňami
pred 3 dňami
This is officially the longest year ever
Označiť, že sa vám tento komentár páči, tak ako 6 ďalším ľuďom
6
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
@jaybryant4037
@jaybryant4037
@jaybryant4037
@jaybryant4037
pred 4 dňami
pred 4 dňami
The good and bad for Canada is we have a front row seat
Označiť, že sa vám tento komentár páči, tak ako 156 ďalším ľuďom
156
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
55 odpovedí
@clipperMG
@clipperMG
@clipperMG
@clipperMG
pred 4 dňami
pred 4 dňami
I sure would love to see you debate Victor Davis Hansen!
Označiť, že sa vám tento komentár páči, tak ako 48 ďalším ľuďom
48
Tento komentár sa mi nepáči
Odpovedať
Ponuka akcií
7 odpovedí
@SeruraRenge11
@SeruraRenge11
@SeruraRenge11
@SeruraRenge11
pred 3 dňami...
|
7665
|
|
7667
|
143
|
50
|
2026-04-13T16:16:03.154673+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096963154_m1.jpg...
|
Orion
|
(110) How to End American Power || Peter Zeihan - (110) How to End American Power || Peter Zeihan - YouTube...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
4 Tabs
Tab Groups
Drag your tab groups here to sav 4 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
https://www.youtube.com/...
|
[{"role":"AXTextField","text [{"role":"AXTextField","text":"4 Tabs","depth":7,"bounds":{"left":0.028472222,"top":0.094444446,"width":0.124305554,"height":0.017777778},"automation_id":"_NS:47","value":"4 Tabs","role_description":"text field","is_enabled":true,"is_focused":false},{"role":"AXStaticText","text":"Tab Groups","depth":7,"bounds":{"left":0.009722223,"top":0.13777778,"width":0.15694444,"height":0.015555556},"automation_id":"_NS:9","role_description":"text"},{"role":"AXStaticText","text":"Drag your tab groups here to save them for later and sync across all your devices.","depth":7,"bounds":{"left":0.009722223,"top":0.15777777,"width":0.14722222,"height":0.053333335},"role_description":"text"},{"role":"AXButton","text":"Sprievodca","depth":7,"bounds":{"left":0.18402778,"top":0.13444445,"width":0.016666668,"height":0.026666667},"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"Domovská stránka YouTube","depth":7,"bounds":{"left":0.20625,"top":0.11666667,"width":0.08541667,"height":0.062222224},"help_text":"","placeholder":"","role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"BG","depth":7,"bounds":{"left":0.2847222,"top":0.13,"width":0.009722223,"height":0.012222222},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Preskočiť navigáciu","depth":8,"help_text":"","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Hľadať","depth":11,"bounds":{"left":0.36944443,"top":0.13666667,"width":0.034027778,"height":0.022222223},"help_text":"","role_description":"text"},{"role":"AXButton","text":"Search","depth":8,"bounds":{"left":0.72986114,"top":0.12555556,"width":0.044444446,"height":0.044444446},"help_text":"Hľadať","placeholder":"","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"https://www.youtube.com/","depth":2,"bounds":{"left":0.1736111,"top":0.97444445,"width":0.10625,"height":0.017777778},"role_description":"text"}]...
|
4709922794161546665
|
-1103239242203791067
|
click
|
accessibility
|
NULL
|
4 Tabs
Tab Groups
Drag your tab groups here to sav 4 Tabs
Tab Groups
Drag your tab groups here to save them for later and sync across all your devices.
Sprievodca
Domovská stránka YouTube
BG
Preskočiť navigáciu
Hľadať
Search
https://www.youtube.com/...
|
NULL
|
|
7670
|
143
|
53
|
2026-04-13T16:16:12.971764+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096972971_m1.jpg...
|
Firefox
|
google maps timeline export - Google Search — Pers google maps timeline export - Google Search — Personal...
|
True
|
dennikn.sk/5273122/proeuropska-bublina-si-po-orban dennikn.sk/5273122/proeuropska-bublina-si-po-orbanovom-pade-vydychla-vitazna-tisza-vsak-moze-brusel-prekvapit/...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Proeurópska bublina si po Orbánovom páde vydýchla, Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
dennikn.sk
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Close tab
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Google Account: Lukáš Koválik ([EMAIL])
Main menu
New chat
Gemini
Temporary chat
PLUS
PLUS
Conversation with Gemini
Conversation with Gemini
Hi Lukáš
Where should we start?
Where should we start?
🖼️ Create image, button, tap to use tool
🖼️ Create image
🎸 Create music, button, tap to use tool
🎸 Create music
Create a video, button, tap to use tool
Create a video
Help me learn, button, tap to use tool
Help me learn
Write anything, button, tap to use tool
Write anything
Boost my day, button, tap to use tool
Boost my day
Ask Gemini
Ask Gemini
Open upload file menu
Tools
Open mode picker
Pro
Microphone
Summarize page
Summarize page
Skip to main content
Skip to main content
Accessibility help
Accessibility help
Accessibility feedback
Accessibility feedback
Go to Google Home
google maps timeline export
google maps timeline export
Clear
Search by voice
Search by image
Search
Google apps
Google Account: Lukáš Koválik ([EMAIL])
AI Mode
AI Mode
All
All
Images
Images
Videos
Videos
Forums
Forums
News
News
Web
Web
More filters
More
Tools
Tools
Add Free
Free
Add Reddit
Reddit
Add To Excel
To Excel
Add GPX
GPX
Add Ios
Ios
Add To KML
To KML
Add Android
Android
Search Results
Search Results
AI Overview
AI Overview
About this result
Exporting Google Maps Timeline data is now primarily done on-device via Android settings, as location history has moved from cloud storage to local device storage
.
Navigate to
Settings > Location > Location services > Timeline
and tap "Export timeline data" to save a local JSON file
. This ensures you have a backup of your visited places and routes.
Google Help (+4) – View related links
Google Help
+4
How to Export Timeline Data
Android (On-Device):
Open Device
Settings
.
Tap
Location
>
Location Services
>
Timeline
.
Select
Export timeline data
.
Select a storage location and save as a JSON file.
Alternative Android Method:
Go to
Google Maps App
>
Account Circle
>
Your Timeline
>
Menu (three dots)
>
Export
.
Backup Method:
Turn on the "Backup" setting in
Your Timeline
to save data to the cloud.
Google Help (+4) – View related links
Important Information
Data Format:
The exported data is in a JSON format.
Processing Data:
For easier viewing, you may need a converter to turn the JSON into KML format
.
Third-Party Tools:
You can use
Free Google Maps Timeline Export to Excel
Free Google Maps Timeline Export to Excel
to visualize the data, or see
this GitHub repository
this GitHub repository
for conversion scripts.
Desktop Limitation:
As of 2025, Google Takeout may not contain current location history data.
For in-depth, user-driven, and detailed information about exporting timeline data, see
the Google Maps community thread
the Google Maps community thread
.
For in-depth, user-driven, and detailed information about exporting Google Maps timeline data on Android, see
the Reddit thread
the Reddit thread
.
For detailed instructions and tips on using a
Google Maps multi-day timeline
, please refer to the
Medium article
Medium article
.
View related links
Export timeline data. Opens in new tab.
Export timeline data
Dec 28, 2024 —
To export timeline data from Google Maps on an Android device, you can do the following: 1. Go to **Device settings** 2. Select **
About this result
Export Google Maps Timeline Data on Android : r/GoogleMaps. Opens in new tab.
Export Google Maps Timeline Data on Android : r/GoogleMaps
May 1, 2024 —
To export Google Maps timeline data on Android, you can do the following: 1. Go to **Settings** 2. Select **Location** 3. Select *
About this result
Free Google Maps Timeline Export to Excel - Chrome Web Store. Opens in new tab.
Free Google Maps Timeline Export to Excel - Chrome Web Store
This extension can be used for mileage tax deductions. The extension processes locally in your browser to ensure your privacy. Her...
About this result
Show all related links
Show all
Dive deeper in AI Mode
Dive deeper in AI Mode
AI can make mistakes, so double-check responses
Share...
|
[{"role":"AXStaticText","text& [{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dennikn.sk","depth":4,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Google Account: Lukáš Koválik (kovaliklukas@gmail.com)","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Main menu","depth":12,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New chat","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Gemini","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Temporary chat","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"PLUS","depth":11,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"PLUS","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Hi Lukáš","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Where should we start?","depth":22,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Where should we start?","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"🖼️ Create image, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"🖼️ Create image","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"🎸 Create music, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"🎸 Create music","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Create a video, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Create a video","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Help me learn, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Help me learn","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Write anything, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Write anything","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Boost my day, button, tap to use tool","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Boost my day","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextArea","text":"Ask Gemini","depth":20,"value":"Ask Gemini","help_text":"","role_description":"text entry area","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Ask Gemini","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open upload file menu","depth":20,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Tools","depth":18,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open mode picker","depth":20,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pro","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Microphone","depth":19,"role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Summarize page","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summarize page","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Skip to main content","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Skip to main content","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Accessibility help","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Accessibility help","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Accessibility feedback","depth":7,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Accessibility feedback","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Go to Google Home","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXComboBox","text":"google maps timeline export","depth":9,"value":"google maps timeline export","help_text":"","role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"google maps timeline export","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Clear","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search by voice","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search by image","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Google apps","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Google Account: Lukáš Koválik (kovaliklukas@gmail.com)","depth":8,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"AI Mode","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"AI Mode","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"All","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"All","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Images","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Images","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Videos","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Videos","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Forums","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Forums","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"News","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"News","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Web","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Web","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"More filters","depth":16,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Tools","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Tools","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Free","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Reddit","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Reddit","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add To Excel","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"To Excel","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add GPX","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"GPX","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Ios","depth":14,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ios","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add To KML","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"To KML","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Add Android","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Android","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Search Results","depth":8,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Search Results","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"AI Overview","depth":20,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AI Overview","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":21,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Exporting Google Maps Timeline data is now primarily done on-device via Android settings, as location history has moved from cloud storage to local device storage","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Navigate to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Settings > Location > Location services > Timeline","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and tap \"Export timeline data\" to save a local JSON file","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":". This ensures you have a backup of your visited places and routes.","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Google Help (+4) – View related links","depth":25,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Google Help","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+4","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"How to Export Timeline Data","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Android (On-Device):","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open Device","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Settings","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Tap","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Location","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Location Services","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Timeline","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export timeline data","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Select a storage location and save as a JSON file.","depth":28,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alternative Android Method:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Go to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Google Maps App","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Account Circle","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your Timeline","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Menu (three dots)","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":">","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Export","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Backup Method:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Turn on the \"Backup\" setting in","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Your Timeline","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to save data to the cloud.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Google Help (+4) – View related links","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Important Information","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Data Format:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The exported data is in a JSON format.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Processing Data:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For easier viewing, you may need a converter to turn the JSON into KML format","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Third-Party Tools:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You can use","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Free Google Maps Timeline Export to Excel","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free Google Maps Timeline Export to Excel","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to visualize the data, or see","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"this GitHub repository","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"this GitHub repository","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"for conversion scripts.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Desktop Limitation:","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"As of 2025, Google Takeout may not contain current location history data.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For in-depth, user-driven, and detailed information about exporting timeline data, see","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"the Google Maps community thread","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"the Google Maps community thread","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For in-depth, user-driven, and detailed information about exporting Google Maps timeline data on Android, see","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"the Reddit thread","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"the Reddit thread","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"For detailed instructions and tips on using a","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Google Maps multi-day timeline","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", please refer to the","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Medium article","depth":26,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Medium article","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"View related links","depth":26,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Export timeline data. Opens in new tab.","depth":28,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Export timeline data","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Dec 28, 2024 —","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To export timeline data from Google Maps on an Android device, you can do the following: 1. Go to **Device settings** 2. Select **","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":28,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Export Google Maps Timeline Data on Android : r/GoogleMaps. Opens in new tab.","depth":28,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Export Google Maps Timeline Data on Android : r/GoogleMaps","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"May 1, 2024 —","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To export Google Maps timeline data on Android, you can do the following: 1. Go to **Settings** 2. Select **Location** 3. Select *","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":28,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Free Google Maps Timeline Export to Excel - Chrome Web Store. Opens in new tab.","depth":28,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Free Google Maps Timeline Export to Excel - Chrome Web Store","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"This extension can be used for mileage tax deductions. The extension processes locally in your browser to ensure your privacy. Her...","depth":29,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"About this result","depth":28,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show all related links","depth":25,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Show all","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Dive deeper in AI Mode","depth":21,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Dive deeper in AI Mode","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AI can make mistakes, so double-check responses","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Share","depth":23,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
5488315782712920520
|
-3996451687988721061
|
visual_change
|
accessibility
|
NULL
|
Proeurópska bublina si po Orbánovom páde vydýchla, Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
dennikn.sk
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Close tab
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
AI Chat settings
Close
Google Account: Lukáš Koválik ([EMAIL])
Main menu
New chat
Gemini
Temporary chat
PLUS
PLUS
Conversation with Gemini
Conversation with Gemini
Hi Lukáš
Where should we start?
Where should we start?
🖼️ Create image, button, tap to use tool
🖼️ Create image
🎸 Create music, button, tap to use tool
🎸 Create music
Create a video, button, tap to use tool
Create a video
Help me learn, button, tap to use tool
Help me learn
Write anything, button, tap to use tool
Write anything
Boost my day, button, tap to use tool
Boost my day
Ask Gemini
Ask Gemini
Open upload file menu
Tools
Open mode picker
Pro
Microphone
Summarize page
Summarize page
Skip to main content
Skip to main content
Accessibility help
Accessibility help
Accessibility feedback
Accessibility feedback
Go to Google Home
google maps timeline export
google maps timeline export
Clear
Search by voice
Search by image
Search
Google apps
Google Account: Lukáš Koválik ([EMAIL])
AI Mode
AI Mode
All
All
Images
Images
Videos
Videos
Forums
Forums
News
News
Web
Web
More filters
More
Tools
Tools
Add Free
Free
Add Reddit
Reddit
Add To Excel
To Excel
Add GPX
GPX
Add Ios
Ios
Add To KML
To KML
Add Android
Android
Search Results
Search Results
AI Overview
AI Overview
About this result
Exporting Google Maps Timeline data is now primarily done on-device via Android settings, as location history has moved from cloud storage to local device storage
.
Navigate to
Settings > Location > Location services > Timeline
and tap "Export timeline data" to save a local JSON file
. This ensures you have a backup of your visited places and routes.
Google Help (+4) – View related links
Google Help
+4
How to Export Timeline Data
Android (On-Device):
Open Device
Settings
.
Tap
Location
>
Location Services
>
Timeline
.
Select
Export timeline data
.
Select a storage location and save as a JSON file.
Alternative Android Method:
Go to
Google Maps App
>
Account Circle
>
Your Timeline
>
Menu (three dots)
>
Export
.
Backup Method:
Turn on the "Backup" setting in
Your Timeline
to save data to the cloud.
Google Help (+4) – View related links
Important Information
Data Format:
The exported data is in a JSON format.
Processing Data:
For easier viewing, you may need a converter to turn the JSON into KML format
.
Third-Party Tools:
You can use
Free Google Maps Timeline Export to Excel
Free Google Maps Timeline Export to Excel
to visualize the data, or see
this GitHub repository
this GitHub repository
for conversion scripts.
Desktop Limitation:
As of 2025, Google Takeout may not contain current location history data.
For in-depth, user-driven, and detailed information about exporting timeline data, see
the Google Maps community thread
the Google Maps community thread
.
For in-depth, user-driven, and detailed information about exporting Google Maps timeline data on Android, see
the Reddit thread
the Reddit thread
.
For detailed instructions and tips on using a
Google Maps multi-day timeline
, please refer to the
Medium article
Medium article
.
View related links
Export timeline data. Opens in new tab.
Export timeline data
Dec 28, 2024 —
To export timeline data from Google Maps on an Android device, you can do the following: 1. Go to **Device settings** 2. Select **
About this result
Export Google Maps Timeline Data on Android : r/GoogleMaps. Opens in new tab.
Export Google Maps Timeline Data on Android : r/GoogleMaps
May 1, 2024 —
To export Google Maps timeline data on Android, you can do the following: 1. Go to **Settings** 2. Select **Location** 3. Select *
About this result
Free Google Maps Timeline Export to Excel - Chrome Web Store. Opens in new tab.
Free Google Maps Timeline Export to Excel - Chrome Web Store
This extension can be used for mileage tax deductions. The extension processes locally in your browser to ensure your privacy. Her...
About this result
Show all related links
Show all
Dive deeper in AI Mode
Dive deeper in AI Mode
AI can make mistakes, so double-check responses
Share...
|
7669
|
|
7673
|
143
|
56
|
2026-04-13T16:16:21.778606+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776096981778_m1.jpg...
|
Firefox
|
Proeurópska bublina si po Orbánovom páde vydýchla, Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N — Personal...
|
True
|
dennikn.sk/5273122/proeuropska-bublina-si-po-orban dennikn.sk/5273122/proeuropska-bublina-si-po-orbanovom-pade-vydychla-vitazna-tisza-vsak-moze-brusel-prekvapit/...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Close tab
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Preskočiť hlavnú navigáciu
Preskočiť hlavnú navigáciu
Preskočiť na text
Preskočiť na text
Denník N
Denník N
Vyhľadávaný výraz
Hľadaj
Hľadaj
Vypnúť reklamu
Vypnúť reklamu
SK
SK
HU
HU
CZ
CZ
EU
EU
Otvoriť hlavné menu
MENU
13. APRÍLA 2026 16:52
EURÓPSKA ÚNIA
EURÓPSKA ÚNIA
MAĎARSKÉ VOĽBY
MAĎARSKÉ VOĽBY
PÉTER MAGYAR
PÉTER MAGYAR
VIKTOR ORBÁN
VIKTOR ORBÁN
Denník N Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť
Soňa Weissová Soňa Weissová
Soňa Weissová
Odoberať
ODOBERAŤ
Zobraziť diskusiu (počet príspevkov: 0)
KOMENTÁRE
Odstrániť zo zoznamu na neskôr
ČÍTAŤ NESKÔR
Zdieľať
ZDIEĽAŤ
Odomknúť
ODOMKNÚŤ
Foto N - Tomáš Benedikovič
Foto N – Tomáš Benedikovič
Posun vzad o 15 sekúnd
15
Prehrať
Posun vpred o 30 sekúnd
30
00:00
19:36
undefined
Prečítajte si viac o
počúvaní Denníka N
počúvaní Denníka N
.
Keď sa líder opozície Péter Magyar v nedeľu večer prihovoril svojim priaznivcom v Budapešti, jednou z prvých vecí, ktorú im po víťazných voľbách prisľúbil, bolo, že Maďarsko privedie naspäť k Európe a krajina bude silným členom Európskej únie aj NATO.
Jeho prejav ostro sledovali v Bruseli a v členských krajinách EÚ. Podľa mnohých komentátorov si po víťazstve Tiszy v mnohých európskych hlavných mestách aj európskych inštitúciách vydýchli, pretože sa zbavili enfant terrible – neposlušného dieťaťa, ktoré porušuje spoločné pravidlá – Viktora Orbána.
Experti hovoria, že strana Tisza je na jednej strane dobrou správou pre Európsku úniu. Na druhej strane by Brusel mal podľa nich zmierniť očakávania a pripraviť sa, že aj vzťah s Péterom Magyarom nemusí byť jednoduchý. Hovoria pri tom, že nie je jasné, ako bude Magyar pri európskej politike postupovať, ani ako mu prípadná náklonnosť k EÚ vydrží.
Nadšené reakcie iba po pár minútach
Nadšené reakcie iba po pár minútach
To, ako veľmi si európski lídri vydýchli, naznačuje už to,
ako zareagovala predsedníčka Európskej komisie Ursula von der Leyen, keď Orbán uznal svoju porážku.
[URL_WITH_CREDENTIALS]
@vonderleyen
Follow
Follow
View on X
Hungary has chosen Europe.
Europe has always chosen Hungary.
A country reclaims its European path.
The Union grows stronger.
Magyarország Európát választotta.
Európa mindig Magyarországot választotta.
Egy ország visszatér az európai útjára.
Az Unió erősebbé válik.
This is the latest version of this post. Last edited 10:51 PM · Apr 12, 2026
Last edited
10:51 PM · Apr 12, 2026
X Ads info and privacy
Like. This post has 46.2K likes
46.2K
Reply to this post on X
Reply
Copy link
Copy link
Read 7.7K replies
Read 7.7K replies
[ TIP: Aktivujte si
večerný newsletter s najlepšími článkami Denníka N
, ktoré ste ešte nečítali.
Pre aktiváciu stačí raz kliknúť
. ]
Orbán patril medzi najtvrdších odporcov viacerých spoločných európskych politík aj samotnej predsedníčky Komisie. Roky vystupoval proti jej legislatívnej agende a jeho strana Fidesz používala jej podobizeň v útočných reklamách a na billboardoch.
Aj nemecký kancelár Friedrich Merz, francúzsky prezident Emmanuel Macron, a dokonca aj Orbánova spojenkyna Giorgia Meloni zablahoželali víťazovi v Maďarsku rýchlejšie než zvyčajne.
Poľský premiér Donald Tusk zverejnil video, ako telefonuje lídrovi Tiszy. Magyar plánuje prvú zahraničnú cestu vo funkcii práve do Poľska.
Visit this post on X
Donald Tusk Verified account
Donald Tusk
@donaldtusk
@donaldtusk
Follow
Follow
View on X
Welcome back to Europe!
Play Video. 8 seconds long
Watch on X
Watch on X
3:14 AM · Apr 13, 2026
3:14 AM · Apr 13, 2026
X Ads info and privacy
Like. This post has 40.9K likes
40.9K
Reply to this post on X
Reply
Copy link
Copy link
Read 1.5K replies
Read 1.5K replies
Dôvod z pohľadu zjednotenej EÚ je jasný: Maďarsko opakovane blokovalo rozhodnutia Európskej únie a mnohí dúfajú, že s Magyarom sa stratégia blokovania skončí. Platí to najmä pre politiku voči Ukrajine, kde Orbán blokoval dôležitú 90-miliardovú pôžičku aj ďalší balík sankcií proti Rusku.
Ako rýchlo a či vôbec Budapešť blokádu
odstráni
odstráni
, však napríklad podľa týždenníka Spiegel nie je isté. Magyar sa k tomu zatiaľ jasne nevyjadril. Odovzdanie moci potrvá niekoľko týždňov. Riadny samit lídrov EÚ je naplánovaný na 18.-19. júna. Maďarsko by na schôdzke mohol zastupovať už šéf Tiszy. Pre slovenského premiéra Roberta Fica by mohlo ísť o prvé stretnutie, na ktorom Maďarsko nebude viesť Viktor Orbán.
Nenahraditeľný narušiteľ
Nenahraditeľný narušiteľ
Predseda slovenskej vlády víťaznej strane v maďarských voľbách zablahoželal. Pred voľbami avizoval, že ak by Vik
tor Orbán prehral, Slovensko môže na európskej úrovni pokračovať v jeho politike.
„Všetci sa pozerajú na Maďarsko a veria, že Viktor Orbán prehrá voľby. Ja si myslím, že ak by sa to stalo, potom Slovensko musí zobrať štafetu a asi to budeme my, ktorí budeme blokovať niektoré veci, pretože my nie sme sluhovia Ukrajiny,“ vyhlásil dávnejšie Fico.
Analytik European Council on Foreign Relations Piotr Buras na otázku Denníka N, či by sa zo slovenského premiéra mohol stať nový Orbán alebo zaplniť jeho miesto pri pravidelnom blokovaní zahraničnej politiky EÚ, odpovedal, že šéfa Fideszu je ako lídra európskych populistov takmer nemožné nahradiť.
„Nemyslím si, že Fico je schopný a ochotný sa o to pokúsiť. Toto je jeden z najpozitívnejších výsledkov maďarských volieb. Ten, kto viedol populistický tábor, je teraz mimo úradu a v podstate nie je nikto, kto by mohol túto rolu prevziať,“ hovorí Buras.
Nevidí ani možnosť oživenia dynamiky skupiny V4.
reklama
„Pri možnosti jej oživenia som veľmi skeptický. Teraz máme štyroch úplne odlišných lídrov. Tusk a Magyar patria do tej istej strany na európskej úrovni, EPP, ale Babiš a potom Fico, sú skôr na opačných stranách,“ dodal Buras.
Agentúra Bloomberg už pred niekoľkými dňami napísala, že ak maďarský premiér Viktor Orbán prehrá voľby, Robert Fico by mohol v EÚ prestať blokovať rozhodnutia ako napríklad finančnú pomoc Ukrajine. Hoci v marci sľuboval, že Orbánovu štafetu udrží, podľa zdrojov agentúry sa zrejme zachová inak, keďže Slovensko je „silne závislé od pomoci EÚ a jeho vlastná pozícia pri moci je krehkejšia než Orbánova”.
S odvolaním sa na nemenované zdroje agentúra napísa
la, že Fico pravdepodobne ustúpi, ak Orbán odíde.
Ak by nakoniec bola ohrozená ekonomická podpora Slovenska, Ficov pragmatizmus by podľa nemenovaného úradníka EÚ nakoniec rýchlo a spoľahlivo prevládol.
Expert na európsku politiku Martin Vokálek z inštitútu Europeum si myslí, že slovenský premiér bude pred odchodmi na samity do Bruselu pokračovať v doterajšej stratégii. Doma bude mať podľa neho silnú rétoriku, za ktorú by sa podľa neho nehanbil ani Orbán – a v Bruseli bude nakoniec menej konfrontačný a nebude brániť spoločnej európskej reakcii ako Maďari.
„Slovensko sa teraz nebude môcť oprieť o to, že je tu ešte väčší troublemaker, väčší problémový hráč než samotný Fico. Bude to pre neho teraz ťažké a bude si vyberať cestu, či bude trošku partnerskejší a viac spolupracujúci, alebo či preberie rolu toho troublemakera. A ja by som sa skôr prikláňal k tomu, že bude tak nejak alibisticky hľadať cestu, aby si doma odškrtol vyhrážanie sa Bruselu a obranu slovenských záujmov, ale potom keď bude v Bruseli, tak asi až tak konfrontačný nebude,“ hovorí pre Denník N Vokálek.
Logická úľava, vravia experti
Logická úľava, vravia experti
V Bruseli rástla v posledných mesiacoch voči Maďarsku frustrácia. Na poslednom samite v marci tohto roka sa hovorilo už o bezprecedentnej izolácii Orbána.
“Koniec Orbána znamená podľa mňa zatiaľ veľkú úľavu v Bruseli, pretože jeho politika bola v posledných rokoch postavená na vydieraní, blokovaní rozhodnutí a popieraní niektorých zo základných princípov, na ktorých európska integrácia stojí. Čiže je tu teraz šanca, že sa to zmení,” povedal pre Denník N expert na EÚ Radovan Geist z portálu euBrief (v minulosti po
rtál Euractiv).
Aj Martin Vokálek, ktorý je riaditeľom bruselskej kancelárie inštitútu Europeum, hovorí o úľave v Európskej únii.
“Veľká časť takzvanej bruselskej bubliny si po tomto víťazstve určitým spôsobom vydýchla. Je to dané najmä tým, že to, čo predvádzal Orbán, celkovo Fidesz a jeho ministri v Bruseli, už bolo za hranou čohokoľvek konštruktívne fungujúceho alebo obhájiteľného ako legitímne hájenie záujmov Maďarska,” hovorí pre Denník N.
Dodáva, že Maďari využívali svoje veto a informácie od partnerov na to, aby “priamo blokovali akcieschopnosť Európskej únie v krízových situáciách, ktorým Európa čelí.”
Pripomína aj nedávne uniknuté nahrávky medzi maďarským premiérom a ruským prezidentom, aj maďarským a ruským ministrom zahraničných vecí. Maďarskí politici v nich Rusom ponúkali pomoc.
“Orbán, Fidesz a ďalší maďarskí politici sa nesnažili len presadzovať záujmy Maďarska na úkor ostatných členských štátov, ale často aj záujmy Ruska. Preto bola frustrácia s Maďarskom v Bruseli naozaj veľmi silná. Keby výsledok včerajších volieb dopadol opačne, pravdepodobne by sa už intenzívne riešili návrhy, ako Maďarsko čo najviac odstaviť alebo izolovať – čo by bolo veľmi náročné a problematické realizovať,” hovorí Vokálek.
Ako hovorí, „európska spolupráca sa bude môcť trošku nadýchnuť, prišla o agenta Kremľa sediaceho v Bruseli a o silu, ktorá blokovala akcieschopnosť kvôli svojim vlastným hlúpym zámerom.“
Tisza ako hádanka
Tisza ako hádanka
Obaja experti na druhej strane pripomínajú, že s Tiszou prichádza veľká neznáma. Radovan Geist konštatuje, že Péter Magyar ešte nevládol a tak sa dá stavať iba na tom, čo hovorí. Politikov Tis
zy, z ktorých sú mnohí bývalí členovia Fideszu, videl Brusel iba počas kampane.
„Nie je to úplne tak, že by Orbán a Magyar boli ako nebe a dudy, a že by sa maďarská politika úplne obrátila naruby. Existujú očakávania, ale aj otázniky, ako to bude vyzerať v praxi — najmä pokiaľ ide o prístup Tiszy k európskym témam,“ dodal Vokálek.
Analytik European Council on Foreign Relations Pawel Zerka počas webináru ECFR
Prečo sú maďarské voľby dôležité pre Európu
hovoril
hovoril
o debate, čo si môže EÚ vôbec voči Péterovi Magyarovi dovoliť, aby o neho neprišla podobne ako o Orbána.
„Pretože mnohí aktéri majú záujem na tom, aby sa mu podarilo etablovať do vedenia v krajine, namiesto toho, aby ho maďarská verejnosť vnímala ako bábku Bruselu, Berlína, či Paríža,“ uviedol Zerka.
Konštatuje, že Magyar bude potrebovať najskôr čas na to, aby si vytvoril vlastné politické vedenie.
„Nejaká forma medových týždňov je potrebná. Nehovorím, že Európa by mala byť nadmerne mäkká, a určite nie vo všetkom, ale, myslím si, že toto treba chápať,“ dodal Zerka.
Akú má Tisza európsku politiku
Akú má Tisza európsku politiku
Tisza zverejnila svoj volebný program začiatkom februára.
Na 240-stranách okrem iného
načrtáva...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Preskočiť hlavnú navigáciu","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Preskočiť hlavnú navigáciu","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Preskočiť na text","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Preskočiť na text","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Denník N","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Denník N","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Vyhľadávaný výraz","depth":9,"help_text":"","placeholder":"Zadajte vyhľadávaný výraz …","role_description":"search text field","subrole":"AXSearchField","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Hľadaj","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Hľadaj","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Vypnúť reklamu","depth":8,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Vypnúť reklamu","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SK","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SK","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"HU","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"HU","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"CZ","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"CZ","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"EU","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"EU","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Otvoriť hlavné menu","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MENU","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13. APRÍLA 2026 16:52","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"EURÓPSKA ÚNIA","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"EURÓPSKA ÚNIA","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"MAĎARSKÉ VOĽBY","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"MAĎARSKÉ VOĽBY","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"PÉTER MAGYAR","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"PÉTER MAGYAR","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"VIKTOR ORBÁN","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"VIKTOR ORBÁN","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Denník N Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Soňa Weissová Soňa Weissová","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Soňa Weissová","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Odoberať","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ODOBERAŤ","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Zobraziť diskusiu (počet príspevkov: 0)","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"KOMENTÁRE","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Odstrániť zo zoznamu na neskôr","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ČÍTAŤ NESKÔR","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Zdieľať","depth":11,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ZDIEĽAŤ","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Odomknúť","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ODOMKNÚŤ","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Foto N - Tomáš Benedikovič","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Foto N – Tomáš Benedikovič","depth":11,"bounds":{"left":0.26597223,"top":0.0,"width":0.12916666,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Posun vzad o 15 sekúnd","depth":11,"bounds":{"left":0.27430555,"top":0.045555554,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"","depth":12,"bounds":{"left":0.27430555,"top":0.046666667,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15","depth":12,"bounds":{"left":0.28263888,"top":0.057777777,"width":0.010416667,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"","depth":11,"bounds":{"left":0.31319445,"top":0.045555554,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Prehrať","depth":11,"bounds":{"left":0.31041667,"top":0.04111111,"width":0.033333335,"height":0.053333335},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Posun vpred o 30 sekúnd","depth":11,"bounds":{"left":0.35208333,"top":0.045555554,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"","depth":12,"bounds":{"left":0.35208333,"top":0.046666667,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"30","depth":12,"bounds":{"left":0.35972223,"top":0.057777777,"width":0.011805556,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:00","depth":12,"bounds":{"left":0.38819444,"top":0.057777777,"width":0.027083334,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:36","depth":11,"bounds":{"left":0.63055557,"top":0.057777777,"width":0.025694445,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXPopUpButton","text":"undefined","depth":10,"bounds":{"left":0.66597223,"top":0.045555554,"width":0.027777778,"height":0.044444446},"help_text":"","role_description":"pop up button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Prečítajte si viac o","depth":10,"bounds":{"left":0.26875,"top":0.11777778,"width":0.08611111,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"počúvaní Denníka N","depth":10,"bounds":{"left":0.3548611,"top":0.11777778,"width":0.09097222,"height":0.02},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"počúvaní Denníka N","depth":11,"bounds":{"left":0.3548611,"top":0.11777778,"width":0.09097222,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":10,"bounds":{"left":0.44583333,"top":0.11777778,"width":0.0027777778,"height":0.02},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Keď sa líder opozície Péter Magyar v nedeľu večer prihovoril svojim priaznivcom v Budapešti, jednou z prvých vecí, ktorú im po víťazných voľbách prisľúbil, bolo, že Maďarsko privedie naspäť k Európe a krajina bude silným členom Európskej únie aj NATO.","depth":11,"bounds":{"left":0.26597223,"top":0.17777778,"width":0.4263889,"height":0.12888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Jeho prejav ostro sledovali v Bruseli a v členských krajinách EÚ. Podľa mnohých komentátorov si po víťazstve Tiszy v mnohých európskych hlavných mestách aj európskych inštitúciách vydýchli, pretože sa zbavili enfant terrible – neposlušného dieťaťa, ktoré porušuje spoločné pravidlá – Viktora Orbána.","depth":11,"bounds":{"left":0.26597223,"top":0.34444445,"width":0.4298611,"height":0.12888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Experti hovoria, že strana Tisza je na jednej strane dobrou správou pre Európsku úniu. Na druhej strane by Brusel mal podľa nich zmierniť očakávania a pripraviť sa, že aj vzťah s Péterom Magyarom nemusí byť jednoduchý. Hovoria pri tom, že nie je jasné, ako bude Magyar pri európskej politike postupovať, ani ako mu prípadná náklonnosť k EÚ vydrží.","depth":11,"bounds":{"left":0.26597223,"top":0.51111114,"width":0.41597223,"height":0.16222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Nadšené reakcie iba po pár minútach","depth":10,"bounds":{"left":0.26597223,"top":0.7088889,"width":0.43611112,"height":0.035555556},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nadšené reakcie iba po pár minútach","depth":11,"bounds":{"left":0.26597223,"top":0.7077778,"width":0.28333333,"height":0.037777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To, ako veľmi si európski lídri vydýchli, naznačuje už to,","depth":11,"bounds":{"left":0.26597223,"top":0.78,"width":0.30833334,"height":0.028888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ako zareagovala predsedníčka Európskej komisie Ursula von der Leyen, keď Orbán uznal svoju porážku.","depth":11,"bounds":{"left":0.26597223,"top":0.78,"width":0.42847222,"height":0.09555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"https://fatplayer.com","depth":14,"bounds":{"left":0.26597223,"top":0.9166667,"width":0.04027778,"height":0.022222223},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"https://fatplayer.com","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Budúcemu maďarskému premiérovi Péterovi Magyarovi zagratulovala na sociálnych sieťach iba 17 minút po Orbánovom vystúpení. Bolo to rýchlejšie, ako keď reagovala na akékoľvek iné svetové udalosti.","depth":11,"bounds":{"left":0.26597223,"top":0.94666666,"width":0.41666666,"height":0.053333342},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"“Srdce Európy dnes večer bije v Maďarsku silnejšie,“ uviedla na platforme X. Neskôr dodala, že Maďarsko si vybralo Európu a tá je vďaka nemu silnejšia.","depth":11,"bounds":{"left":0.26597223,"top":1.0,"width":0.41458333,"height":-0.08000004},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Visit this post on X","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Ursula von der Leyen Verified account","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ursula von der Leyen","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"@vonderleyen","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"@vonderleyen","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Follow","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Follow","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"View on X","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Hungary has chosen Europe.\n\nEurope has always chosen Hungary.\n\nA country reclaims its European path.\n\nThe Union grows stronger.\n\nMagyarország Európát választotta. \n\nEurópa mindig Magyarországot választotta. \n\nEgy ország visszatér az európai útjára. \n\nAz Unió erősebbé válik.","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"This is the latest version of this post. Last edited 10:51 PM · Apr 12, 2026","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Last edited","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10:51 PM · Apr 12, 2026","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"X Ads info and privacy","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Like. This post has 46.2K likes","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"46.2K","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Reply to this post on X","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Reply","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy link","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Copy link","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Read 7.7K replies","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Read 7.7K replies","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[ TIP: Aktivujte si","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"večerný newsletter s najlepšími článkami Denníka N","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", ktoré ste ešte nečítali.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pre aktiváciu stačí raz kliknúť","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":". ]","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Orbán patril medzi najtvrdších odporcov viacerých spoločných európskych politík aj samotnej predsedníčky Komisie. Roky vystupoval proti jej legislatívnej agende a jeho strana Fidesz používala jej podobizeň v útočných reklamách a na billboardoch.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Aj nemecký kancelár Friedrich Merz, francúzsky prezident Emmanuel Macron, a dokonca aj Orbánova spojenkyna Giorgia Meloni zablahoželali víťazovi v Maďarsku rýchlejšie než zvyčajne.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Poľský premiér Donald Tusk zverejnil video, ako telefonuje lídrovi Tiszy. Magyar plánuje prvú zahraničnú cestu vo funkcii práve do Poľska.","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Visit this post on X","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Donald Tusk Verified account","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Donald Tusk","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"@donaldtusk","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"@donaldtusk","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Follow","depth":16,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Follow","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"View on X","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Welcome back to Europe!","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play Video. 8 seconds long","depth":21,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Watch on X","depth":18,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Watch on X","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"3:14 AM · Apr 13, 2026","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"3:14 AM · Apr 13, 2026","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"X Ads info and privacy","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXLink","text":"Like. This post has 40.9K likes","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"40.9K","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Reply to this post on X","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Reply","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy link","depth":15,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Copy link","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Read 1.5K replies","depth":15,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Read 1.5K replies","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Dôvod z pohľadu zjednotenej EÚ je jasný: Maďarsko opakovane blokovalo rozhodnutia Európskej únie a mnohí dúfajú, že s Magyarom sa stratégia blokovania skončí. Platí to najmä pre politiku voči Ukrajine, kde Orbán blokoval dôležitú 90-miliardovú pôžičku aj ďalší balík sankcií proti Rusku.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ako rýchlo a či vôbec Budapešť blokádu","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"odstráni","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"odstráni","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", však napríklad podľa týždenníka Spiegel nie je isté. Magyar sa k tomu zatiaľ jasne nevyjadril. Odovzdanie moci potrvá niekoľko týždňov. Riadny samit lídrov EÚ je naplánovaný na 18.-19. júna. Maďarsko by na schôdzke mohol zastupovať už šéf Tiszy. Pre slovenského premiéra Roberta Fica by mohlo ísť o prvé stretnutie, na ktorom Maďarsko nebude viesť Viktor Orbán.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Nenahraditeľný narušiteľ","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nenahraditeľný narušiteľ","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Predseda slovenskej vlády víťaznej strane v maďarských voľbách zablahoželal. Pred voľbami avizoval, že ak by Vik","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"tor Orbán prehral, Slovensko môže na európskej úrovni pokračovať v jeho politike.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"„Všetci sa pozerajú na Maďarsko a veria, že Viktor Orbán prehrá voľby. Ja si myslím, že ak by sa to stalo, potom Slovensko musí zobrať štafetu a asi to budeme my, ktorí budeme blokovať niektoré veci, pretože my nie sme sluhovia Ukrajiny,“ vyhlásil dávnejšie Fico.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Analytik European Council on Foreign Relations Piotr Buras na otázku Denníka N, či by sa zo slovenského premiéra mohol stať nový Orbán alebo zaplniť jeho miesto pri pravidelnom blokovaní zahraničnej politiky EÚ, odpovedal, že šéfa Fideszu je ako lídra európskych populistov takmer nemožné nahradiť.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"„Nemyslím si, že Fico je schopný a ochotný sa o to pokúsiť. Toto je jeden z najpozitívnejších výsledkov maďarských volieb. Ten, kto viedol populistický tábor, je teraz mimo úradu a v podstate nie je nikto, kto by mohol túto rolu prevziať,“ hovorí Buras.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Nevidí ani možnosť oživenia dynamiky skupiny V4.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"reklama","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"„Pri možnosti jej oživenia som veľmi skeptický. Teraz máme štyroch úplne odlišných lídrov. Tusk a Magyar patria do tej istej strany na európskej úrovni, EPP, ale Babiš a potom Fico, sú skôr na opačných stranách,“ dodal Buras.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Agentúra Bloomberg už pred niekoľkými dňami napísala, že ak maďarský premiér Viktor Orbán prehrá voľby, Robert Fico by mohol v EÚ prestať blokovať rozhodnutia ako napríklad finančnú pomoc Ukrajine. Hoci v marci sľuboval, že Orbánovu štafetu udrží, podľa zdrojov agentúry sa zrejme zachová inak, keďže Slovensko je „silne závislé od pomoci EÚ a jeho vlastná pozícia pri moci je krehkejšia než Orbánova”.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S odvolaním sa na nemenované zdroje agentúra napísa","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"la, že Fico pravdepodobne ustúpi, ak Orbán odíde.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ak by nakoniec bola ohrozená ekonomická podpora Slovenska, Ficov pragmatizmus by podľa nemenovaného úradníka EÚ nakoniec rýchlo a spoľahlivo prevládol.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Expert na európsku politiku Martin Vokálek z inštitútu Europeum si myslí, že slovenský premiér bude pred odchodmi na samity do Bruselu pokračovať v doterajšej stratégii. Doma bude mať podľa neho silnú rétoriku, za ktorú by sa podľa neho nehanbil ani Orbán – a v Bruseli bude nakoniec menej konfrontačný a nebude brániť spoločnej európskej reakcii ako Maďari.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"„Slovensko sa teraz nebude môcť oprieť o to, že je tu ešte väčší troublemaker, väčší problémový hráč než samotný Fico. Bude to pre neho teraz ťažké a bude si vyberať cestu, či bude trošku partnerskejší a viac spolupracujúci, alebo či preberie rolu toho troublemakera. A ja by som sa skôr prikláňal k tomu, že bude tak nejak alibisticky hľadať cestu, aby si doma odškrtol vyhrážanie sa Bruselu a obranu slovenských záujmov, ale potom keď bude v Bruseli, tak asi až tak konfrontačný nebude,“ hovorí pre Denník N Vokálek.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Logická úľava, vravia experti","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Logická úľava, vravia experti","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"V Bruseli rástla v posledných mesiacoch voči Maďarsku frustrácia. Na poslednom samite v marci tohto roka sa hovorilo už o bezprecedentnej izolácii Orbána.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"“Koniec Orbána znamená podľa mňa zatiaľ veľkú úľavu v Bruseli, pretože jeho politika bola v posledných rokoch postavená na vydieraní, blokovaní rozhodnutí a popieraní niektorých zo základných princípov, na ktorých európska integrácia stojí. Čiže je tu teraz šanca, že sa to zmení,” povedal pre Denník N expert na EÚ Radovan Geist z portálu euBrief (v minulosti po","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"rtál Euractiv).","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Aj Martin Vokálek, ktorý je riaditeľom bruselskej kancelárie inštitútu Europeum, hovorí o úľave v Európskej únii.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"“Veľká časť takzvanej bruselskej bubliny si po tomto víťazstve určitým spôsobom vydýchla. Je to dané najmä tým, že to, čo predvádzal Orbán, celkovo Fidesz a jeho ministri v Bruseli, už bolo za hranou čohokoľvek konštruktívne fungujúceho alebo obhájiteľného ako legitímne hájenie záujmov Maďarska,” hovorí pre Denník N.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Dodáva, že Maďari využívali svoje veto a informácie od partnerov na to, aby “priamo blokovali akcieschopnosť Európskej únie v krízových situáciách, ktorým Európa čelí.”","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Pripomína aj nedávne uniknuté nahrávky medzi maďarským premiérom a ruským prezidentom, aj maďarským a ruským ministrom zahraničných vecí. Maďarskí politici v nich Rusom ponúkali pomoc.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"“Orbán, Fidesz a ďalší maďarskí politici sa nesnažili len presadzovať záujmy Maďarska na úkor ostatných členských štátov, ale často aj záujmy Ruska. Preto bola frustrácia s Maďarskom v Bruseli naozaj veľmi silná. Keby výsledok včerajších volieb dopadol opačne, pravdepodobne by sa už intenzívne riešili návrhy, ako Maďarsko čo najviac odstaviť alebo izolovať – čo by bolo veľmi náročné a problematické realizovať,” hovorí Vokálek.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ako hovorí, „európska spolupráca sa bude môcť trošku nadýchnuť, prišla o agenta Kremľa sediaceho v Bruseli a o silu, ktorá blokovala akcieschopnosť kvôli svojim vlastným hlúpym zámerom.“","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Tisza ako hádanka","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Tisza ako hádanka","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Obaja experti na druhej strane pripomínajú, že s Tiszou prichádza veľká neznáma. Radovan Geist konštatuje, že Péter Magyar ešte nevládol a tak sa dá stavať iba na tom, čo hovorí. Politikov Tis","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"zy, z ktorých sú mnohí bývalí členovia Fideszu, videl Brusel iba počas kampane.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"„Nie je to úplne tak, že by Orbán a Magyar boli ako nebe a dudy, a že by sa maďarská politika úplne obrátila naruby. Existujú očakávania, ale aj otázniky, ako to bude vyzerať v praxi — najmä pokiaľ ide o prístup Tiszy k európskym témam,“ dodal Vokálek.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Analytik European Council on Foreign Relations Pawel Zerka počas webináru ECFR","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Prečo sú maďarské voľby dôležité pre Európu","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"hovoril","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"hovoril","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"o debate, čo si môže EÚ vôbec voči Péterovi Magyarovi dovoliť, aby o neho neprišla podobne ako o Orbána.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"„Pretože mnohí aktéri majú záujem na tom, aby sa mu podarilo etablovať do vedenia v krajine, namiesto toho, aby ho maďarská verejnosť vnímala ako bábku Bruselu, Berlína, či Paríža,“ uviedol Zerka.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Konštatuje, že Magyar bude potrebovať najskôr čas na to, aby si vytvoril vlastné politické vedenie.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"„Nejaká forma medových týždňov je potrebná. Nehovorím, že Európa by mala byť nadmerne mäkká, a určite nie vo všetkom, ale, myslím si, že toto treba chápať,“ dodal Zerka.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Akú má Tisza európsku politiku","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Akú má Tisza európsku politiku","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Tisza zverejnila svoj volebný program začiatkom februára.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Na 240-stranách okrem iného","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"načrtáva","depth":11,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
-4539554169532652015
|
4655897185267558888
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť — Denník N
Close tab
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Preskočiť hlavnú navigáciu
Preskočiť hlavnú navigáciu
Preskočiť na text
Preskočiť na text
Denník N
Denník N
Vyhľadávaný výraz
Hľadaj
Hľadaj
Vypnúť reklamu
Vypnúť reklamu
SK
SK
HU
HU
CZ
CZ
EU
EU
Otvoriť hlavné menu
MENU
13. APRÍLA 2026 16:52
EURÓPSKA ÚNIA
EURÓPSKA ÚNIA
MAĎARSKÉ VOĽBY
MAĎARSKÉ VOĽBY
PÉTER MAGYAR
PÉTER MAGYAR
VIKTOR ORBÁN
VIKTOR ORBÁN
Denník N Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť
Proeurópska bublina si po Orbánovom páde vydýchla, víťazná Tisza však môže Brusel prekvapiť
Soňa Weissová Soňa Weissová
Soňa Weissová
Odoberať
ODOBERAŤ
Zobraziť diskusiu (počet príspevkov: 0)
KOMENTÁRE
Odstrániť zo zoznamu na neskôr
ČÍTAŤ NESKÔR
Zdieľať
ZDIEĽAŤ
Odomknúť
ODOMKNÚŤ
Foto N - Tomáš Benedikovič
Foto N – Tomáš Benedikovič
Posun vzad o 15 sekúnd
15
Prehrať
Posun vpred o 30 sekúnd
30
00:00
19:36
undefined
Prečítajte si viac o
počúvaní Denníka N
počúvaní Denníka N
.
Keď sa líder opozície Péter Magyar v nedeľu večer prihovoril svojim priaznivcom v Budapešti, jednou z prvých vecí, ktorú im po víťazných voľbách prisľúbil, bolo, že Maďarsko privedie naspäť k Európe a krajina bude silným členom Európskej únie aj NATO.
Jeho prejav ostro sledovali v Bruseli a v členských krajinách EÚ. Podľa mnohých komentátorov si po víťazstve Tiszy v mnohých európskych hlavných mestách aj európskych inštitúciách vydýchli, pretože sa zbavili enfant terrible – neposlušného dieťaťa, ktoré porušuje spoločné pravidlá – Viktora Orbána.
Experti hovoria, že strana Tisza je na jednej strane dobrou správou pre Európsku úniu. Na druhej strane by Brusel mal podľa nich zmierniť očakávania a pripraviť sa, že aj vzťah s Péterom Magyarom nemusí byť jednoduchý. Hovoria pri tom, že nie je jasné, ako bude Magyar pri európskej politike postupovať, ani ako mu prípadná náklonnosť k EÚ vydrží.
Nadšené reakcie iba po pár minútach
Nadšené reakcie iba po pár minútach
To, ako veľmi si európski lídri vydýchli, naznačuje už to,
ako zareagovala predsedníčka Európskej komisie Ursula von der Leyen, keď Orbán uznal svoju porážku.
[URL_WITH_CREDENTIALS]
@vonderleyen
Follow
Follow
View on X
Hungary has chosen Europe.
Europe has always chosen Hungary.
A country reclaims its European path.
The Union grows stronger.
Magyarország Európát választotta.
Európa mindig Magyarországot választotta.
Egy ország visszatér az európai útjára.
Az Unió erősebbé válik.
This is the latest version of this post. Last edited 10:51 PM · Apr 12, 2026
Last edited
10:51 PM · Apr 12, 2026
X Ads info and privacy
Like. This post has 46.2K likes
46.2K
Reply to this post on X
Reply
Copy link
Copy link
Read 7.7K replies
Read 7.7K replies
[ TIP: Aktivujte si
večerný newsletter s najlepšími článkami Denníka N
, ktoré ste ešte nečítali.
Pre aktiváciu stačí raz kliknúť
. ]
Orbán patril medzi najtvrdších odporcov viacerých spoločných európskych politík aj samotnej predsedníčky Komisie. Roky vystupoval proti jej legislatívnej agende a jeho strana Fidesz používala jej podobizeň v útočných reklamách a na billboardoch.
Aj nemecký kancelár Friedrich Merz, francúzsky prezident Emmanuel Macron, a dokonca aj Orbánova spojenkyna Giorgia Meloni zablahoželali víťazovi v Maďarsku rýchlejšie než zvyčajne.
Poľský premiér Donald Tusk zverejnil video, ako telefonuje lídrovi Tiszy. Magyar plánuje prvú zahraničnú cestu vo funkcii práve do Poľska.
Visit this post on X
Donald Tusk Verified account
Donald Tusk
@donaldtusk
@donaldtusk
Follow
Follow
View on X
Welcome back to Europe!
Play Video. 8 seconds long
Watch on X
Watch on X
3:14 AM · Apr 13, 2026
3:14 AM · Apr 13, 2026
X Ads info and privacy
Like. This post has 40.9K likes
40.9K
Reply to this post on X
Reply
Copy link
Copy link
Read 1.5K replies
Read 1.5K replies
Dôvod z pohľadu zjednotenej EÚ je jasný: Maďarsko opakovane blokovalo rozhodnutia Európskej únie a mnohí dúfajú, že s Magyarom sa stratégia blokovania skončí. Platí to najmä pre politiku voči Ukrajine, kde Orbán blokoval dôležitú 90-miliardovú pôžičku aj ďalší balík sankcií proti Rusku.
Ako rýchlo a či vôbec Budapešť blokádu
odstráni
odstráni
, však napríklad podľa týždenníka Spiegel nie je isté. Magyar sa k tomu zatiaľ jasne nevyjadril. Odovzdanie moci potrvá niekoľko týždňov. Riadny samit lídrov EÚ je naplánovaný na 18.-19. júna. Maďarsko by na schôdzke mohol zastupovať už šéf Tiszy. Pre slovenského premiéra Roberta Fica by mohlo ísť o prvé stretnutie, na ktorom Maďarsko nebude viesť Viktor Orbán.
Nenahraditeľný narušiteľ
Nenahraditeľný narušiteľ
Predseda slovenskej vlády víťaznej strane v maďarských voľbách zablahoželal. Pred voľbami avizoval, že ak by Vik
tor Orbán prehral, Slovensko môže na európskej úrovni pokračovať v jeho politike.
„Všetci sa pozerajú na Maďarsko a veria, že Viktor Orbán prehrá voľby. Ja si myslím, že ak by sa to stalo, potom Slovensko musí zobrať štafetu a asi to budeme my, ktorí budeme blokovať niektoré veci, pretože my nie sme sluhovia Ukrajiny,“ vyhlásil dávnejšie Fico.
Analytik European Council on Foreign Relations Piotr Buras na otázku Denníka N, či by sa zo slovenského premiéra mohol stať nový Orbán alebo zaplniť jeho miesto pri pravidelnom blokovaní zahraničnej politiky EÚ, odpovedal, že šéfa Fideszu je ako lídra európskych populistov takmer nemožné nahradiť.
„Nemyslím si, že Fico je schopný a ochotný sa o to pokúsiť. Toto je jeden z najpozitívnejších výsledkov maďarských volieb. Ten, kto viedol populistický tábor, je teraz mimo úradu a v podstate nie je nikto, kto by mohol túto rolu prevziať,“ hovorí Buras.
Nevidí ani možnosť oživenia dynamiky skupiny V4.
reklama
„Pri možnosti jej oživenia som veľmi skeptický. Teraz máme štyroch úplne odlišných lídrov. Tusk a Magyar patria do tej istej strany na európskej úrovni, EPP, ale Babiš a potom Fico, sú skôr na opačných stranách,“ dodal Buras.
Agentúra Bloomberg už pred niekoľkými dňami napísala, že ak maďarský premiér Viktor Orbán prehrá voľby, Robert Fico by mohol v EÚ prestať blokovať rozhodnutia ako napríklad finančnú pomoc Ukrajine. Hoci v marci sľuboval, že Orbánovu štafetu udrží, podľa zdrojov agentúry sa zrejme zachová inak, keďže Slovensko je „silne závislé od pomoci EÚ a jeho vlastná pozícia pri moci je krehkejšia než Orbánova”.
S odvolaním sa na nemenované zdroje agentúra napísa
la, že Fico pravdepodobne ustúpi, ak Orbán odíde.
Ak by nakoniec bola ohrozená ekonomická podpora Slovenska, Ficov pragmatizmus by podľa nemenovaného úradníka EÚ nakoniec rýchlo a spoľahlivo prevládol.
Expert na európsku politiku Martin Vokálek z inštitútu Europeum si myslí, že slovenský premiér bude pred odchodmi na samity do Bruselu pokračovať v doterajšej stratégii. Doma bude mať podľa neho silnú rétoriku, za ktorú by sa podľa neho nehanbil ani Orbán – a v Bruseli bude nakoniec menej konfrontačný a nebude brániť spoločnej európskej reakcii ako Maďari.
„Slovensko sa teraz nebude môcť oprieť o to, že je tu ešte väčší troublemaker, väčší problémový hráč než samotný Fico. Bude to pre neho teraz ťažké a bude si vyberať cestu, či bude trošku partnerskejší a viac spolupracujúci, alebo či preberie rolu toho troublemakera. A ja by som sa skôr prikláňal k tomu, že bude tak nejak alibisticky hľadať cestu, aby si doma odškrtol vyhrážanie sa Bruselu a obranu slovenských záujmov, ale potom keď bude v Bruseli, tak asi až tak konfrontačný nebude,“ hovorí pre Denník N Vokálek.
Logická úľava, vravia experti
Logická úľava, vravia experti
V Bruseli rástla v posledných mesiacoch voči Maďarsku frustrácia. Na poslednom samite v marci tohto roka sa hovorilo už o bezprecedentnej izolácii Orbána.
“Koniec Orbána znamená podľa mňa zatiaľ veľkú úľavu v Bruseli, pretože jeho politika bola v posledných rokoch postavená na vydieraní, blokovaní rozhodnutí a popieraní niektorých zo základných princípov, na ktorých európska integrácia stojí. Čiže je tu teraz šanca, že sa to zmení,” povedal pre Denník N expert na EÚ Radovan Geist z portálu euBrief (v minulosti po
rtál Euractiv).
Aj Martin Vokálek, ktorý je riaditeľom bruselskej kancelárie inštitútu Europeum, hovorí o úľave v Európskej únii.
“Veľká časť takzvanej bruselskej bubliny si po tomto víťazstve určitým spôsobom vydýchla. Je to dané najmä tým, že to, čo predvádzal Orbán, celkovo Fidesz a jeho ministri v Bruseli, už bolo za hranou čohokoľvek konštruktívne fungujúceho alebo obhájiteľného ako legitímne hájenie záujmov Maďarska,” hovorí pre Denník N.
Dodáva, že Maďari využívali svoje veto a informácie od partnerov na to, aby “priamo blokovali akcieschopnosť Európskej únie v krízových situáciách, ktorým Európa čelí.”
Pripomína aj nedávne uniknuté nahrávky medzi maďarským premiérom a ruským prezidentom, aj maďarským a ruským ministrom zahraničných vecí. Maďarskí politici v nich Rusom ponúkali pomoc.
“Orbán, Fidesz a ďalší maďarskí politici sa nesnažili len presadzovať záujmy Maďarska na úkor ostatných členských štátov, ale často aj záujmy Ruska. Preto bola frustrácia s Maďarskom v Bruseli naozaj veľmi silná. Keby výsledok včerajších volieb dopadol opačne, pravdepodobne by sa už intenzívne riešili návrhy, ako Maďarsko čo najviac odstaviť alebo izolovať – čo by bolo veľmi náročné a problematické realizovať,” hovorí Vokálek.
Ako hovorí, „európska spolupráca sa bude môcť trošku nadýchnuť, prišla o agenta Kremľa sediaceho v Bruseli a o silu, ktorá blokovala akcieschopnosť kvôli svojim vlastným hlúpym zámerom.“
Tisza ako hádanka
Tisza ako hádanka
Obaja experti na druhej strane pripomínajú, že s Tiszou prichádza veľká neznáma. Radovan Geist konštatuje, že Péter Magyar ešte nevládol a tak sa dá stavať iba na tom, čo hovorí. Politikov Tis
zy, z ktorých sú mnohí bývalí členovia Fideszu, videl Brusel iba počas kampane.
„Nie je to úplne tak, že by Orbán a Magyar boli ako nebe a dudy, a že by sa maďarská politika úplne obrátila naruby. Existujú očakávania, ale aj otázniky, ako to bude vyzerať v praxi — najmä pokiaľ ide o prístup Tiszy k európskym témam,“ dodal Vokálek.
Analytik European Council on Foreign Relations Pawel Zerka počas webináru ECFR
Prečo sú maďarské voľby dôležité pre Európu
hovoril
hovoril
o debate, čo si môže EÚ vôbec voči Péterovi Magyarovi dovoliť, aby o neho neprišla podobne ako o Orbána.
„Pretože mnohí aktéri majú záujem na tom, aby sa mu podarilo etablovať do vedenia v krajine, namiesto toho, aby ho maďarská verejnosť vnímala ako bábku Bruselu, Berlína, či Paríža,“ uviedol Zerka.
Konštatuje, že Magyar bude potrebovať najskôr čas na to, aby si vytvoril vlastné politické vedenie.
„Nejaká forma medových týždňov je potrebná. Nehovorím, že Európa by mala byť nadmerne mäkká, a určite nie vo všetkom, ale, myslím si, že toto treba chápať,“ dodal Zerka.
Akú má Tisza európsku politiku
Akú má Tisza európsku politiku
Tisza zverejnila svoj volebný program začiatkom februára.
Na 240-stranách okrem iného
načrtáva...
|
NULL
|
|
7717
|
144
|
29
|
2026-04-13T16:19:16.672735+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097156672_m1.jpg...
|
Firefox
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira — Work...
|
True
|
jiminny.atlassian.net/jira/software/c/projects/JY/ jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20543...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
AI Chat settings
Close
WORK, Google Account: [EMAIL]
Main menu
New Chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
Copy prompt
Edit
You said in firefox can I add the icon for the pinend tab
You said
in firefox can I add the icon for the pinend tab
Listen
Show more options
Show thinking
Gemini said
Gemini said
By default, Firefox automatically uses the website's own logo (called a "favicon") as the icon for a pinned tab. There is no built-in setting in Firefox to just click and upload your own custom picture for a pinned tab.
However, if you want to add or change the icon for a specific pinned tab, you can do it using a couple of workarounds:
Method 1: Use a Browser Extension (Easiest)
Method 1: Use a Browser Extension (Easiest)
The simplest way to force a specific icon onto a tab is by using an extension.
Go to the Firefox Add-ons site and search for
Tab Modifier
.
Install the extension.
Open the extension's settings.
You can create a rule for the specific website you have pinned. You'll be able to paste the URL of an image you want to use, and the extension will replace the default tab icon with your chosen image.
Method 2: Use userChrome.css (Advanced)
Method 2: Use
userChrome.css
(Advanced)
If you are comfortable tweaking Firefox's code, you can change tab icons using custom CSS.
You first need to enable custom stylesheets by typing
about:config
in your address bar, searching for
toolkit.legacyUserProfileCustomizations.stylesheets
, and setting it to
true
.
Open your Firefox profile folder (Go to
about:support
> Profile Folder > Open Folder).
Create a folder named
chrome
and inside it, create a file named
userChrome.css
.
You can add CSS code targeting a specific website to change its icon. For example:
CSS
Copy code
.tabbrowser-tab
[image*=
"example.com"
]
.tab-icon-image
{
content
:
url
(
"file:///C:/path/to/your/icon.png"
)
!important
;
}
(Note: This method requires a bit of technical comfort and managing file paths).
Troubleshooting: Is the icon missing?
Troubleshooting: Is the icon missing?
If your pinned tab just shows a generic globe or document icon instead of the site's logo, it usually means the website developers forgot to add a favicon to their site.
Sometimes, it's just a browser glitch. You can try to fix a missing icon by:
Unpinning the tab, refreshing the page (
Ctrl
+
F5
for a hard refresh), and pinning it again.
Clearing your browser cache.
(Note: If you were asking if you can add a "Pin Tab"
shortcut button
to your main Firefox toolbar to make pinning easier, Firefox doesn't have a drag-and-drop button for this. Instead, you can right-click any tab and select "Pin Tab", or use the keyboard shortcut
Alt
+
P
/
Ctrl
+
M
depending on your OS and settings).
Enter a prompt for Gemini
encrypted
Enter a prompt for Gemini
encrypted
Open upload file menu
Tools
Open mode picker
Pro
Microphone
Your Jiminny chats aren’t used to improve our models. Gemini is AI and can make mistakes, including about people.
Your privacy & Gemini Opens in a new window
Your privacy & Gemini
Opens in a new window
New
Summarize page
Summarize page
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
Search, press enter to navigate to advanced search with your text query
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces
Create space
Create space
More actions for spaces
More actions for spaces
Recent
Jiminny (New)
Jiminny (New)
Jiminny (New)
Create board
Create board
More actions for Jiminny (New)
More actions for Jiminny (New)
Platform Team
Platform Team
Board actions
Board actions
SE Kanban
SE Kanban
Board actions
Board actions
Capture Team
Capture Team
Board actions
Board actions
Enterprise Stability Issues 🤕
Enterprise Stability Issues 🤕
Board actions
Board actions
Processing Team
Processing Team
Board actions
Board actions
Service-Desk
Service-Desk
More actions for Service-Desk
More actions for Service-Desk
More spaces
More spaces
Filters
Filters...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"WORK, Google Account: lukas.kovalik@jiminny.com","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Main menu","depth":12,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Chat","depth":12,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":21,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Edit","depth":21,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"You said in firefox can I add the icon for the pinend tab","depth":21,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"in firefox can I add the icon for the pinend tab","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Listen","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":20,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Show thinking","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Gemini said","depth":20,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"By default, Firefox automatically uses the website's own logo (called a \"favicon\") as the icon for a pinned tab. There is no built-in setting in Firefox to just click and upload your own custom picture for a pinned tab.","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"However, if you want to add or change the icon for a specific pinned tab, you can do it using a couple of workarounds:","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Method 1: Use a Browser Extension (Easiest)","depth":23,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Method 1: Use a Browser Extension (Easiest)","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The simplest way to force a specific icon onto a tab is by using an extension.","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Go to the Firefox Add-ons site and search for","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Tab Modifier","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Install the extension.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open the extension's settings.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You can create a rule for the specific website you have pinned. You'll be able to paste the URL of an image you want to use, and the extension will replace the default tab icon with your chosen image.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Method 2: Use userChrome.css (Advanced)","depth":23,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Method 2: Use","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"userChrome.css","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(Advanced)","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you are comfortable tweaking Firefox's code, you can change tab icons using custom CSS.","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You first need to enable custom stylesheets by typing","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"about:config","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"in your address bar, searching for","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"toolkit.legacyUserProfileCustomizations.stylesheets","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", and setting it to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"true","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open your Firefox profile folder (Go to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"about:support","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"> Profile Folder > Open Folder).","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Create a folder named","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"chrome","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and inside it, create a file named","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"userChrome.css","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You can add CSS code targeting a specific website to change its icon. For example:","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CSS","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":".tabbrowser-tab","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[image*=","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"example.com\"","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"]","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".tab-icon-image","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"{","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"content","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"url","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"file:///C:/path/to/your/icon.png\"","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"!important","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":";\n}","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(Note: This method requires a bit of technical comfort and managing file paths).","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Troubleshooting: Is the icon missing?","depth":23,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Troubleshooting: Is the icon missing?","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If your pinned tab just shows a generic globe or document icon instead of the site's logo, it usually means the website developers forgot to add a favicon to their site.","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sometimes, it's just a browser glitch. You can try to fix a missing icon by:","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Unpinning the tab, refreshing the page (","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ctrl","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"F5","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"for a hard refresh), and pinning it again.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Clearing your browser cache.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(Note: If you were asking if you can add a \"Pin Tab\"","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"shortcut button","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to your main Firefox toolbar to make pinning easier, Firefox doesn't have a drag-and-drop button for this. Instead, you can right-click any tab and select \"Pin Tab\", or use the keyboard shortcut","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alt","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"P","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ctrl","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"M","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"depending on your OS and settings).","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextArea","text":"Enter a prompt for Gemini\nencrypted","depth":20,"value":"Enter a prompt for Gemini\nencrypted","help_text":"","role_description":"text entry area","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Enter a prompt for Gemini","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"encrypted","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open upload file menu","depth":20,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Tools","depth":18,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open mode picker","depth":20,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pro","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Microphone","depth":19,"role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Your Jiminny chats aren’t used to improve our models. Gemini is AI and can make mistakes, including about people.","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Your privacy & Gemini Opens in a new window","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Your privacy & Gemini","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Opens in a new window","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"New","depth":7,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Summarize page","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summarize page","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Skip to:","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Top Bar","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Top Bar","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Sidebar","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Sidebar","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Main Content","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Main Content","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Space navigation","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Space navigation","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Collapse sidebar [","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Collapse sidebar [","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Switch sites or apps","depth":10,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Switch sites or apps","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Go to your Jira homepage","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXComboBox","text":"Search, press enter to navigate to advanced search with your text query","depth":10,"help_text":"","placeholder":"Search","role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Create","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Create","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Rovo Ask Rovo","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ask Rovo","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Notifications","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Notifications","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Help","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Help","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Settings","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Settings","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"lukas.kovalik@jiminny.com","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"For you","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"For you","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Recent","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Recent","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Starred","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Starred","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Apps","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Apps","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for Apps","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for Apps","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Spaces","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Spaces","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Create space","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Create space","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for spaces","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for spaces","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Recent","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Jiminny (New)","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny (New)","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Jiminny (New)","depth":18,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXMenuButton","text":"Create board","depth":18,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Create board","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for Jiminny (New)","depth":18,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for Jiminny (New)","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Platform Team","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform Team","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SE Kanban","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SE Kanban","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Capture Team","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Capture Team","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Enterprise Stability Issues 🤕","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Enterprise Stability Issues 🤕","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Processing Team","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Processing Team","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Service-Desk","depth":17,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Service-Desk","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for Service-Desk","depth":18,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for Service-Desk","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More spaces","depth":17,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More spaces","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Filters","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Filters","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
8026413474601973861
|
6472743062757865095
|
click
|
accessibility
|
NULL
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
AI Chat settings
Close
WORK, Google Account: [EMAIL]
Main menu
New Chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
Copy prompt
Edit
You said in firefox can I add the icon for the pinend tab
You said
in firefox can I add the icon for the pinend tab
Listen
Show more options
Show thinking
Gemini said
Gemini said
By default, Firefox automatically uses the website's own logo (called a "favicon") as the icon for a pinned tab. There is no built-in setting in Firefox to just click and upload your own custom picture for a pinned tab.
However, if you want to add or change the icon for a specific pinned tab, you can do it using a couple of workarounds:
Method 1: Use a Browser Extension (Easiest)
Method 1: Use a Browser Extension (Easiest)
The simplest way to force a specific icon onto a tab is by using an extension.
Go to the Firefox Add-ons site and search for
Tab Modifier
.
Install the extension.
Open the extension's settings.
You can create a rule for the specific website you have pinned. You'll be able to paste the URL of an image you want to use, and the extension will replace the default tab icon with your chosen image.
Method 2: Use userChrome.css (Advanced)
Method 2: Use
userChrome.css
(Advanced)
If you are comfortable tweaking Firefox's code, you can change tab icons using custom CSS.
You first need to enable custom stylesheets by typing
about:config
in your address bar, searching for
toolkit.legacyUserProfileCustomizations.stylesheets
, and setting it to
true
.
Open your Firefox profile folder (Go to
about:support
> Profile Folder > Open Folder).
Create a folder named
chrome
and inside it, create a file named
userChrome.css
.
You can add CSS code targeting a specific website to change its icon. For example:
CSS
Copy code
.tabbrowser-tab
[image*=
"example.com"
]
.tab-icon-image
{
content
:
url
(
"file:///C:/path/to/your/icon.png"
)
!important
;
}
(Note: This method requires a bit of technical comfort and managing file paths).
Troubleshooting: Is the icon missing?
Troubleshooting: Is the icon missing?
If your pinned tab just shows a generic globe or document icon instead of the site's logo, it usually means the website developers forgot to add a favicon to their site.
Sometimes, it's just a browser glitch. You can try to fix a missing icon by:
Unpinning the tab, refreshing the page (
Ctrl
+
F5
for a hard refresh), and pinning it again.
Clearing your browser cache.
(Note: If you were asking if you can add a "Pin Tab"
shortcut button
to your main Firefox toolbar to make pinning easier, Firefox doesn't have a drag-and-drop button for this. Instead, you can right-click any tab and select "Pin Tab", or use the keyboard shortcut
Alt
+
P
/
Ctrl
+
M
depending on your OS and settings).
Enter a prompt for Gemini
encrypted
Enter a prompt for Gemini
encrypted
Open upload file menu
Tools
Open mode picker
Pro
Microphone
Your Jiminny chats aren’t used to improve our models. Gemini is AI and can make mistakes, including about people.
Your privacy & Gemini Opens in a new window
Your privacy & Gemini
Opens in a new window
New
Summarize page
Summarize page
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
Search, press enter to navigate to advanced search with your text query
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces
Create space
Create space
More actions for spaces
More actions for spaces
Recent
Jiminny (New)
Jiminny (New)
Jiminny (New)
Create board
Create board
More actions for Jiminny (New)
More actions for Jiminny (New)
Platform Team
Platform Team
Board actions
Board actions
SE Kanban
SE Kanban
Board actions
Board actions
Capture Team
Capture Team
Board actions
Board actions
Enterprise Stability Issues 🤕
Enterprise Stability Issues 🤕
Board actions
Board actions
Processing Team
Processing Team
Board actions
Board actions
Service-Desk
Service-Desk
More actions for Service-Desk
More actions for Service-Desk
More spaces
More spaces
Filters
Filters...
|
NULL
|
|
7724
|
144
|
36
|
2026-04-13T16:19:38.479982+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097178479_m1.jpg...
|
Code
|
Getting started with Cla… — screenpipe [SSH: 100.7 Getting started with Cla… — screenpipe [SSH: 100.73.206.126]...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT
2026-04-13T14:19:10.998594+00:00
2026-04-13T14:19:08.686883+00:00
2026-04-13T14:19:06.581255+00:00
2026-04-09T16:53:09.043761+00:00
2026-04-09T16:53:19.073971+00:00
2026-04-09T16:53:20.618409+00:00
[rerun: b5]
Read
index.html
index.html
(lines 451-480)
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/stats?d=2026-04-13" 2>&1 | head -50
Copy code to clipboard...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Explorer (⇧⌘E)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Search (⇧⌘F)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Source Control (⌃⇧G)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Run and Debug (⇧⌘D)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Remote Explorer","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Claude Code","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Containers","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"EXPLORER","depth":17,"role_description":"heading"},{"role":"AXStaticText","text":"EXPLORER","depth":18,"role_description":"text"},{"role":"AXButton","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"SCREENPIPE [SSH: 100.73.206.126]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"#recycle","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"app","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"__pycache__","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"consumers","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"static","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"cli.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"docker-compose.yml","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"Dockerfile","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"main.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"requirements.txt","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"data","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"pipes","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.sqlite","depth":27,"role_description":"text"},{"role":"AXButton","text":"Outline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"OUTLINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"OUTLINE","depth":23,"role_description":"text"},{"role":"AXButton","text":"Timeline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"TIMELINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"TIMELINE","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"pipe.md, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Untitled-2, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"docker-compose.yml, preview, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"","depth":29,"role_description":"text"},{"role":"AXTextArea","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":28,"value":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","role_description":"editor","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":29,"role_description":"text"},{"role":"AXRadioButton","text":"Getting started with Cla…, Editor Group 2","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Problems (⇧⌘M)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PROBLEMS","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Output (⇧⌘U)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUTPUT","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Debug Console (⇧⌘Y)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DEBUG CONSOLE","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Terminal (⌃`)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"TERMINAL","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Ports","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PORTS","depth":24,"role_description":"text"},{"role":"AXButton","text":"remote SSH: 100.73.206.126","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"SSH: 100.73.206.126","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Problems","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Ports Forwarded","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"Notifications","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sign In","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Sign In","depth":17,"role_description":"text"},{"role":"AXButton","text":"Screen Reader Optimized","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Info: Setting up SSH Host 100.73.206.126: Setting up SSH tunnel","depth":12,"role_description":"text"},{"role":"AXStaticText","text":"Command Succeeded","depth":12,"role_description":"text"},{"role":"AXButton","text":"Getting started with Claude agent SDK","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Session history","depth":18,"help_text":"Session history","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New session","depth":18,"help_text":"New session","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to start it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check what's in your working directory to understand what you're referring to.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app\ndata\ndb.sqlite\npipes\n#recycle\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"cli.py\nconsumers\ndb.py\ndocker-compose.yml\nDockerfile\nmain.py\nrequirements.txt\nstatic\nai-habits\nday-recap\nmeeting-summary\nstandup-update\ntime-breakdown\nvideo-export\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"docker-compose.yml","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This is a Screenpipe app with a Docker Compose setup. To start it:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app\ndocker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This builds the image (first run) and starts the container in the background","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The app will be accessible at","depth":23,"role_description":"text"},{"role":"AXLink","text":"http://your-server-ip:8766","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-server-ip:8766","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"To check if it's running:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose ps","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"To view logs:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose logs -f","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Make sure an","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists in","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"before starting — the compose file references one (","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"env_file: .env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"). If it's missing, the container will fail to start.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/.env 2>/dev/null && echo \"exists\" || echo \"MISSING\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/.env\nexists\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists, so you're good to go. Just run:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check the current state of the data.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite\n2026-04-09\n2026-04-11\n2026-04-12\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \".tables\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"_sqlx_migrations meetings \naudio_chunks memories \naudio_tags memories_fts \naudio_transcriptions memories_fts_config \naudio_transcriptions_fts memories_fts_data \naudio_transcriptions_fts_config memories_fts_docsize \naudio_transcriptions_fts_data memories_fts_idx \naudio_transcriptions_fts_docsize ocr_text \naudio_transcriptions_fts_idx pipe_executions \nelements pipe_scheduler_state \nelements_fts speaker_embeddings \nelements_fts_config speakers \nelements_fts_data tags \nelements_fts_docsize ui_events \nelements_fts_idx ui_events_fts \nframes ui_events_fts_config \nframes_fts ui_events_fts_data \nframes_fts_config ui_events_fts_docsize \nframes_fts_content ui_events_fts_idx \nframes_fts_data video_chunks \nframes_fts_docsize vision_tags \nframes_fts_idx\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"6923\n5464\n3\n[rerun: b3]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"main.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"main.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"db.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"db.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\npermission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dapp%22%3Atrue%7D%7D\": dial unix /var/run/docker.sock: connect: permission denied\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\nsudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper\nsudo: a password is required\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"groups && id","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"admin users ughomeusers Media Social\nuid=1000(Adm1n) gid=10(admin) groups=10(admin),100(users),133(ughomeusers),1001(Media),1002(Social)\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"You need to run Docker with elevated privileges. You're not in the","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"docker","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"group. There are two options:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Option 1 — Run via Synology's Container Manager (DSM GUI)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open DSM → Container Manager → Project → Create project → point it to","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/docker-compose.yml","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Option 2 — Add yourself to the docker group (requires admin/root once)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open an SSH terminal as root (or via DSM terminal with admin):","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"sudo synogroup --add docker Adm1n\n# then log out and back in, then:\ncd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Option 3 — Run it directly from an SSH session with sudo","depth":23,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"ssh admin@your-nas-ip\nsudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Once running, the dashboard will be at","depth":22,"role_description":"text"},{"role":"AXLink","text":"http://your-nas-ip:8766","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-nas-ip:8766","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.","depth":22,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check why data isn't showing and look at the frontend.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13|2643\n2026-04-12|2455\n2026-04-11|1302\n2026-04-09|523\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/static/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"index.html\n[rerun: b2]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"wc -l /volume1/screenpipe/app/static/index.html","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"1048 /volume1/screenpipe/app/static/index.html\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"grep -n \"today\\|new Date\\|date\\|default\" /volume1/screenpipe/app/static/index.html | head -40","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"24:input[type=\"date\"] {\n71:.sess-segment:hover { opacity: 0.8; cursor: default; }\n179:button:disabled { opacity: 0.4; cursor: default; }\n276: <input type=\"date\" id=\"datePicker\" onchange=\"refresh()\">\n336: <select id=\"sSrc\" onchange=\"updateSourceHint()\">\n356: <input type=\"date\" id=\"sDate\">\n388: <div id=\"workReportOut\"><div class=\"empty\">Click Generate Report to build a structured work summary for the selected date.</div></div>\n398: <option value=\"standup\">Standup Update</option>\n453:const dp = document.getElementById('datePicker');\n454:dp.value = new Date().toISOString().slice(0,10);\n525: // Re-render bars to update selection highlight\n679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));\n710:function updateSourceHint() {\n721: updateSourceHint();\n797: if (!rows.length) { el.innerHTML = '<div class=\"empty\">No audio for this date.</div>'; return; }\n835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }\n885: const spanMs = new Date(s.day_end) - new Date(s.day_start);\n891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;\n892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;\n899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;\n900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T14:19:10.998594+00:00\n2026-04-13T14:19:08.686883+00:00\n2026-04-13T14:19:06.581255+00:00\n2026-04-09T16:53:09.043761+00:00\n2026-04-09T16:53:19.073971+00:00\n2026-04-09T16:53:20.618409+00:00\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"index.html","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"index.html","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"(lines 451-480)","depth":23,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"curl -s \"http://localhost:8766/api/stats?d=2026-04-13\" 2>&1 | head -50","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-7523945760350996144
|
-8840388716219689343
|
visual_change
|
accessibility
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT
2026-04-13T14:19:10.998594+00:00
2026-04-13T14:19:08.686883+00:00
2026-04-13T14:19:06.581255+00:00
2026-04-09T16:53:09.043761+00:00
2026-04-09T16:53:19.073971+00:00
2026-04-09T16:53:20.618409+00:00
[rerun: b5]
Read
index.html
index.html
(lines 451-480)
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/stats?d=2026-04-13" 2>&1 | head -50
Copy code to clipboard...
|
7723
|
|
7726
|
144
|
38
|
2026-04-13T16:19:45.496181+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097185496_m1.jpg...
|
Code
|
Getting started with Cla… — screenpipe [SSH: 100.7 Getting started with Cla… — screenpipe [SSH: 100.73.206.126]...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Explorer (⇧⌘E)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Search (⇧⌘F)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Source Control (⌃⇧G)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Run and Debug (⇧⌘D)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Remote Explorer","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Claude Code","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Containers","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"EXPLORER","depth":17,"role_description":"heading"},{"role":"AXStaticText","text":"EXPLORER","depth":18,"role_description":"text"},{"role":"AXButton","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"SCREENPIPE [SSH: 100.73.206.126]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"#recycle","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"app","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"__pycache__","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"consumers","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"static","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"cli.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"docker-compose.yml","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"Dockerfile","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"main.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"requirements.txt","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"data","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"pipes","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.sqlite","depth":27,"role_description":"text"},{"role":"AXButton","text":"Outline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"OUTLINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"OUTLINE","depth":23,"role_description":"text"},{"role":"AXButton","text":"Timeline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"TIMELINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"TIMELINE","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"pipe.md, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Untitled-2, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"docker-compose.yml, preview, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"","depth":29,"role_description":"text"},{"role":"AXTextArea","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":28,"value":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","role_description":"editor","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":29,"role_description":"text"},{"role":"AXRadioButton","text":"Getting started with Cla…, Editor Group 2","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Problems (⇧⌘M)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PROBLEMS","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Output (⇧⌘U)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUTPUT","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Debug Console (⇧⌘Y)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DEBUG CONSOLE","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Terminal (⌃`)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"TERMINAL","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Ports","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PORTS","depth":24,"role_description":"text"},{"role":"AXButton","text":"remote SSH: 100.73.206.126","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"SSH: 100.73.206.126","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Problems","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Ports Forwarded","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"Notifications","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sign In","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Sign In","depth":17,"role_description":"text"},{"role":"AXButton","text":"Screen Reader Optimized","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Info: Setting up SSH Host 100.73.206.126: Setting up SSH tunnel","depth":12,"role_description":"text"},{"role":"AXStaticText","text":"Command Succeeded","depth":12,"role_description":"text"},{"role":"AXButton","text":"Getting started with Claude agent SDK","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Session history","depth":18,"help_text":"Session history","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New session","depth":18,"help_text":"New session","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to start it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check what's in your working directory to understand what you're referring to.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app\ndata\ndb.sqlite\npipes\n#recycle\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"cli.py\nconsumers\ndb.py\ndocker-compose.yml\nDockerfile\nmain.py\nrequirements.txt\nstatic\nai-habits\nday-recap\nmeeting-summary\nstandup-update\ntime-breakdown\nvideo-export\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"docker-compose.yml","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This is a Screenpipe app with a Docker Compose setup. To start it:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app\ndocker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This builds the image (first run) and starts the container in the background","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The app will be accessible at","depth":23,"role_description":"text"},{"role":"AXLink","text":"http://your-server-ip:8766","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-server-ip:8766","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"To check if it's running:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose ps","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"To view logs:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose logs -f","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Make sure an","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists in","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"before starting — the compose file references one (","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"env_file: .env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"). If it's missing, the container will fail to start.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/.env 2>/dev/null && echo \"exists\" || echo \"MISSING\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/.env\nexists\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists, so you're good to go. Just run:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check the current state of the data.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite\n2026-04-09\n2026-04-11\n2026-04-12\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \".tables\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"_sqlx_migrations meetings \naudio_chunks memories \naudio_tags memories_fts \naudio_transcriptions memories_fts_config \naudio_transcriptions_fts memories_fts_data \naudio_transcriptions_fts_config memories_fts_docsize \naudio_transcriptions_fts_data memories_fts_idx \naudio_transcriptions_fts_docsize ocr_text \naudio_transcriptions_fts_idx pipe_executions \nelements pipe_scheduler_state \nelements_fts speaker_embeddings \nelements_fts_config speakers \nelements_fts_data tags \nelements_fts_docsize ui_events \nelements_fts_idx ui_events_fts \nframes ui_events_fts_config \nframes_fts ui_events_fts_data \nframes_fts_config ui_events_fts_docsize \nframes_fts_content ui_events_fts_idx \nframes_fts_data video_chunks \nframes_fts_docsize vision_tags \nframes_fts_idx\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"6923\n5464\n3\n[rerun: b3]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"main.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"main.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"db.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"db.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\npermission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dapp%22%3Atrue%7D%7D\": dial unix /var/run/docker.sock: connect: permission denied\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\nsudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper\nsudo: a password is required\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"groups && id","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"admin users ughomeusers Media Social\nuid=1000(Adm1n) gid=10(admin) groups=10(admin),100(users),133(ughomeusers),1001(Media),1002(Social)\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"You need to run Docker with elevated privileges. You're not in the","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"docker","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"group. There are two options:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Option 1 — Run via Synology's Container Manager (DSM GUI)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open DSM → Container Manager → Project → Create project → point it to","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/docker-compose.yml","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Option 2 — Add yourself to the docker group (requires admin/root once)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open an SSH terminal as root (or via DSM terminal with admin):","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"sudo synogroup --add docker Adm1n\n# then log out and back in, then:\ncd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Option 3 — Run it directly from an SSH session with sudo","depth":23,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"ssh admin@your-nas-ip\nsudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Once running, the dashboard will be at","depth":22,"role_description":"text"},{"role":"AXLink","text":"http://your-nas-ip:8766","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-nas-ip:8766","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.","depth":22,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check why data isn't showing and look at the frontend.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13|2643\n2026-04-12|2455\n2026-04-11|1302\n2026-04-09|523\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/static/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"index.html\n[rerun: b2]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"wc -l /volume1/screenpipe/app/static/index.html","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"1048 /volume1/screenpipe/app/static/index.html\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"grep -n \"today\\|new Date\\|date\\|default\" /volume1/screenpipe/app/static/index.html | head -40","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"24:input[type=\"date\"] {\n71:.sess-segment:hover { opacity: 0.8; cursor: default; }\n179:button:disabled { opacity: 0.4; cursor: default; }\n276: <input type=\"date\" id=\"datePicker\" onchange=\"refresh()\">\n336: <select id=\"sSrc\" onchange=\"updateSourceHint()\">\n356: <input type=\"date\" id=\"sDate\">\n388: <div id=\"workReportOut\"><div class=\"empty\">Click Generate Report to build a structured work summary for the selected date.</div></div>\n398: <option value=\"standup\">Standup Update</option>\n453:const dp = document.getElementById('datePicker');\n454:dp.value = new Date().toISOString().slice(0,10);\n525: // Re-render bars to update selection highlight\n679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));\n710:function updateSourceHint() {\n721: updateSourceHint();\n797: if (!rows.length) { el.innerHTML = '<div class=\"empty\">No audio for this date.</div>'; return; }\n835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }\n885: const spanMs = new Date(s.day_end) - new Date(s.day_start);\n891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;\n892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;\n899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;\n900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"}]...
|
7421440374733194549
|
-8263927963664607599
|
click
|
accessibility
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash...
|
7725
|
|
7729
|
144
|
41
|
2026-04-13T16:20:18.439490+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097218439_m1.jpg...
|
Code
|
Getting started with Cla… — screenpipe [SSH: 100.7 Getting started with Cla… — screenpipe [SSH: 100.73.206.126]...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Explorer (⇧⌘E)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Search (⇧⌘F)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Source Control (⌃⇧G)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Run and Debug (⇧⌘D)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Remote Explorer","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Claude Code","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Containers","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"EXPLORER","depth":17,"role_description":"heading"},{"role":"AXStaticText","text":"EXPLORER","depth":18,"role_description":"text"},{"role":"AXButton","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"SCREENPIPE [SSH: 100.73.206.126]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"#recycle","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"app","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"__pycache__","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"consumers","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"static","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"cli.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"docker-compose.yml","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"Dockerfile","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"main.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"requirements.txt","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"data","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"pipes","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.sqlite","depth":27,"role_description":"text"},{"role":"AXButton","text":"Outline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"OUTLINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"OUTLINE","depth":23,"role_description":"text"},{"role":"AXButton","text":"Timeline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"TIMELINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"TIMELINE","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"pipe.md, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Untitled-2, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"docker-compose.yml, preview, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"","depth":29,"role_description":"text"},{"role":"AXTextArea","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":28,"value":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","role_description":"editor","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":29,"role_description":"text"},{"role":"AXRadioButton","text":"Getting started with Cla…, Editor Group 2","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Problems (⇧⌘M)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PROBLEMS","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Output (⇧⌘U)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUTPUT","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Debug Console (⇧⌘Y)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DEBUG CONSOLE","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Terminal (⌃`)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"TERMINAL","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Ports","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PORTS","depth":24,"role_description":"text"},{"role":"AXButton","text":"remote SSH: 100.73.206.126","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"SSH: 100.73.206.126","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Problems","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Ports Forwarded","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"Notifications","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sign In","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Sign In","depth":17,"role_description":"text"},{"role":"AXButton","text":"Screen Reader Optimized","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Info: Setting up SSH Host 100.73.206.126: Setting up SSH tunnel","depth":12,"role_description":"text"},{"role":"AXStaticText","text":"Command Succeeded","depth":12,"role_description":"text"},{"role":"AXButton","text":"Getting started with Claude agent SDK","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Session history","depth":18,"help_text":"Session history","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New session","depth":18,"help_text":"New session","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to start it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check what's in your working directory to understand what you're referring to.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app\ndata\ndb.sqlite\npipes\n#recycle\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"cli.py\nconsumers\ndb.py\ndocker-compose.yml\nDockerfile\nmain.py\nrequirements.txt\nstatic\nai-habits\nday-recap\nmeeting-summary\nstandup-update\ntime-breakdown\nvideo-export\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"docker-compose.yml","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This is a Screenpipe app with a Docker Compose setup. To start it:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app\ndocker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This builds the image (first run) and starts the container in the background","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The app will be accessible at","depth":23,"role_description":"text"},{"role":"AXLink","text":"http://your-server-ip:8766","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-server-ip:8766","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"To check if it's running:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose ps","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"To view logs:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose logs -f","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Make sure an","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists in","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"before starting — the compose file references one (","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"env_file: .env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"). If it's missing, the container will fail to start.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/.env 2>/dev/null && echo \"exists\" || echo \"MISSING\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/.env\nexists\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists, so you're good to go. Just run:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check the current state of the data.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite\n2026-04-09\n2026-04-11\n2026-04-12\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \".tables\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"_sqlx_migrations meetings \naudio_chunks memories \naudio_tags memories_fts \naudio_transcriptions memories_fts_config \naudio_transcriptions_fts memories_fts_data \naudio_transcriptions_fts_config memories_fts_docsize \naudio_transcriptions_fts_data memories_fts_idx \naudio_transcriptions_fts_docsize ocr_text \naudio_transcriptions_fts_idx pipe_executions \nelements pipe_scheduler_state \nelements_fts speaker_embeddings \nelements_fts_config speakers \nelements_fts_data tags \nelements_fts_docsize ui_events \nelements_fts_idx ui_events_fts \nframes ui_events_fts_config \nframes_fts ui_events_fts_data \nframes_fts_config ui_events_fts_docsize \nframes_fts_content ui_events_fts_idx \nframes_fts_data video_chunks \nframes_fts_docsize vision_tags \nframes_fts_idx\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"6923\n5464\n3\n[rerun: b3]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"main.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"main.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"db.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"db.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\npermission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dapp%22%3Atrue%7D%7D\": dial unix /var/run/docker.sock: connect: permission denied\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\nsudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper\nsudo: a password is required\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"groups && id","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"admin users ughomeusers Media Social\nuid=1000(Adm1n) gid=10(admin) groups=10(admin),100(users),133(ughomeusers),1001(Media),1002(Social)\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"You need to run Docker with elevated privileges. You're not in the","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"docker","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"group. There are two options:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Option 1 — Run via Synology's Container Manager (DSM GUI)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open DSM → Container Manager → Project → Create project → point it to","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/docker-compose.yml","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Option 2 — Add yourself to the docker group (requires admin/root once)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open an SSH terminal as root (or via DSM terminal with admin):","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"sudo synogroup --add docker Adm1n\n# then log out and back in, then:\ncd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Option 3 — Run it directly from an SSH session with sudo","depth":23,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"ssh admin@your-nas-ip\nsudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Once running, the dashboard will be at","depth":22,"role_description":"text"},{"role":"AXLink","text":"http://your-nas-ip:8766","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-nas-ip:8766","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.","depth":22,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check why data isn't showing and look at the frontend.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13|2643\n2026-04-12|2455\n2026-04-11|1302\n2026-04-09|523\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/static/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"index.html\n[rerun: b2]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"wc -l /volume1/screenpipe/app/static/index.html","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"1048 /volume1/screenpipe/app/static/index.html\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"grep -n \"today\\|new Date\\|date\\|default\" /volume1/screenpipe/app/static/index.html | head -40","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"24:input[type=\"date\"] {\n71:.sess-segment:hover { opacity: 0.8; cursor: default; }\n179:button:disabled { opacity: 0.4; cursor: default; }\n276: <input type=\"date\" id=\"datePicker\" onchange=\"refresh()\">\n336: <select id=\"sSrc\" onchange=\"updateSourceHint()\">\n356: <input type=\"date\" id=\"sDate\">\n388: <div id=\"workReportOut\"><div class=\"empty\">Click Generate Report to build a structured work summary for the selected date.</div></div>\n398: <option value=\"standup\">Standup Update</option>\n453:const dp = document.getElementById('datePicker');\n454:dp.value = new Date().toISOString().slice(0,10);\n525: // Re-render bars to update selection highlight\n679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));\n710:function updateSourceHint() {\n721: updateSourceHint();\n797: if (!rows.length) { el.innerHTML = '<div class=\"empty\">No audio for this date.</div>'; return; }\n835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }\n885: const spanMs = new Date(s.day_end) - new Date(s.day_start);\n891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;\n892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;\n899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;\n900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"}]...
|
7298710943072139453
|
-8840388707378096511
|
idle
|
accessibility
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT...
|
NULL
|
|
7731
|
144
|
43
|
2026-04-13T16:20:32.741785+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097232741_m1.jpg...
|
Code
|
Getting started with Cla… — screenpipe [SSH: 100.7 Getting started with Cla… — screenpipe [SSH: 100.73.206.126]...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT
2026-04-13T14:19:10.998594+00:00
2026-04-13T14:19:08.686883+00:00
2026-04-13T14:19:06.581255+00:00
2026-04-09T16:53:09.043761+00:00
2026-04-09T16:53:19.073971+00:00
2026-04-09T16:53:20.618409+00:00
[rerun: b5]
Read
index.html
index.html
(lines 451-480)
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/stats?d=2026-04-13" 2>&1 | head -50
Copy code to clipboard
OUT
{"date":"2026-04-13","total_frames":0,"first_seen":null,"last_seen":null,"unique_apps":0,"audio_segments":0,"ui_events":0}
[rerun: b6]
Thinking
Thinking
Bash
IN
ls /volume1/screenpipe/app/consumers/
Copy code to clipboard
OUT
activity.py
audio.py
elements.py
__init__.py
interactions.py
ocr.py
report.py
summary.py
[rerun: b7]
Read
activity.py
activity.py
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/activity/apps?d=2026-04-13" 2>&1 | head -20
Copy code to clipboard
OUT...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Explorer (⇧⌘E)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Search (⇧⌘F)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Source Control (⌃⇧G)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Run and Debug (⇧⌘D)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Remote Explorer","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Claude Code","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Containers","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"EXPLORER","depth":17,"role_description":"heading"},{"role":"AXStaticText","text":"EXPLORER","depth":18,"role_description":"text"},{"role":"AXButton","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"SCREENPIPE [SSH: 100.73.206.126]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"#recycle","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"app","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"__pycache__","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"consumers","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"static","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"cli.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"docker-compose.yml","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"Dockerfile","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"main.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"requirements.txt","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"data","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"pipes","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.sqlite","depth":27,"role_description":"text"},{"role":"AXButton","text":"Outline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"OUTLINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"OUTLINE","depth":23,"role_description":"text"},{"role":"AXButton","text":"Timeline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"TIMELINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"TIMELINE","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"pipe.md, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Untitled-2, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"docker-compose.yml, preview, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"","depth":29,"role_description":"text"},{"role":"AXTextArea","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":28,"value":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","role_description":"editor","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":29,"role_description":"text"},{"role":"AXRadioButton","text":"Getting started with Cla…, Editor Group 2","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Problems (⇧⌘M)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PROBLEMS","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Output (⇧⌘U)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUTPUT","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Debug Console (⇧⌘Y)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DEBUG CONSOLE","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Terminal (⌃`)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"TERMINAL","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Ports","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PORTS","depth":24,"role_description":"text"},{"role":"AXButton","text":"remote SSH: 100.73.206.126","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"SSH: 100.73.206.126","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Problems","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Ports Forwarded","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"Notifications","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sign In","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Sign In","depth":17,"role_description":"text"},{"role":"AXButton","text":"Screen Reader Optimized","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Info: Setting up SSH Host 100.73.206.126: Setting up SSH tunnel","depth":12,"role_description":"text"},{"role":"AXStaticText","text":"Command Succeeded","depth":12,"role_description":"text"},{"role":"AXButton","text":"Getting started with Claude agent SDK","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Session history","depth":18,"help_text":"Session history","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New session","depth":18,"help_text":"New session","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to start it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check what's in your working directory to understand what you're referring to.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app\ndata\ndb.sqlite\npipes\n#recycle\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"cli.py\nconsumers\ndb.py\ndocker-compose.yml\nDockerfile\nmain.py\nrequirements.txt\nstatic\nai-habits\nday-recap\nmeeting-summary\nstandup-update\ntime-breakdown\nvideo-export\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"docker-compose.yml","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This is a Screenpipe app with a Docker Compose setup. To start it:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app\ndocker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This builds the image (first run) and starts the container in the background","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The app will be accessible at","depth":23,"role_description":"text"},{"role":"AXLink","text":"http://your-server-ip:8766","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-server-ip:8766","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"To check if it's running:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose ps","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"To view logs:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose logs -f","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Make sure an","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists in","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"before starting — the compose file references one (","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"env_file: .env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"). If it's missing, the container will fail to start.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/.env 2>/dev/null && echo \"exists\" || echo \"MISSING\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/.env\nexists\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists, so you're good to go. Just run:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check the current state of the data.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite\n2026-04-09\n2026-04-11\n2026-04-12\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \".tables\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"_sqlx_migrations meetings \naudio_chunks memories \naudio_tags memories_fts \naudio_transcriptions memories_fts_config \naudio_transcriptions_fts memories_fts_data \naudio_transcriptions_fts_config memories_fts_docsize \naudio_transcriptions_fts_data memories_fts_idx \naudio_transcriptions_fts_docsize ocr_text \naudio_transcriptions_fts_idx pipe_executions \nelements pipe_scheduler_state \nelements_fts speaker_embeddings \nelements_fts_config speakers \nelements_fts_data tags \nelements_fts_docsize ui_events \nelements_fts_idx ui_events_fts \nframes ui_events_fts_config \nframes_fts ui_events_fts_data \nframes_fts_config ui_events_fts_docsize \nframes_fts_content ui_events_fts_idx \nframes_fts_data video_chunks \nframes_fts_docsize vision_tags \nframes_fts_idx\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"6923\n5464\n3\n[rerun: b3]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"main.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"main.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"db.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"db.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\npermission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dapp%22%3Atrue%7D%7D\": dial unix /var/run/docker.sock: connect: permission denied\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\nsudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper\nsudo: a password is required\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"groups && id","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"admin users ughomeusers Media Social\nuid=1000(Adm1n) gid=10(admin) groups=10(admin),100(users),133(ughomeusers),1001(Media),1002(Social)\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"You need to run Docker with elevated privileges. You're not in the","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"docker","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"group. There are two options:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Option 1 — Run via Synology's Container Manager (DSM GUI)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open DSM → Container Manager → Project → Create project → point it to","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/docker-compose.yml","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Option 2 — Add yourself to the docker group (requires admin/root once)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open an SSH terminal as root (or via DSM terminal with admin):","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"sudo synogroup --add docker Adm1n\n# then log out and back in, then:\ncd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Option 3 — Run it directly from an SSH session with sudo","depth":23,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"ssh admin@your-nas-ip\nsudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Once running, the dashboard will be at","depth":22,"role_description":"text"},{"role":"AXLink","text":"http://your-nas-ip:8766","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-nas-ip:8766","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.","depth":22,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check why data isn't showing and look at the frontend.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13|2643\n2026-04-12|2455\n2026-04-11|1302\n2026-04-09|523\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/static/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"index.html\n[rerun: b2]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"wc -l /volume1/screenpipe/app/static/index.html","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"1048 /volume1/screenpipe/app/static/index.html\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"grep -n \"today\\|new Date\\|date\\|default\" /volume1/screenpipe/app/static/index.html | head -40","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"24:input[type=\"date\"] {\n71:.sess-segment:hover { opacity: 0.8; cursor: default; }\n179:button:disabled { opacity: 0.4; cursor: default; }\n276: <input type=\"date\" id=\"datePicker\" onchange=\"refresh()\">\n336: <select id=\"sSrc\" onchange=\"updateSourceHint()\">\n356: <input type=\"date\" id=\"sDate\">\n388: <div id=\"workReportOut\"><div class=\"empty\">Click Generate Report to build a structured work summary for the selected date.</div></div>\n398: <option value=\"standup\">Standup Update</option>\n453:const dp = document.getElementById('datePicker');\n454:dp.value = new Date().toISOString().slice(0,10);\n525: // Re-render bars to update selection highlight\n679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));\n710:function updateSourceHint() {\n721: updateSourceHint();\n797: if (!rows.length) { el.innerHTML = '<div class=\"empty\">No audio for this date.</div>'; return; }\n835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }\n885: const spanMs = new Date(s.day_end) - new Date(s.day_start);\n891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;\n892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;\n899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;\n900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T14:19:10.998594+00:00\n2026-04-13T14:19:08.686883+00:00\n2026-04-13T14:19:06.581255+00:00\n2026-04-09T16:53:09.043761+00:00\n2026-04-09T16:53:19.073971+00:00\n2026-04-09T16:53:20.618409+00:00\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"index.html","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"index.html","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"(lines 451-480)","depth":23,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"curl -s \"http://localhost:8766/api/stats?d=2026-04-13\" 2>&1 | head -50","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"{\"date\":\"2026-04-13\",\"total_frames\":0,\"first_seen\":null,\"last_seen\":null,\"unique_apps\":0,\"audio_segments\":0,\"ui_events\":0}\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/consumers/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"activity.py\naudio.py\nelements.py\n__init__.py\ninteractions.py\nocr.py\nreport.py\nsummary.py\n[rerun: b7]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"activity.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"activity.py","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"curl -s \"http://localhost:8766/api/activity/apps?d=2026-04-13\" 2>&1 | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"}]...
|
8798229737889626172
|
-8840388707629754751
|
click
|
accessibility
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT
2026-04-13T14:19:10.998594+00:00
2026-04-13T14:19:08.686883+00:00
2026-04-13T14:19:06.581255+00:00
2026-04-09T16:53:09.043761+00:00
2026-04-09T16:53:19.073971+00:00
2026-04-09T16:53:20.618409+00:00
[rerun: b5]
Read
index.html
index.html
(lines 451-480)
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/stats?d=2026-04-13" 2>&1 | head -50
Copy code to clipboard
OUT
{"date":"2026-04-13","total_frames":0,"first_seen":null,"last_seen":null,"unique_apps":0,"audio_segments":0,"ui_events":0}
[rerun: b6]
Thinking
Thinking
Bash
IN
ls /volume1/screenpipe/app/consumers/
Copy code to clipboard
OUT
activity.py
audio.py
elements.py
__init__.py
interactions.py
ocr.py
report.py
summary.py
[rerun: b7]
Read
activity.py
activity.py
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/activity/apps?d=2026-04-13" 2>&1 | head -20
Copy code to clipboard
OUT...
|
NULL
|
|
7732
|
144
|
44
|
2026-04-13T16:21:02.953561+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097262953_m1.jpg...
|
Code
|
Getting started with Cla… — screenpipe [SSH: 100.7 Getting started with Cla… — screenpipe [SSH: 100.73.206.126]...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Explorer (⇧⌘E)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Search (⇧⌘F)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Source Control (⌃⇧G)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Run and Debug (⇧⌘D)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Remote Explorer","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Claude Code","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Containers","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"EXPLORER","depth":17,"role_description":"heading"},{"role":"AXStaticText","text":"EXPLORER","depth":18,"role_description":"text"},{"role":"AXButton","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"SCREENPIPE [SSH: 100.73.206.126]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"#recycle","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"app","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"__pycache__","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"consumers","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"static","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"cli.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"docker-compose.yml","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"Dockerfile","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"main.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"requirements.txt","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"data","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"pipes","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.sqlite","depth":27,"role_description":"text"},{"role":"AXButton","text":"Outline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"OUTLINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"OUTLINE","depth":23,"role_description":"text"},{"role":"AXButton","text":"Timeline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"TIMELINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"TIMELINE","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"pipe.md, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Untitled-2, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"docker-compose.yml, preview, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"","depth":29,"role_description":"text"},{"role":"AXTextArea","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":28,"value":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","role_description":"editor","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":29,"role_description":"text"},{"role":"AXRadioButton","text":"Getting started with Cla…, Editor Group 2","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Problems (⇧⌘M)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PROBLEMS","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Output (⇧⌘U)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUTPUT","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Debug Console (⇧⌘Y)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DEBUG CONSOLE","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Terminal (⌃`)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"TERMINAL","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Ports","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PORTS","depth":24,"role_description":"text"},{"role":"AXButton","text":"remote SSH: 100.73.206.126","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"SSH: 100.73.206.126","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Problems","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Ports Forwarded","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"Notifications","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sign In","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Sign In","depth":17,"role_description":"text"},{"role":"AXButton","text":"Screen Reader Optimized","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Info: Setting up SSH Host 100.73.206.126: Setting up SSH tunnel","depth":12,"role_description":"text"},{"role":"AXStaticText","text":"Command Succeeded","depth":12,"role_description":"text"},{"role":"AXButton","text":"Getting started with Claude agent SDK","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Session history","depth":18,"help_text":"Session history","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New session","depth":18,"help_text":"New session","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to start it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check what's in your working directory to understand what you're referring to.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app\ndata\ndb.sqlite\npipes\n#recycle\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"cli.py\nconsumers\ndb.py\ndocker-compose.yml\nDockerfile\nmain.py\nrequirements.txt\nstatic\nai-habits\nday-recap\nmeeting-summary\nstandup-update\ntime-breakdown\nvideo-export\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"docker-compose.yml","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This is a Screenpipe app with a Docker Compose setup. To start it:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app\ndocker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This builds the image (first run) and starts the container in the background","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The app will be accessible at","depth":23,"role_description":"text"},{"role":"AXLink","text":"http://your-server-ip:8766","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-server-ip:8766","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"To check if it's running:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose ps","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"To view logs:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose logs -f","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Make sure an","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists in","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"before starting — the compose file references one (","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"env_file: .env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"). If it's missing, the container will fail to start.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/.env 2>/dev/null && echo \"exists\" || echo \"MISSING\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/.env\nexists\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists, so you're good to go. Just run:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check the current state of the data.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite\n2026-04-09\n2026-04-11\n2026-04-12\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \".tables\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"_sqlx_migrations meetings \naudio_chunks memories \naudio_tags memories_fts \naudio_transcriptions memories_fts_config \naudio_transcriptions_fts memories_fts_data \naudio_transcriptions_fts_config memories_fts_docsize \naudio_transcriptions_fts_data memories_fts_idx \naudio_transcriptions_fts_docsize ocr_text \naudio_transcriptions_fts_idx pipe_executions \nelements pipe_scheduler_state \nelements_fts speaker_embeddings \nelements_fts_config speakers \nelements_fts_data tags \nelements_fts_docsize ui_events \nelements_fts_idx ui_events_fts \nframes ui_events_fts_config \nframes_fts ui_events_fts_data \nframes_fts_config ui_events_fts_docsize \nframes_fts_content ui_events_fts_idx \nframes_fts_data video_chunks \nframes_fts_docsize vision_tags \nframes_fts_idx\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"6923\n5464\n3\n[rerun: b3]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"main.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"main.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"db.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"db.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\npermission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dapp%22%3Atrue%7D%7D\": dial unix /var/run/docker.sock: connect: permission denied\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\nsudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper\nsudo: a password is required\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"groups && id","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"admin users ughomeusers Media Social\nuid=1000(Adm1n) gid=10(admin) groups=10(admin),100(users),133(ughomeusers),1001(Media),1002(Social)\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"You need to run Docker with elevated privileges. You're not in the","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"docker","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"group. There are two options:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Option 1 — Run via Synology's Container Manager (DSM GUI)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open DSM → Container Manager → Project → Create project → point it to","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/docker-compose.yml","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Option 2 — Add yourself to the docker group (requires admin/root once)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open an SSH terminal as root (or via DSM terminal with admin):","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"sudo synogroup --add docker Adm1n\n# then log out and back in, then:\ncd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Option 3 — Run it directly from an SSH session with sudo","depth":23,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"ssh admin@your-nas-ip\nsudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Once running, the dashboard will be at","depth":22,"role_description":"text"},{"role":"AXLink","text":"http://your-nas-ip:8766","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-nas-ip:8766","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.","depth":22,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check why data isn't showing and look at the frontend.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13|2643\n2026-04-12|2455\n2026-04-11|1302\n2026-04-09|523\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/static/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"index.html\n[rerun: b2]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"wc -l /volume1/screenpipe/app/static/index.html","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"1048 /volume1/screenpipe/app/static/index.html\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"grep -n \"today\\|new Date\\|date\\|default\" /volume1/screenpipe/app/static/index.html | head -40","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"24:input[type=\"date\"] {\n71:.sess-segment:hover { opacity: 0.8; cursor: default; }\n179:button:disabled { opacity: 0.4; cursor: default; }\n276: <input type=\"date\" id=\"datePicker\" onchange=\"refresh()\">\n336: <select id=\"sSrc\" onchange=\"updateSourceHint()\">\n356: <input type=\"date\" id=\"sDate\">\n388: <div id=\"workReportOut\"><div class=\"empty\">Click Generate Report to build a structured work summary for the selected date.</div></div>\n398: <option value=\"standup\">Standup Update</option>\n453:const dp = document.getElementById('datePicker');\n454:dp.value = new Date().toISOString().slice(0,10);\n525: // Re-render bars to update selection highlight\n679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));\n710:function updateSourceHint() {\n721: updateSourceHint();\n797: if (!rows.length) { el.innerHTML = '<div class=\"empty\">No audio for this date.</div>'; return; }\n835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }\n885: const spanMs = new Date(s.day_end) - new Date(s.day_start);\n891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;\n892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;\n899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;\n900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false}]...
|
-28256304495411158
|
-8840388715969079679
|
idle
|
accessibility
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard...
|
7731
|
|
7733
|
144
|
45
|
2026-04-13T16:21:12.624852+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097272624_m1.jpg...
|
Code
|
Getting started with Cla… — screenpipe [SSH: 100.7 Getting started with Cla… — screenpipe [SSH: 100.73.206.126]...
|
True
|
NULL
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT
2026-04-13T14:19:10.998594+00:00
2026-04-13T14:19:08.686883+00:00
2026-04-13T14:19:06.581255+00:00
2026-04-09T16:53:09.043761+00:00
2026-04-09T16:53:19.073971+00:00
2026-04-09T16:53:20.618409+00:00
[rerun: b5]
Read
index.html
index.html
(lines 451-480)
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/stats?d=2026-04-13" 2>&1 | head -50
Copy code to clipboard
OUT
{"date":"2026-04-13","total_frames":0,"first_seen":null,"last_seen":null,"unique_apps":0,"audio_segments":0,"ui_events":0}
[rerun: b6]
Thinking
Thinking
Bash
IN
ls /volume1/screenpipe/app/consumers/
Copy code to clipboard
OUT
activity.py
audio.py
elements.py
__init__.py
interactions.py
ocr.py
report.py
summary.py
[rerun: b7]...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Explorer (⇧⌘E)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Search (⇧⌘F)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Source Control (⌃⇧G)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Run and Debug (⇧⌘D)","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Remote Explorer","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"2","depth":22,"role_description":"text"},{"role":"AXRadioButton","text":"Claude Code","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Containers","depth":19,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"EXPLORER","depth":17,"role_description":"heading"},{"role":"AXStaticText","text":"EXPLORER","depth":18,"role_description":"text"},{"role":"AXButton","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"Explorer Section: screenpipe [SSH: 100.73.206.126]","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"SCREENPIPE [SSH: 100.73.206.126]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"#recycle","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"app","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"__pycache__","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"consumers","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"static","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"cli.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"docker-compose.yml","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"Dockerfile","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"main.py","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"requirements.txt","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"data","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":26,"role_description":"text"},{"role":"AXStaticText","text":"pipes","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"","depth":27,"role_description":"text"},{"role":"AXStaticText","text":"db.sqlite","depth":27,"role_description":"text"},{"role":"AXButton","text":"Outline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"OUTLINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"OUTLINE","depth":23,"role_description":"text"},{"role":"AXButton","text":"Timeline Section","depth":21,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":23,"role_description":"text"},{"role":"AXHeading","text":"TIMELINE","depth":22,"role_description":"heading"},{"role":"AXStaticText","text":"TIMELINE","depth":23,"role_description":"text"},{"role":"AXRadioButton","text":"pipe.md, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"Untitled-2, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXRadioButton","text":"docker-compose.yml, preview, Editor Group 1","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXStaticText","text":"","depth":29,"role_description":"text"},{"role":"AXTextArea","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":28,"value":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","role_description":"editor","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"services:\n screenpipe-app:\n build: .\n container_name: screenpipe-app\n restart: unless-stopped\n ports:\n - \"8766:8000\"\n volumes:\n - /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro\n - /volume1/screenpipe/data:/data/data:ro\n env_file:\n - .env\n environment:\n TZ: Europe/Sofia","depth":29,"role_description":"text"},{"role":"AXRadioButton","text":"Getting started with Cla…, Editor Group 2","depth":28,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":false},{"role":"AXRadioButton","text":"Problems (⇧⌘M)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PROBLEMS","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Output (⇧⌘U)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUTPUT","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Debug Console (⇧⌘Y)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"DEBUG CONSOLE","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Terminal (⌃`)","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true,"is_expanded":true},{"role":"AXStaticText","text":"TERMINAL","depth":24,"role_description":"text"},{"role":"AXRadioButton","text":"Ports","depth":22,"role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"PORTS","depth":24,"role_description":"text"},{"role":"AXButton","text":"remote SSH: 100.73.206.126","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"SSH: 100.73.206.126","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Problems","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"No Ports Forwarded","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"0","depth":17,"role_description":"text"},{"role":"AXButton","text":"Notifications","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Sign In","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"","depth":17,"role_description":"text"},{"role":"AXStaticText","text":"Sign In","depth":17,"role_description":"text"},{"role":"AXButton","text":"Screen Reader Optimized","depth":16,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Info: Setting up SSH Host 100.73.206.126: Setting up SSH tunnel","depth":12,"role_description":"text"},{"role":"AXStaticText","text":"Command Succeeded","depth":12,"role_description":"text"},{"role":"AXButton","text":"Getting started with Claude agent SDK","depth":18,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Session history","depth":18,"help_text":"Session history","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"New session","depth":18,"help_text":"New session","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"how to start it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check what's in your working directory to understand what you're referring to.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"app\ndata\ndb.sqlite\npipes\n#recycle\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"cli.py\nconsumers\ndb.py\ndocker-compose.yml\nDockerfile\nmain.py\nrequirements.txt\nstatic\nai-habits\nday-recap\nmeeting-summary\nstandup-update\ntime-breakdown\nvideo-export\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"docker-compose.yml","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This is a Screenpipe app with a Docker Compose setup. To start it:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app\ndocker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"This builds the image (first run) and starts the container in the background","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The app will be accessible at","depth":23,"role_description":"text"},{"role":"AXLink","text":"http://your-server-ip:8766","depth":24,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-server-ip:8766","depth":25,"role_description":"text"},{"role":"AXStaticText","text":"To check if it's running:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose ps","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"To view logs:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker compose logs -f","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Make sure an","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists in","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"before starting — the compose file references one (","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"env_file: .env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"). If it's missing, the container will fail to start.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/.env 2>/dev/null && echo \"exists\" || echo \"MISSING\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/.env\nexists\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"The","depth":22,"role_description":"text"},{"role":"AXStaticText","text":".env","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"file exists, so you're good to go. Just run:","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I opened it but there are no data after I coppied it there. the idea behind this app is to have the data pasted form screenpipe mac app and only query it and work with it","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check the current state of the data.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls -lh /volume1/screenpipe/db.sqlite && ls /volume1/screenpipe/data/ | head -20","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"-rwxrwxrwx 1 Adm1n admin 423M Apr 13 17:20 /volume1/screenpipe/db.sqlite\n2026-04-09\n2026-04-11\n2026-04-12\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \".tables\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"_sqlx_migrations meetings \naudio_chunks memories \naudio_tags memories_fts \naudio_transcriptions memories_fts_config \naudio_transcriptions_fts memories_fts_data \naudio_transcriptions_fts_config memories_fts_docsize \naudio_transcriptions_fts_data memories_fts_idx \naudio_transcriptions_fts_docsize ocr_text \naudio_transcriptions_fts_idx pipe_executions \nelements pipe_scheduler_state \nelements_fts speaker_embeddings \nelements_fts_config speakers \nelements_fts_data tags \nelements_fts_docsize ui_events \nelements_fts_idx ui_events_fts \nframes ui_events_fts_config \nframes_fts ui_events_fts_data \nframes_fts_config ui_events_fts_docsize \nframes_fts_content ui_events_fts_idx \nframes_fts_data video_chunks \nframes_fts_docsize vision_tags \nframes_fts_idx\n[rerun: b2]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT COUNT(*) FROM frames; SELECT COUNT(*) FROM ocr_text; SELECT COUNT(*) FROM audio_transcriptions;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"6923\n5464\n3\n[rerun: b3]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is there — 423MB database with 6,923 frames and 5,464 OCR records. The app just isn't running yet. Let me check what the app actually does and whether it can query this data properly.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"main.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"main.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"db.py","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"db.py","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"The data is actually there — the database has 423MB of data. The app just needs to be started. Let me start it:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"cd /volume1/screenpipe/app && docker compose up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\npermission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get \"http://%2Fvar%2Frun%2Fdocker.sock/v1.45/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dapp%22%3Atrue%7D%7D\": dial unix /var/run/docker.sock: connect: permission denied\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d 2>&1","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Exit code 1\nsudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper\nsudo: a password is required\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"groups && id","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"admin users ughomeusers Media Social\nuid=1000(Adm1n) gid=10(admin) groups=10(admin),100(users),133(ughomeusers),1001(Media),1002(Social)\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"You need to run Docker with elevated privileges. You're not in the","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"docker","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"group. There are two options:","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Option 1 — Run via Synology's Container Manager (DSM GUI)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open DSM → Container Manager → Project → Create project → point it to","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"/volume1/screenpipe/app/docker-compose.yml","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Option 2 — Add yourself to the docker group (requires admin/root once)","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Open an SSH terminal as root (or via DSM terminal with admin):","depth":22,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"sudo synogroup --add docker Adm1n\n# then log out and back in, then:\ncd /volume1/screenpipe/app && docker compose up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Option 3 — Run it directly from an SSH session with sudo","depth":23,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":22,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"ssh admin@your-nas-ip\nsudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Once running, the dashboard will be at","depth":22,"role_description":"text"},{"role":"AXLink","text":"http://your-nas-ip:8766","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"http://your-nas-ip:8766","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.","depth":22,"role_description":"text"},{"role":"AXButton","text":"Message actions","depth":23,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"docker-compose.yml","depth":22,"role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"docker-compose.yml","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Let me check why data isn't showing and look at the frontend.","depth":22,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13|2643\n2026-04-12|2455\n2026-04-11|1302\n2026-04-09|523\n[rerun: b1]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/static/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"index.html\n[rerun: b2]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"wc -l /volume1/screenpipe/app/static/index.html","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"1048 /volume1/screenpipe/app/static/index.html\n[rerun: b3]","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"grep -n \"today\\|new Date\\|date\\|default\" /volume1/screenpipe/app/static/index.html | head -40","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"24:input[type=\"date\"] {\n71:.sess-segment:hover { opacity: 0.8; cursor: default; }\n179:button:disabled { opacity: 0.4; cursor: default; }\n276: <input type=\"date\" id=\"datePicker\" onchange=\"refresh()\">\n336: <select id=\"sSrc\" onchange=\"updateSourceHint()\">\n356: <input type=\"date\" id=\"sDate\">\n388: <div id=\"workReportOut\"><div class=\"empty\">Click Generate Report to build a structured work summary for the selected date.</div></div>\n398: <option value=\"standup\">Standup Update</option>\n453:const dp = document.getElementById('datePicker');\n454:dp.value = new Date().toISOString().slice(0,10);\n525: // Re-render bars to update selection highlight\n679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));\n710:function updateSourceHint() {\n721: updateSourceHint();\n797: if (!rows.length) { el.innerHTML = '<div class=\"empty\">No audio for this date.</div>'; return; }\n835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }\n885: const spanMs = new Date(s.day_end) - new Date(s.day_start);\n891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;\n892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;\n899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;\n900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;\n[rerun: b4]","depth":24,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"sqlite3 /volume1/screenpipe/db.sqlite \"SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;\"","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"2026-04-13T14:19:10.998594+00:00\n2026-04-13T14:19:08.686883+00:00\n2026-04-13T14:19:06.581255+00:00\n2026-04-09T16:53:09.043761+00:00\n2026-04-09T16:53:19.073971+00:00\n2026-04-09T16:53:20.618409+00:00\n[rerun: b5]","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"Read","depth":23,"role_description":"text"},{"role":"AXLink","text":"index.html","depth":23,"role_description":"link","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"index.html","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"(lines 451-480)","depth":23,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"curl -s \"http://localhost:8766/api/stats?d=2026-04-13\" 2>&1 | head -50","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"{\"date\":\"2026-04-13\",\"total_frames\":0,\"first_seen\":null,\"last_seen\":null,\"unique_apps\":0,\"audio_segments\":0,\"ui_events\":0}\n[rerun: b6]","depth":23,"role_description":"text"},{"role":"AXButton","text":"Thinking","depth":22,"role_description":"disclosure triangle","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Thinking","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"Bash","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"IN","depth":24,"role_description":"text"},{"role":"AXStaticText","text":"ls /volume1/screenpipe/app/consumers/","depth":24,"role_description":"text"},{"role":"AXButton","text":"Copy code to clipboard","depth":23,"help_text":"Copy code","role_description":"button","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"OUT","depth":23,"role_description":"text"},{"role":"AXStaticText","text":"activity.py\naudio.py\nelements.py\n__init__.py\ninteractions.py\nocr.py\nreport.py\nsummary.py\n[rerun: b7]","depth":24,"role_description":"text"}]...
|
-5852692888823182600
|
-8840388707629754751
|
visual_change
|
accessibility
|
NULL
|
Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧ Explorer (⇧⌘E)
Search (⇧⌘F)
Source Control (⌃⇧G)
Run and Debug (⇧⌘D)
Remote Explorer
Extensions (⇧⌘X) - 2 require update Extensions (⇧⌘X) - 2 require update
2
Claude Code
Containers
EXPLORER
EXPLORER
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
Explorer Section: screenpipe [SSH: [IP_ADDRESS]]
SCREENPIPE [SSH: [IP_ADDRESS]]
#recycle
app
__pycache__
consumers
static
.env
cli.py
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
data
pipes
db.sqlite
Outline Section
OUTLINE
OUTLINE
Timeline Section
TIMELINE
TIMELINE
pipe.md, Editor Group 1
Untitled-2, Editor Group 1
docker-compose.yml, preview, Editor Group 1
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
services:
screenpipe-app:
build: .
container_name: screenpipe-app
restart: unless-stopped
ports:
- "8766:8000"
volumes:
- /volume1/screenpipe/db.sqlite:/data/db.sqlite:ro
- /volume1/screenpipe/data:/data/data:ro
env_file:
- .env
environment:
TZ: Europe/Sofia
Getting started with Cla…, Editor Group 2
Problems (⇧⌘M)
PROBLEMS
Output (⇧⌘U)
OUTPUT
Debug Console (⇧⌘Y)
DEBUG CONSOLE
Terminal (⌃`)
TERMINAL
Ports
PORTS
remote SSH: [IP_ADDRESS]
SSH: [IP_ADDRESS]
No Problems
0
0
No Ports Forwarded
0
Notifications
Sign In
Sign In
Screen Reader Optimized
Info: Setting up SSH Host [IP_ADDRESS]: Setting up SSH tunnel
Command Succeeded
Getting started with Claude agent SDK
Session history
New session
Message actions
how to start it
Thinking
Thinking
Let me check what's in your working directory to understand what you're referring to.
Bash
IN
ls /volume1/screenpipe
Copy code to clipboard
OUT
app
data
db.sqlite
pipes
#recycle
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app && ls /volume1/screenpipe/pipes
Copy code to clipboard
OUT
cli.py
consumers
db.py
docker-compose.yml
Dockerfile
main.py
requirements.txt
static
ai-habits
day-recap
meeting-summary
standup-update
time-breakdown
video-export
[rerun: b2]
Read
docker-compose.yml
docker-compose.yml
This is a Screenpipe app with a Docker Compose setup. To start it:
Copy code to clipboard
cd /volume1/screenpipe/app
docker compose up -d
This builds the image (first run) and starts the container in the background
The app will be accessible at
[URL_WITH_CREDENTIALS]
sudo docker compose -f /volume1/screenpipe/app/docker-compose.yml up -d
Once running, the dashboard will be at
http://your-nas-ip:8766
http://your-nas-ip:8766
and it will query the data you already copied — the database has 6,923 frames and 5,464 OCR records ready to go.
Message actions
docker-compose.yml
docker-compose.yml
I have ugos ugreen nas. I can see the ui but it is empty. No data. Also when I open it there is defsault today, lets make default yesterday.
Thinking
Thinking
Let me check why data isn't showing and look at the frontend.
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT DATE(timestamp) as d, COUNT(*) FROM frames GROUP BY d ORDER BY d DESC LIMIT 10;"
Copy code to clipboard
OUT
2026-04-13|2643
2026-04-12|2455
2026-04-11|1302
2026-04-09|523
[rerun: b1]
Bash
IN
ls /volume1/screenpipe/app/static/
Copy code to clipboard
OUT
index.html
[rerun: b2]
Bash
IN
wc -l /volume1/screenpipe/app/static/index.html
Copy code to clipboard
OUT
1048 /volume1/screenpipe/app/static/index.html
[rerun: b3]
Bash
IN
grep -n "today\|new Date\|date\|default" /volume1/screenpipe/app/static/index.html | head -40
Copy code to clipboard
OUT
24:input[type="date"] {
71:.sess-segment:hover { opacity: 0.8; cursor: default; }
179:button:disabled { opacity: 0.4; cursor: default; }
276: <input type="date" id="datePicker" onchange="refresh()">
336: <select id="sSrc" onchange="updateSourceHint()">
356: <input type="date" id="sDate">
388: <div id="workReportOut"><div class="empty">Click Generate Report to build a structured work summary for the selected date.</div></div>
398: <option value="standup">Standup Update</option>
453:const dp = document.getElementById('datePicker');
454:dp.value = new Date().toISOString().slice(0,10);
525: // Re-render bars to update selection highlight
679: const bucket = Math.floor(new Date(r.timestamp).getTime() / (everyMin * 60000));
710:function updateSourceHint() {
721: updateSourceHint();
797: if (!rows.length) { el.innerHTML = '<div class="empty">No audio for this date.</div>'; return; }
835: try { return new Date(ts).toLocaleTimeString([],{hour:'2-digit',minute:'2-digit'}); }
885: const spanMs = new Date(s.day_end) - new Date(s.day_start);
891: const left = (new Date(seg.start) - new Date(s.day_start)) / spanMs * 100;
892: const width = (new Date(seg.end) - new Date(seg.start)) / spanMs * 100;
899: const left = (new Date(brk.start) - new Date(s.day_start)) / spanMs * 100;
900: const width = (new Date(brk.end) - new Date(brk.start)) / spanMs * 100;
[rerun: b4]
Thinking
Thinking
Bash
IN
sqlite3 /volume1/screenpipe/db.sqlite "SELECT timestamp FROM frames ORDER BY timestamp DESC LIMIT 3; SELECT timestamp FROM frames ORDER BY timestamp ASC LIMIT 3;"
Copy code to clipboard
OUT
2026-04-13T14:19:10.998594+00:00
2026-04-13T14:19:08.686883+00:00
2026-04-13T14:19:06.581255+00:00
2026-04-09T16:53:09.043761+00:00
2026-04-09T16:53:19.073971+00:00
2026-04-09T16:53:20.618409+00:00
[rerun: b5]
Read
index.html
index.html
(lines 451-480)
Thinking
Thinking
Bash
IN
curl -s "http://localhost:8766/api/stats?d=2026-04-13" 2>&1 | head -50
Copy code to clipboard
OUT
{"date":"2026-04-13","total_frames":0,"first_seen":null,"last_seen":null,"unique_apps":0,"audio_segments":0,"ui_events":0}
[rerun: b6]
Thinking
Thinking
Bash
IN
ls /volume1/screenpipe/app/consumers/
Copy code to clipboard
OUT
activity.py
audio.py
elements.py
__init__.py
interactions.py
ocr.py
report.py
summary.py
[rerun: b7]...
|
NULL
|
|
7734
|
144
|
46
|
2026-04-13T16:21:15.617088+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097275617_m1.jpg...
|
Firefox
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira — Work...
|
True
|
jiminny.atlassian.net/jira/software/c/projects/JY/ jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20543...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
AI Chat settings
Close
WORK, Google Account: [EMAIL]
Main menu
New Chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
Copy prompt
Edit
You said in firefox can I add the icon for the pinend tab
You said
in firefox can I add the icon for the pinend tab
Listen
Show more options
Show thinking
Gemini said
Gemini said
By default, Firefox automatically uses the website's own logo (called a "favicon") as the icon for a pinned tab. There is no built-in setting in Firefox to just click and upload your own custom picture for a pinned tab.
However, if you want to add or change the icon for a specific pinned tab, you can do it using a couple of workarounds:
Method 1: Use a Browser Extension (Easiest)
Method 1: Use a Browser Extension (Easiest)
The simplest way to force a specific icon onto a tab is by using an extension.
Go to the Firefox Add-ons site and search for
Tab Modifier
.
Install the extension.
Open the extension's settings.
You can create a rule for the specific website you have pinned. You'll be able to paste the URL of an image you want to use, and the extension will replace the default tab icon with your chosen image.
Method 2: Use userChrome.css (Advanced)
Method 2: Use
userChrome.css
(Advanced)
If you are comfortable tweaking Firefox's code, you can change tab icons using custom CSS.
You first need to enable custom stylesheets by typing
about:config
in your address bar, searching for
toolkit.legacyUserProfileCustomizations.stylesheets
, and setting it to
true
.
Open your Firefox profile folder (Go to
about:support
> Profile Folder > Open Folder).
Create a folder named
chrome
and inside it, create a file named
userChrome.css
.
You can add CSS code targeting a specific website to change its icon. For example:
CSS
Copy code
.tabbrowser-tab
[image*=
"example.com"
]
.tab-icon-image
{
content
:
url
(
"file:///C:/path/to/your/icon.png"
)
!important
;
}
(Note: This method requires a bit of technical comfort and managing file paths).
Troubleshooting: Is the icon missing?
Troubleshooting: Is the icon missing?
If your pinned tab just shows a generic globe or document icon instead of the site's logo, it usually means the website developers forgot to add a favicon to their site.
Sometimes, it's just a browser glitch. You can try to fix a missing icon by:
Unpinning the tab, refreshing the page (
Ctrl
+
F5
for a hard refresh), and pinning it again.
Clearing your browser cache.
(Note: If you were asking if you can add a "Pin Tab"
shortcut button
to your main Firefox toolbar to make pinning easier, Firefox doesn't have a drag-and-drop button for this. Instead, you can right-click any tab and select "Pin Tab", or use the keyboard shortcut
Alt
+
P
/
Ctrl
+
M
depending on your OS and settings).
Enter a prompt for Gemini
encrypted
Enter a prompt for Gemini
encrypted
Open upload file menu
Tools
Open mode picker
Pro
Microphone
Your Jiminny chats aren’t used to improve our models. Gemini is AI and can make mistakes, including about people.
Your privacy & Gemini Opens in a new window
Your privacy & Gemini
Opens in a new window
New
Summarize page
Summarize page
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
Search, press enter to navigate to advanced search with your text query
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces
Create space
Create space
More actions for spaces
More actions for spaces
Recent
Jiminny (New)
Jiminny (New)
Jiminny (New)
Create board
Create board
More actions for Jiminny (New)
More actions for Jiminny (New)
Platform Team
Platform Team
Board actions
Board actions
SE Kanban
SE Kanban
Board actions
Board actions
Capture Team
Capture Team
Board actions
Board actions
Enterprise Stability Issues 🤕
Enterprise Stability Issues 🤕
Board actions
Board actions
Processing Team
Processing Team
Board actions
Board actions
Service-Desk
Service-Desk
More actions for Service-Desk
More actions for Service-Desk
More spaces
More spaces
Filters
Filters
More actions for Filters
More actions for Filters
Dashboards
Dashboards
Create dashboard
Create dashboard
More actions for Dashboards
More actions for Dashboards
Operations
Operations
More actions for Operations
More actions for Operations
Confluence , (opens new window)
Confluence
, (opens new window)
Teams , (opens new window)
Teams
, (opens new window)
open menu
open menu
Customise sidebar
Customise sidebar
Resize side navigation panel
Spaces
Spaces
/
Jiminny (New)
Jiminny (New)
Platform Team
Platform Team
Link contributing teams
Board actions
Board actions
Share
Automation
Give feedback
Give feedback
Enter full screen
Enter full screen
Summary
Summary
Timeline
Timeline
Backlog
Backlog
Active sprints
Active sprints
Calendar
Calendar
Reports
Reports
Testing Board
Testing Board
List
List
Forms
Forms
Components
Components
Development
Development
Code
Code
Security
Security
7 more tabs
More
7
Add to navigation
As you type to search or apply filters, the board updates with work items to match.
Search on current page
Filter by assignee
Filter assignees by Lukas Kovalik
Filter assignees by Aneliya Angelova
Filter assignees by Nikolay Ivanov
Filter assignees by Nikolay Nikolov
Filter assignees by Nikolay Yankov
Filter assignees by Steliyan Georgiev
Filter assignees by Unassigned
Epic
Epic
Type
Type
Label
Label
Quick filters
Quick filters
Complete sprint...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Close Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Tabs from other devices","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Chat settings","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Close","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"WORK, Google Account: lukas.kovalik@jiminny.com","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Main menu","depth":12,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"New Chat","depth":12,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Open menu for conversation actions.","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXHeading","text":"Conversation with Gemini","depth":15,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Conversation with Gemini","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy prompt","depth":21,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Edit","depth":21,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"You said in firefox can I add the icon for the pinend tab","depth":21,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You said","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"in firefox can I add the icon for the pinend tab","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Listen","depth":22,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Show more options","depth":20,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Show thinking","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Gemini said","depth":20,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Gemini said","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"By default, Firefox automatically uses the website's own logo (called a \"favicon\") as the icon for a pinned tab. There is no built-in setting in Firefox to just click and upload your own custom picture for a pinned tab.","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"However, if you want to add or change the icon for a specific pinned tab, you can do it using a couple of workarounds:","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Method 1: Use a Browser Extension (Easiest)","depth":23,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Method 1: Use a Browser Extension (Easiest)","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"The simplest way to force a specific icon onto a tab is by using an extension.","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Go to the Firefox Add-ons site and search for","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Tab Modifier","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Install the extension.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open the extension's settings.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You can create a rule for the specific website you have pinned. You'll be able to paste the URL of an image you want to use, and the extension will replace the default tab icon with your chosen image.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Method 2: Use userChrome.css (Advanced)","depth":23,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Method 2: Use","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"userChrome.css","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(Advanced)","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If you are comfortable tweaking Firefox's code, you can change tab icons using custom CSS.","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You first need to enable custom stylesheets by typing","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"about:config","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"in your address bar, searching for","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"toolkit.legacyUserProfileCustomizations.stylesheets","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", and setting it to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"true","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Open your Firefox profile folder (Go to","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"about:support","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"> Profile Folder > Open Folder).","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Create a folder named","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"chrome","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"and inside it, create a file named","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"userChrome.css","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"You can add CSS code targeting a specific website to change its icon. For example:","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CSS","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Copy code","depth":27,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":".tabbrowser-tab","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"[image*=","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"example.com\"","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"]","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":".tab-icon-image","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"{","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"content","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"url","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"\"file:///C:/path/to/your/icon.png\"","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":")","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"!important","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":";\n}","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(Note: This method requires a bit of technical comfort and managing file paths).","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Troubleshooting: Is the icon missing?","depth":23,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Troubleshooting: Is the icon missing?","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"If your pinned tab just shows a generic globe or document icon instead of the site's logo, it usually means the website developers forgot to add a favicon to their site.","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sometimes, it's just a browser glitch. You can try to fix a missing icon by:","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Unpinning the tab, refreshing the page (","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ctrl","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"F5","depth":27,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"for a hard refresh), and pinning it again.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Clearing your browser cache.","depth":26,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(Note: If you were asking if you can add a \"Pin Tab\"","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"shortcut button","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"to your main Firefox toolbar to make pinning easier, Firefox doesn't have a drag-and-drop button for this. Instead, you can right-click any tab and select \"Pin Tab\", or use the keyboard shortcut","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alt","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"P","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Ctrl","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"+","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"M","depth":25,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"depending on your OS and settings).","depth":24,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextArea","text":"Enter a prompt for Gemini\nencrypted","depth":20,"value":"Enter a prompt for Gemini\nencrypted","help_text":"","role_description":"text entry area","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Enter a prompt for Gemini","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"encrypted","depth":21,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Open upload file menu","depth":20,"role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Tools","depth":18,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Open mode picker","depth":20,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Pro","depth":23,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Microphone","depth":19,"role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Your Jiminny chats aren’t used to improve our models. Gemini is AI and can make mistakes, including about people.","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Your privacy & Gemini Opens in a new window","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Your privacy & Gemini","depth":18,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Opens in a new window","depth":19,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"New","depth":7,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Summarize page","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summarize page","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Skip to:","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Top Bar","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Top Bar","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Sidebar","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Sidebar","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Main Content","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Main Content","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Space navigation","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Space navigation","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Collapse sidebar [","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Collapse sidebar [","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Switch sites or apps","depth":10,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Switch sites or apps","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Go to your Jira homepage","depth":9,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXComboBox","text":"Search, press enter to navigate to advanced search with your text query","depth":10,"help_text":"","placeholder":"Search","role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Create","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Create","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Rovo Ask Rovo","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ask Rovo","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Notifications","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Notifications","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Help","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Help","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Settings","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Settings","depth":14,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"lukas.kovalik@jiminny.com","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXLink","text":"For you","depth":12,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"For you","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Recent","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Recent","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Starred","depth":12,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Starred","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Apps","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Apps","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for Apps","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for Apps","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Spaces","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXStaticText","text":"Spaces","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Create space","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Create space","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for spaces","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for spaces","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Recent","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Jiminny (New)","depth":17,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny (New)","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Jiminny (New)","depth":18,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":true},{"role":"AXMenuButton","text":"Create board","depth":18,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Create board","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for Jiminny (New)","depth":18,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for Jiminny (New)","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Platform Team","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Platform Team","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"SE Kanban","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"SE Kanban","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Capture Team","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Capture Team","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Enterprise Stability Issues 🤕","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Enterprise Stability Issues 🤕","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Processing Team","depth":19,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Processing Team","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Board actions","depth":20,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":22,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Service-Desk","depth":17,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Service-Desk","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for Service-Desk","depth":18,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for Service-Desk","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More spaces","depth":17,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More spaces","depth":20,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Filters","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Filters","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for Filters","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for Filters","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Dashboards","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Dashboards","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Create dashboard","depth":13,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Create dashboard","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for Dashboards","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for Dashboards","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Operations","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Operations","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"More actions for Operations","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More actions for Operations","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Confluence , (opens new window)","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Confluence","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", (opens new window)","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Teams , (opens new window)","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Teams","depth":17,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":", (opens new window)","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"open menu","depth":14,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"open menu","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Customise sidebar","depth":12,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Customise sidebar","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Resize side navigation panel","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Spaces","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Spaces","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Jiminny (New)","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Jiminny (New)","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Platform Team","depth":10,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Platform Team","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Link contributing teams","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Board actions","depth":10,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Board actions","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Share","depth":10,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXMenuButton","text":"Automation","depth":10,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Give feedback","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Give feedback","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Enter full screen","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Enter full screen","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Summary","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Summary","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Timeline","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Timeline","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Backlog","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Backlog","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"Active sprints","depth":13,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Active sprints","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Calendar","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Calendar","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Reports","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Reports","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Testing Board","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Testing Board","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"List","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"List","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Forms","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Forms","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Components","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Components","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Development","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Development","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Code","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Code","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"Security","depth":13,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Security","depth":15,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"7 more tabs","depth":11,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"More","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"7","depth":13,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Add to navigation","depth":11,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"As you type to search or apply filters, the board updates with work items to match.","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXTextField","text":"Search on current page","depth":11,"placeholder":"Search board","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Filter by assignee","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXCheckBox","text":"Filter assignees by Lukas Kovalik","depth":11,"help_text":"","role_description":"checkbox","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Filter assignees by Aneliya Angelova","depth":11,"help_text":"","role_description":"checkbox","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Filter assignees by Nikolay Ivanov","depth":11,"help_text":"","role_description":"checkbox","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Filter assignees by Nikolay Nikolov","depth":11,"help_text":"","role_description":"checkbox","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Filter assignees by Nikolay Yankov","depth":11,"help_text":"","role_description":"checkbox","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Filter assignees by Steliyan Georgiev","depth":11,"help_text":"","role_description":"checkbox","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Filter assignees by Unassigned","depth":11,"help_text":"","role_description":"checkbox","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXMenuButton","text":"Epic","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Epic","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Type","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Type","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Label","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Label","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXMenuButton","text":"Quick filters","depth":13,"help_text":"","role_description":"menu button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"Quick filters","depth":16,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Complete sprint","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
4134950705065314453
|
4742657255811282471
|
visual_change
|
accessibility
|
NULL
|
Platform Sprint 1 Q2 - Platform Team - Scrum Board Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 1 Q2 - Platform Team - Scrum Board - Jira
Close tab
New Tab
Customize sidebar
Close Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
AI Chat settings
Close
WORK, Google Account: [EMAIL]
Main menu
New Chat
Open menu for conversation actions.
Conversation with Gemini
Conversation with Gemini
Copy prompt
Edit
You said in firefox can I add the icon for the pinend tab
You said
in firefox can I add the icon for the pinend tab
Listen
Show more options
Show thinking
Gemini said
Gemini said
By default, Firefox automatically uses the website's own logo (called a "favicon") as the icon for a pinned tab. There is no built-in setting in Firefox to just click and upload your own custom picture for a pinned tab.
However, if you want to add or change the icon for a specific pinned tab, you can do it using a couple of workarounds:
Method 1: Use a Browser Extension (Easiest)
Method 1: Use a Browser Extension (Easiest)
The simplest way to force a specific icon onto a tab is by using an extension.
Go to the Firefox Add-ons site and search for
Tab Modifier
.
Install the extension.
Open the extension's settings.
You can create a rule for the specific website you have pinned. You'll be able to paste the URL of an image you want to use, and the extension will replace the default tab icon with your chosen image.
Method 2: Use userChrome.css (Advanced)
Method 2: Use
userChrome.css
(Advanced)
If you are comfortable tweaking Firefox's code, you can change tab icons using custom CSS.
You first need to enable custom stylesheets by typing
about:config
in your address bar, searching for
toolkit.legacyUserProfileCustomizations.stylesheets
, and setting it to
true
.
Open your Firefox profile folder (Go to
about:support
> Profile Folder > Open Folder).
Create a folder named
chrome
and inside it, create a file named
userChrome.css
.
You can add CSS code targeting a specific website to change its icon. For example:
CSS
Copy code
.tabbrowser-tab
[image*=
"example.com"
]
.tab-icon-image
{
content
:
url
(
"file:///C:/path/to/your/icon.png"
)
!important
;
}
(Note: This method requires a bit of technical comfort and managing file paths).
Troubleshooting: Is the icon missing?
Troubleshooting: Is the icon missing?
If your pinned tab just shows a generic globe or document icon instead of the site's logo, it usually means the website developers forgot to add a favicon to their site.
Sometimes, it's just a browser glitch. You can try to fix a missing icon by:
Unpinning the tab, refreshing the page (
Ctrl
+
F5
for a hard refresh), and pinning it again.
Clearing your browser cache.
(Note: If you were asking if you can add a "Pin Tab"
shortcut button
to your main Firefox toolbar to make pinning easier, Firefox doesn't have a drag-and-drop button for this. Instead, you can right-click any tab and select "Pin Tab", or use the keyboard shortcut
Alt
+
P
/
Ctrl
+
M
depending on your OS and settings).
Enter a prompt for Gemini
encrypted
Enter a prompt for Gemini
encrypted
Open upload file menu
Tools
Open mode picker
Pro
Microphone
Your Jiminny chats aren’t used to improve our models. Gemini is AI and can make mistakes, including about people.
Your privacy & Gemini Opens in a new window
Your privacy & Gemini
Opens in a new window
New
Summarize page
Summarize page
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
Search, press enter to navigate to advanced search with your text query
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces
Create space
Create space
More actions for spaces
More actions for spaces
Recent
Jiminny (New)
Jiminny (New)
Jiminny (New)
Create board
Create board
More actions for Jiminny (New)
More actions for Jiminny (New)
Platform Team
Platform Team
Board actions
Board actions
SE Kanban
SE Kanban
Board actions
Board actions
Capture Team
Capture Team
Board actions
Board actions
Enterprise Stability Issues 🤕
Enterprise Stability Issues 🤕
Board actions
Board actions
Processing Team
Processing Team
Board actions
Board actions
Service-Desk
Service-Desk
More actions for Service-Desk
More actions for Service-Desk
More spaces
More spaces
Filters
Filters
More actions for Filters
More actions for Filters
Dashboards
Dashboards
Create dashboard
Create dashboard
More actions for Dashboards
More actions for Dashboards
Operations
Operations
More actions for Operations
More actions for Operations
Confluence , (opens new window)
Confluence
, (opens new window)
Teams , (opens new window)
Teams
, (opens new window)
open menu
open menu
Customise sidebar
Customise sidebar
Resize side navigation panel
Spaces
Spaces
/
Jiminny (New)
Jiminny (New)
Platform Team
Platform Team
Link contributing teams
Board actions
Board actions
Share
Automation
Give feedback
Give feedback
Enter full screen
Enter full screen
Summary
Summary
Timeline
Timeline
Backlog
Backlog
Active sprints
Active sprints
Calendar
Calendar
Reports
Reports
Testing Board
Testing Board
List
List
Forms
Forms
Components
Components
Development
Development
Code
Code
Security
Security
7 more tabs
More
7
Add to navigation
As you type to search or apply filters, the board updates with work items to match.
Search on current page
Filter by assignee
Filter assignees by Lukas Kovalik
Filter assignees by Aneliya Angelova
Filter assignees by Nikolay Ivanov
Filter assignees by Nikolay Nikolov
Filter assignees by Nikolay Yankov
Filter assignees by Steliyan Georgiev
Filter assignees by Unassigned
Epic
Epic
Type
Type
Label
Label
Quick filters
Quick filters
Complete sprint...
|
7733
|
|
7738
|
144
|
50
|
2026-04-13T16:21:21.989570+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097281989_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Red plus
Search
Source
App
any app
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
11:39
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...
11:39
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:1000 Gb3000 Gb4000 Gbb000 GbSOO0 GHОтвwestemn...
11:39
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:1000 Gb3000 Gb4000 Gb6000 GB8000 Gb6твWester...
11:39
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:1000 Gb3000 Gb4000 Gb6000 GB8000 Gb6твWester...
18:29 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
18:29 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
18:28 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:26 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:26 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:26 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:25 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:23 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:23 ·...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"Red plus","depth":8,"value":"Red plus","help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Source","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"App","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXComboBox","text":"any app","depth":8,"help_text":"","role_description":"combo box","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dd","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"mm","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"yyyy","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"(blank = all dates)","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"From","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FTS tip: single words work best · \"exact phrase\" · term1 OR term2","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:39","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:39","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:1000 Gb3000 Gb4000 Gbb000 GbSOO0 GHОтвwestemn...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:39","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:1000 Gb3000 Gb4000 Gb6000 GB8000 Gb6твWester...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:39","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:1000 Gb3000 Gb4000 Gb6000 GB8000 Gb6твWester...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18:29 ·","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...21:19 · iTerm2 / ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...was the cheapest Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...20) ⏺ screenpipe...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18:29 ·","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...21:19 · iTerm2 / ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...was the cheapest Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...20) ⏺ screenpipe...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18:28 ·","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18:26 ·","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18:26 ·","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18:26 ·","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18:25 ·","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18:23 ·","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"18:23 ·","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
8575718806404264148
|
-3103535109511675440
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Red plus
Search
Source
App
any app
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
11:39
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...
11:39
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:1000 Gb3000 Gb4000 Gbb000 GbSOO0 GHОтвwestemn...
11:39
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:1000 Gb3000 Gb4000 Gb6000 GB8000 Gb6твWester...
11:39
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:1000 Gb3000 Gb4000 Gb6000 GB8000 Gb6твWester...
18:29 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
18:29 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
18:28 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:26 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:26 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:26 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:25 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:23 ·
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
18:23 ·...
|
7737
|
|
7739
|
144
|
51
|
2026-04-13T16:21:39.014866+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097299014_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Boosteroid
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
No browser URLs...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TOTAL SPAN","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE TIME","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(WALL CLOCK)","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3 · 8.0h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SESSIONS — CLICK TO FILTER","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S1: 11:35–11:46 (11.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2: 12:10–13:13 (63.3m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3: 15:09–16:37 (87.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4: 22:16–00:10 (113.9m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Click a session segment to filter activity to that time window","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2 63m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3 87m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 114m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"117m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"340m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13:41","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15:46","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17:52","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:58","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22:04","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Filtered:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📱 Boosteroid","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"×","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FRAMES","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2455","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APPS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"UI EVENTS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3628","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AUDIO","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE PERIOD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(TIMES IN LOCAL TIMEZONE)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TIME PER APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"— CLICK TO FILTER ALL PANELS BY APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Websites","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Windows","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"UI Events","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"No browser URLs","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-7726912391365776224
|
5818490920543824344
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Boosteroid
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
No browser URLs...
|
NULL
|
|
7740
|
144
|
52
|
2026-04-13T16:21:47.987745+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097307987_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Firefox
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
screenpi.pe/onboarding
6m
dennikn.sk
2.1m
screenpi.pe/why
1.3m
www.reddit.com/r/software/comments/1fjfwg0/comment/lnr7nqd/
1.2m
app.dev.jiminny.com
0.9m
screenpi.pe/ideas
0.4m
nas.lakylak.xyz/desktop/#/
0.4m
addons.mozilla.org/en-US/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_content=find-more-link-bottom
0.3m
screenpi.pe
0.2m
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-18909
0.2m
addons.mozilla.org/en-US/firefox/addon/proxy-switcher-and-manager/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
0.2m
screenpi.pe/resources
0.1m
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20543
0.1m
www.rtings.com/projector/reviews/dangbei/atom-laser-projector
0m
www.reddit.com/r/software/comments/1fjfwg0/screenpipe_open_source_247_screen_audio_capture/
0m
mail.google.com/mail/u/0/#inbox
0m
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37
0m
http://localhost:3030
0m
dennikn.sk/tema/iran/
0m
dennikn.sk/5268962/sledujte-madarske-volby-ako-experti-toto-su-najdolezitejsie-veci-ktore-treba-vediet/
0m
addons.mozilla.org/en-US/firefox/search/?q=profile
0m...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TOTAL SPAN","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE TIME","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(WALL CLOCK)","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3 · 8.0h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SESSIONS — CLICK TO FILTER","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S1: 11:35–11:46 (11.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2: 12:10–13:13 (63.3m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3: 15:09–16:37 (87.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4: 22:16–00:10 (113.9m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Click a session segment to filter activity to that time window","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2 63m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3 87m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 114m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"117m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"340m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13:41","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15:46","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17:52","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:58","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22:04","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Filtered:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📱 Firefox","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"×","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FRAMES","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2455","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APPS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"UI EVENTS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3628","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AUDIO","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE PERIOD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(TIMES IN LOCAL TIMEZONE)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TIME PER APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"— CLICK TO FILTER ALL PANELS BY APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Websites","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Windows","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"UI Events","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"screenpi.pe/onboarding","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dennikn.sk","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2.1m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/why","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"www.reddit.com/r/software/comments/1fjfwg0/comment/lnr7nqd/","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1.2m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app.dev.jiminny.com","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/ideas","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.4m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"nas.lakylak.xyz/desktop/#/","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.4m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"addons.mozilla.org/en-US/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_content=find-more-link-bottom","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-18909","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"addons.mozilla.org/en-US/firefox/addon/proxy-switcher-and-manager/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/resources","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20543","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"www.rtings.com/projector/reviews/dangbei/atom-laser-projector","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"www.reddit.com/r/software/comments/1fjfwg0/screenpipe_open_source_247_screen_audio_capture/","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"mail.google.com/mail/u/0/#inbox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"jiminny.atlassian.net/jira/software/c/projects/JY/boards/37","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://localhost:3030","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dennikn.sk/tema/iran/","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dennikn.sk/5268962/sledujte-madarske-volby-ako-experti-toto-su-najdolezitejsie-veci-ktore-treba-vediet/","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"addons.mozilla.org/en-US/firefox/search/?q=profile","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
4038862043006428031
|
4665569692961323224
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Firefox
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
screenpi.pe/onboarding
6m
dennikn.sk
2.1m
screenpi.pe/why
1.3m
www.reddit.com/r/software/comments/1fjfwg0/comment/lnr7nqd/
1.2m
app.dev.jiminny.com
0.9m
screenpi.pe/ideas
0.4m
nas.lakylak.xyz/desktop/#/
0.4m
addons.mozilla.org/en-US/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_content=find-more-link-bottom
0.3m
screenpi.pe
0.2m
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-18909
0.2m
addons.mozilla.org/en-US/firefox/addon/proxy-switcher-and-manager/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
0.2m
screenpi.pe/resources
0.1m
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20543
0.1m
www.rtings.com/projector/reviews/dangbei/atom-laser-projector
0m
www.reddit.com/r/software/comments/1fjfwg0/screenpipe_open_source_247_screen_audio_capture/
0m
mail.google.com/mail/u/0/#inbox
0m
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37
0m
http://localhost:3030
0m
dennikn.sk/tema/iran/
0m
dennikn.sk/5268962/sledujte-madarske-volby-ako-experti-toto-su-najdolezitejsie-veci-ktore-treba-vediet/
0m
addons.mozilla.org/en-US/firefox/search/?q=profile
0m...
|
7739
|
|
7742
|
144
|
54
|
2026-04-13T16:21:51.007063+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097311007_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Boosteroid
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
No browser URLs...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TOTAL SPAN","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE TIME","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(WALL CLOCK)","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3 · 8.0h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SESSIONS — CLICK TO FILTER","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S1: 11:35–11:46 (11.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2: 12:10–13:13 (63.3m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3: 15:09–16:37 (87.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4: 22:16–00:10 (113.9m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Click a session segment to filter activity to that time window","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2 63m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3 87m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 114m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"117m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"340m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13:41","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15:46","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17:52","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:58","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22:04","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Filtered:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📱 Boosteroid","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"×","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FRAMES","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2455","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APPS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"UI EVENTS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3628","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AUDIO","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE PERIOD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(TIMES IN LOCAL TIMEZONE)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TIME PER APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"— CLICK TO FILTER ALL PANELS BY APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Websites","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Windows","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"UI Events","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"No browser URLs","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-7726912391365776224
|
5818490920543824344
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Boosteroid
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
No browser URLs...
|
7741
|
|
7744
|
144
|
56
|
2026-04-13T16:21:57.089851+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097317089_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
screenpi.pe/onboarding
6m
dennikn.sk
2.1m
screenpi.pe/why
1.3m
www.reddit.com/r/software/comments/1fjfwg0/comment/lnr7nqd/
1.2m
app.dev.jiminny.com
0.9m
screenpi.pe/ideas
0.4m
nas.lakylak.xyz/desktop/#/
0.4m
addons.mozilla.org/en-US/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_content=find-more-link-bottom
0.3m
screenpi.pe
0.2m
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-18909
0.2m
addons.mozilla.org/en-US/firefox/addon/proxy-switcher-and-manager/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
0.2m...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TOTAL SPAN","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE TIME","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(WALL CLOCK)","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3 · 8.0h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SESSIONS — CLICK TO FILTER","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S1: 11:35–11:46 (11.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2: 12:10–13:13 (63.3m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3: 15:09–16:37 (87.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4: 22:16–00:10 (113.9m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Click a session segment to filter activity to that time window","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2 63m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3 87m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 114m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"117m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"340m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13:41","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15:46","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17:52","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:58","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22:04","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FRAMES","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2455","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APPS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"UI EVENTS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3628","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AUDIO","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE PERIOD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(TIMES IN LOCAL TIMEZONE)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TIME PER APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"— CLICK TO FILTER ALL PANELS BY APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Websites","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Windows","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"UI Events","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"screenpi.pe/onboarding","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dennikn.sk","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2.1m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/why","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"www.reddit.com/r/software/comments/1fjfwg0/comment/lnr7nqd/","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1.2m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app.dev.jiminny.com","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/ideas","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.4m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"nas.lakylak.xyz/desktop/#/","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.4m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"addons.mozilla.org/en-US/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_content=find-more-link-bottom","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-18909","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"addons.mozilla.org/en-US/firefox/addon/proxy-switcher-and-manager/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
1229216362523682445
|
4726931242180258256
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
screenpi.pe/onboarding
6m
dennikn.sk
2.1m
screenpi.pe/why
1.3m
www.reddit.com/r/software/comments/1fjfwg0/comment/lnr7nqd/
1.2m
app.dev.jiminny.com
0.9m
screenpi.pe/ideas
0.4m
nas.lakylak.xyz/desktop/#/
0.4m
addons.mozilla.org/en-US/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_content=find-more-link-bottom
0.3m
screenpi.pe
0.2m
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-18909
0.2m
addons.mozilla.org/en-US/firefox/addon/proxy-switcher-and-manager/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search
0.2m...
|
7743
|
|
7745
|
144
|
57
|
2026-04-13T16:21:59.933839+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097319933_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Claude
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
No browser URLs...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TOTAL SPAN","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE TIME","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(WALL CLOCK)","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3 · 8.0h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SESSIONS — CLICK TO FILTER","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S1: 11:35–11:46 (11.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2: 12:10–13:13 (63.3m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3: 15:09–16:37 (87.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4: 22:16–00:10 (113.9m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Click a session segment to filter activity to that time window","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2 63m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3 87m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 114m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"117m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"340m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13:41","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15:46","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17:52","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:58","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22:04","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Filtered:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📱 Claude","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"×","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FRAMES","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2455","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APPS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"UI EVENTS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3628","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AUDIO","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE PERIOD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(TIMES IN LOCAL TIMEZONE)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TIME PER APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"— CLICK TO FILTER ALL PANELS BY APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Websites","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Windows","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"UI Events","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"No browser URLs","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-1738235357435840457
|
5817928251910760920
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Claude
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
No browser URLs...
|
NULL
|
|
7747
|
144
|
59
|
2026-04-13T16:22:04.988221+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097324988_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Boosteroid
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
APP
WINDOW
MIN
Boosteroid
Boosteroid
59.6
Boosteroid
0.1
APP
Boosteroid
Boosteroid
WINDOW
Boosteroid
MIN
59.6
0.1...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TOTAL SPAN","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE TIME","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(WALL CLOCK)","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3 · 8.0h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SESSIONS — CLICK TO FILTER","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S1: 11:35–11:46 (11.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2: 12:10–13:13 (63.3m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3: 15:09–16:37 (87.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4: 22:16–00:10 (113.9m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Click a session segment to filter activity to that time window","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2 63m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3 87m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 114m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"117m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"340m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13:41","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15:46","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17:52","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:58","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22:04","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Filtered:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📱 Boosteroid","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"×","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FRAMES","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2455","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APPS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"UI EVENTS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3628","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AUDIO","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE PERIOD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(TIMES IN LOCAL TIMEZONE)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TIME PER APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"— CLICK TO FILTER ALL PANELS BY APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Websites","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Windows","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"UI Events","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"APP","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"WINDOW","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MIN","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.6","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APP","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"WINDOW","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MIN","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.6","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
1864191261095127373
|
5817927974885501392
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Boosteroid
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
APP
WINDOW
MIN
Boosteroid
Boosteroid
59.6
Boosteroid
0.1
APP
Boosteroid
Boosteroid
WINDOW
Boosteroid
MIN
59.6
0.1...
|
NULL
|
|
7748
|
144
|
60
|
2026-04-13T16:22:09.170931+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097329170_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 iTerm2
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
APP
WINDOW
MIN
iTerm2
-zsh
23.9
iTerm2
✳ Unable to access screenpipe activity dat
0.4
iTerm2
⠂ Unable to access screenpipe activity dat
0.2
iTerm2
⠐ Unable to access screenpipe activity dat
0.2
iTerm2
Firefox GPU Helper"
0
iTerm2
claude
0
iTerm2
curl
0
iTerm2
env
0
iTerm2
firefox
0
iTerm2
git
0
iTerm2
login
0
iTerm2
✳ Claude Code
0
APP
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
WINDOW
-zsh
✳ Unable to access screenpipe activity dat
⠂ Unable to access screenpipe activity dat
⠐ Unable to access screenpipe activity dat
Firefox GPU Helper"
claude
curl
env
firefox
git
login
✳ Claude Code
MIN
23.9
0.4
0.2
0.2
0
0
0
0
0
0
0
0...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TOTAL SPAN","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE TIME","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(WALL CLOCK)","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3 · 8.0h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SESSIONS — CLICK TO FILTER","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S1: 11:35–11:46 (11.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2: 12:10–13:13 (63.3m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3: 15:09–16:37 (87.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4: 22:16–00:10 (113.9m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Click a session segment to filter activity to that time window","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2 63m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3 87m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 114m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"117m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"340m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13:41","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15:46","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17:52","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:58","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22:04","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Filtered:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📱 iTerm2","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"×","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FRAMES","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2455","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APPS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"UI EVENTS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3628","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AUDIO","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE PERIOD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(TIMES IN LOCAL TIMEZONE)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TIME PER APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"— CLICK TO FILTER ALL PANELS BY APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Websites","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Windows","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"UI Events","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"APP","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"WINDOW","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MIN","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"-zsh","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"23.9","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✳ Unable to access screenpipe activity dat","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.4","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⠂ Unable to access screenpipe activity dat","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⠐ Unable to access screenpipe activity dat","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox GPU Helper\"","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"claude","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"curl","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"env","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"git","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"login","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✳ Claude Code","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APP","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"WINDOW","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"-zsh","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✳ Unable to access screenpipe activity dat","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⠂ Unable to access screenpipe activity dat","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⠐ Unable to access screenpipe activity dat","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox GPU Helper\"","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"claude","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"curl","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"env","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"git","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"login","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✳ Claude Code","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MIN","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"23.9","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.4","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-2473795466765128844
|
5815104699473671668
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 iTerm2
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
APP
WINDOW
MIN
iTerm2
-zsh
23.9
iTerm2
✳ Unable to access screenpipe activity dat
0.4
iTerm2
⠂ Unable to access screenpipe activity dat
0.2
iTerm2
⠐ Unable to access screenpipe activity dat
0.2
iTerm2
Firefox GPU Helper"
0
iTerm2
claude
0
iTerm2
curl
0
iTerm2
env
0
iTerm2
firefox
0
iTerm2
git
0
iTerm2
login
0
iTerm2
✳ Claude Code
0
APP
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
iTerm2
WINDOW
-zsh
✳ Unable to access screenpipe activity dat
⠂ Unable to access screenpipe activity dat
⠐ Unable to access screenpipe activity dat
Firefox GPU Helper"
claude
curl
env
firefox
git
login
✳ Claude Code
MIN
23.9
0.4
0.2
0.2
0
0
0
0
0
0
0
0...
|
7747
|
|
7749
|
144
|
61
|
2026-04-13T16:22:12.192651+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097332192_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Boosteroid
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
APP
WINDOW
MIN
Boosteroid
Boosteroid
59.6
Boosteroid
0.1
APP
Boosteroid
Boosteroid
WINDOW
Boosteroid
MIN
59.6
0.1...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TOTAL SPAN","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE TIME","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(WALL CLOCK)","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3 · 8.0h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SESSIONS — CLICK TO FILTER","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S1: 11:35–11:46 (11.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2: 12:10–13:13 (63.3m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3: 15:09–16:37 (87.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4: 22:16–00:10 (113.9m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Click a session segment to filter activity to that time window","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2 63m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3 87m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 114m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"117m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"340m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13:41","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15:46","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17:52","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:58","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22:04","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Filtered:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📱 Boosteroid","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"×","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FRAMES","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2455","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APPS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"UI EVENTS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3628","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AUDIO","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE PERIOD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(TIMES IN LOCAL TIMEZONE)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TIME PER APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"— CLICK TO FILTER ALL PANELS BY APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Websites","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Windows","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"UI Events","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"APP","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"WINDOW","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MIN","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.6","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APP","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"WINDOW","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MIN","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.6","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
1864191261095127373
|
5817927974885501392
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
Filtered:
📱 Boosteroid
×
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
APP
WINDOW
MIN
Boosteroid
Boosteroid
59.6
Boosteroid
0.1
APP
Boosteroid
Boosteroid
WINDOW
Boosteroid
MIN
59.6
0.1...
|
NULL
|
|
7750
|
144
|
62
|
2026-04-13T16:22:14.420755+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097334420_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
APP
WINDOW
MIN
Firefox
DXP4800PLUS-B5F8 — Personal
103.8
Boosteroid
Boosteroid
59.6
Claude
Claude
49.9
iTerm2
-zsh
23.9
System Settings
Wi‑Fi
8.4
Firefox
Download screenpipe — get started in minut
6
Firefox
Denník N - Nezávislý denník — Personal
2.1
Firefox
Why screenpipe — Personal
1.3
Firefox
Screenpipe: Open Source 24/7 Screen & Audi
1.2
Firefox
Problem loading page — Work
0.9
Firefox
Platform Sprint 1 Q2 - Platform Team - Scr
0.8
Alfred
Alfred
0.6
Firefox
screenpipe — AI screen memory for your des
0.4
iTerm2
✳ Unable to access screenpipe activity dat
0.4
Control Centre
Control Centre
0.3
Firefox
About Profiles — Personal
0.3
Firefox
0.2
iTerm2
⠂ Unable to access screenpipe activity dat
0.2
iTerm2
⠐ Unable to access screenpipe activity dat
0.2
Boosteroid
0.1
Firefox
Resources - Screenpipe Use Cases & Guides
0.1
Firefox
Sledujte maďarské voľby ako experti. Toto
0.1
Activity Monitor
Activity Monitor – All Processes
0
Code
0
Code
Release Notes: 1.115.0 — screenpipe [SSH:
0
Firefox
Add-ons Manager — Personal
0
Firefox
Add-ons for Firefox (en-US) — Personal
0
Firefox
Dangbei Atom Review - RTINGS.com — Persona
0
Firefox
Firefox - Choose User Profile
0
Firefox...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"TOTAL SPAN","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE TIME","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(WALL CLOCK)","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3 · 8.0h","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SESSIONS — CLICK TO FILTER","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S1: 11:35–11:46 (11.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2: 12:10–13:13 (63.3m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3: 15:09–16:37 (87.1m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4: 22:16–00:10 (113.9m)","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Click a session segment to filter activity to that time window","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S2 63m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S3 87m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"S4 114m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"117m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"340m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13:41","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"15:46","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"17:52","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19:58","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"22:04","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FRAMES","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2455","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APPS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"UI EVENTS","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3628","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"AUDIO","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE PERIOD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"(TIMES IN LOCAL TIMEZONE)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35 → 00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TIME PER APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"— CLICK TO FILTER ALL PANELS BY APP","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Websites","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Windows","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"UI Events","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"APP","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"WINDOW","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"MIN","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"DXP4800PLUS-B5F8 — Personal","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"103.8","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.6","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"-zsh","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"23.9","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Wi‑Fi","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.4","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Download screenpipe — get started in minut","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Denník N - Nezávislý denník — Personal","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2.1","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Why screenpipe — Personal","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1.3","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audi","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"1.2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Problem loading page — Work","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.9","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Platform Sprint 1 Q2 - Platform Team - Scr","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.8","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpipe — AI screen memory for your des","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.4","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✳ Unable to access screenpipe activity dat","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.4","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"About Profiles — Personal","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⠂ Unable to access screenpipe activity dat","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⠐ Unable to access screenpipe activity dat","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Resources - Screenpipe Use Cases & Guides","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sledujte maďarské voľby ako experti. Toto","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor – All Processes","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Release Notes: 1.115.0 — screenpipe [SSH:","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Add-ons Manager — Personal","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Add-ons for Firefox (en-US) — Personal","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Dangbei Atom Review - RTINGS.com — Persona","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox - Choose User Profile","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
885564507784602071
|
5886212300544223824
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
TOTAL SPAN
12.6h
11:35 → 00:10
ACTIVE TIME
(WALL CLOCK)
4.6h
BREAKS
3 · 8.0h
SESSIONS — CLICK TO FILTER
S1: 11:35–11:46 (11.1m)
S2: 12:10–13:13 (63.3m)
S3: 15:09–16:37 (87.1m)
S4: 22:16–00:10 (113.9m)
Click a session segment to filter activity to that time window
S2 63m
S3 87m
S4 114m
117m
340m
11:35
13:41
15:46
17:52
19:58
22:04
00:10
FRAMES
2455
APPS
10
UI EVENTS
3628
AUDIO
0
ACTIVE PERIOD
(TIMES IN LOCAL TIMEZONE)
11:35 → 00:10
TIME PER APP
— CLICK TO FILTER ALL PANELS BY APP
Firefox
124.5m
Boosteroid
59.8m
Claude
49.9m
iTerm2
26.8m
System Settings
8.7m
Alfred
0.6m
Control Centre
0.3m
Preview
0m
Code
0m
Activity Monitor
0m
Websites
Windows
UI Events
APP
WINDOW
MIN
Firefox
DXP4800PLUS-B5F8 — Personal
103.8
Boosteroid
Boosteroid
59.6
Claude
Claude
49.9
iTerm2
-zsh
23.9
System Settings
Wi‑Fi
8.4
Firefox
Download screenpipe — get started in minut
6
Firefox
Denník N - Nezávislý denník — Personal
2.1
Firefox
Why screenpipe — Personal
1.3
Firefox
Screenpipe: Open Source 24/7 Screen & Audi
1.2
Firefox
Problem loading page — Work
0.9
Firefox
Platform Sprint 1 Q2 - Platform Team - Scr
0.8
Alfred
Alfred
0.6
Firefox
screenpipe — AI screen memory for your des
0.4
iTerm2
✳ Unable to access screenpipe activity dat
0.4
Control Centre
Control Centre
0.3
Firefox
About Profiles — Personal
0.3
Firefox
0.2
iTerm2
⠂ Unable to access screenpipe activity dat
0.2
iTerm2
⠐ Unable to access screenpipe activity dat
0.2
Boosteroid
0.1
Firefox
Resources - Screenpipe Use Cases & Guides
0.1
Firefox
Sledujte maďarské voľby ako experti. Toto
0.1
Activity Monitor
Activity Monitor – All Processes
0
Code
0
Code
Release Notes: 1.115.0 — screenpipe [SSH:
0
Firefox
Add-ons Manager — Personal
0
Firefox
Add-ons for Firefox (en-US) — Personal
0
Firefox
Dangbei Atom Review - RTINGS.com — Persona
0
Firefox
Firefox - Choose User Profile
0
Firefox...
|
7749
|
|
7752
|
144
|
64
|
2026-04-13T16:22:28.010814+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097348010_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Generate Report
No AI needed — pure data
📅 SESSION — 2026-04-12
📅 SESSION — 2026-04-12
11:35
START
00:10
END
12.6h
TOTAL SPAN
4.6h
ACTIVE
8.0h
BREAKS (3)
Sessions:
Session 1: 11:35 → 11:46 (11.1m)
Session 2: 12:10 → 13:13 (63.3m)
Session 3: 15:09 → 16:37 (87.1m)
Session 4: 22:16 → 00:10 (113.9m)
Breaks:
Break: 11:46 → 12:10 (23.8m)
Break: 13:13 → 15:09 (116.5m)
Break: 16:37 → 22:16 (339.6m)
🖥️ APP TIME BY CATEGORY
🖥️ APP TIME BY CATEGORY
ℹ️
Active time
above = wall clock duration of recording sessions (including tiny gaps between frames).
App totals
below = recorded frames × 2s each — these will be less than active time.
💻 code
26.8m total
iTerm2
26.8m
Code
0m
🌐 browser
124.5m total
Firefox
124.5m
🤖 ai
49.9m total
Claude
49.9m
📦 other
60.4m total
Boosteroid
59.8m
Alfred
0.6m
Preview
0m
⚙️ system
9.0m total
System Settings
8.7m
Control Centre
0.3m
Activity Monitor
0m
🌐 WEBSITES BY DOMAIN
🌐 WEBSITES BY DOMAIN
screenpi.pe/onboarding
screenpi.pe/onboarding
0.6m
dennikn.sk
dennikn.sk
0.3m
screenpi.pe/ideas
screenpi.pe/ideas
0.2m
nas.lakylak.xyz/desktop/#/
nas.lakylak.xyz/desktop/#/
0.2m
screenpi.pe/why
screenpi.pe/why
0.2m
jiminny.atlassian.net/jira/software/c/pr
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-18909
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20543
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37
0.2m
www.reddit.com/r/software/comments/1fjfw
www.reddit.com/r/software/comments/1fjfwg0/comment/lnr7nqd/
www.reddit.com/r/software/comments/1fjfwg0/screenpipe_open_source_247_screen_audio_capture
0.1m
app.dev.jiminny.com
app.dev.jiminny.com
0.1m
addons.mozilla.org/en-US/firefox/?utm_so
addons.mozilla.org/en-US/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&ut
0.1m
screenpi.pe/resources
screenpi.pe/resources
0.1m
screenpi.pe
screenpi.pe
0.1m
mail.google.com/mail/u/0/#inbox
mail.google.com/mail/u/0/#inbox
0.1m
localhost:3030
http://localhost:3030
0.1m
addons.mozilla.org/en-US/firefox/addon/p
addons.mozilla.org/en-US/firefox/addon/proxy-switcher-and-manager/?utm_source=addons.mozil
0.1m
www.rtings.com/projector/reviews/dangbei
www.rtings.com/projector/reviews/dangbei/atom-laser-projector
0m
⌨️ UI ACTIVITY (CLICKS / KEYSTROKES / APP SWITCHES)
⌨️ UI ACTIVITY (CLICKS / KEYSTROKES / APP SWITCHES)
APP
CLICKS
KEYS
SWITCHES
TOTAL
Firefox
2130
323
9
2462
Claude
41
46
4
91
iTerm2
13
12
5
30
Boosteroid
13
3
3
19
APP
Firefox
Claude
iTerm2
Boosteroid
CLICKS
2130
41
13
13
KEYS
323
46
12
3
SWITCHES
9
4
5
3
TOTAL
2462
91
30
19...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Generate Report","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"No AI needed — pure data","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"📅 SESSION — 2026-04-12","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📅 SESSION — 2026-04-12","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"START","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"END","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TOTAL SPAN","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.0h","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS (3)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sessions:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Session 1: 11:35 → 11:46 (11.1m)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Session 2: 12:10 → 13:13 (63.3m)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Session 3: 15:09 → 16:37 (87.1m)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Session 4: 22:16 → 00:10 (113.9m)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Breaks:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Break: 11:46 → 12:10 (23.8m)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Break: 13:13 → 15:09 (116.5m)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Break: 16:37 → 22:16 (339.6m)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"🖥️ APP TIME BY CATEGORY","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"🖥️ APP TIME BY CATEGORY","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ℹ️","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Active time","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"above = wall clock duration of recording sessions (including tiny gaps between frames).","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"App totals","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"below = recorded frames × 2s each — these will be less than active time.","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"💻 code","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m total","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"26.8m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Code","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"🌐 browser","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m total","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"124.5m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"🤖 ai","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m total","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"49.9m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📦 other","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"60.4m total","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"59.8m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Alfred","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Preview","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⚙️ system","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9.0m total","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"System Settings","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.7m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Control Centre","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Activity Monitor","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"🌐 WEBSITES BY DOMAIN","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"🌐 WEBSITES BY DOMAIN","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/onboarding","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/onboarding","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.6m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dennikn.sk","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dennikn.sk","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.3m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/ideas","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/ideas","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"nas.lakylak.xyz/desktop/#/","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"nas.lakylak.xyz/desktop/#/","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/why","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/why","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"jiminny.atlassian.net/jira/software/c/pr","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-18909","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20543","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"jiminny.atlassian.net/jira/software/c/projects/JY/boards/37","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.2m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"www.reddit.com/r/software/comments/1fjfw","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"www.reddit.com/r/software/comments/1fjfwg0/comment/lnr7nqd/","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"www.reddit.com/r/software/comments/1fjfwg0/screenpipe_open_source_247_screen_audio_capture","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app.dev.jiminny.com","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"app.dev.jiminny.com","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"addons.mozilla.org/en-US/firefox/?utm_so","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"addons.mozilla.org/en-US/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&ut","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/resources","depth":10,"bounds":{"left":0.16111112,"top":0.0,"width":0.09166667,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe/resources","depth":10,"bounds":{"left":0.27916667,"top":0.0,"width":0.08055556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":10,"bounds":{"left":0.9965278,"top":0.0,"width":0.003472209,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe","depth":10,"bounds":{"left":0.16111112,"top":0.0,"width":0.047916666,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"screenpi.pe","depth":10,"bounds":{"left":0.27916667,"top":0.0,"width":0.04236111,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":10,"bounds":{"left":0.9965278,"top":0.0,"width":0.003472209,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"mail.google.com/mail/u/0/#inbox","depth":10,"bounds":{"left":0.16111112,"top":0.024444444,"width":0.10625,"height":0.036666665},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"mail.google.com/mail/u/0/#inbox","depth":10,"bounds":{"left":0.27916667,"top":0.024444444,"width":0.11736111,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":10,"bounds":{"left":0.9965278,"top":0.024444444,"width":0.003472209,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"localhost:3030","depth":10,"bounds":{"left":0.16111112,"top":0.08111111,"width":0.061805554,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"http://localhost:3030","depth":10,"bounds":{"left":0.27916667,"top":0.08111111,"width":0.07638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":10,"bounds":{"left":0.9965278,"top":0.08111111,"width":0.003472209,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"addons.mozilla.org/en-US/firefox/addon/p","depth":10,"bounds":{"left":0.16111112,"top":0.11777778,"width":0.10902778,"height":0.036666665},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"addons.mozilla.org/en-US/firefox/addon/proxy-switcher-and-manager/?utm_source=addons.mozil","depth":10,"bounds":{"left":0.27916667,"top":0.11777778,"width":0.35625,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0.1m","depth":10,"bounds":{"left":0.9965278,"top":0.11777778,"width":0.003472209,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"www.rtings.com/projector/reviews/dangbei","depth":10,"bounds":{"left":0.16111112,"top":0.17444444,"width":0.10972222,"height":0.036666665},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"www.rtings.com/projector/reviews/dangbei/atom-laser-projector","depth":10,"bounds":{"left":0.27916667,"top":0.17444444,"width":0.23333333,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"0m","depth":10,"bounds":{"left":1.0,"top":0.17444444,"width":-0.0027778149,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"⌨️ UI ACTIVITY (CLICKS / KEYSTROKES / APP SWITCHES)","depth":9,"bounds":{"left":0.16111112,"top":0.24333334,"width":0.8388889,"height":0.025555555},"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"⌨️ UI ACTIVITY (CLICKS / KEYSTROKES / APP SWITCHES)","depth":10,"bounds":{"left":0.16111112,"top":0.24444444,"width":0.24027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APP","depth":12,"bounds":{"left":0.16527778,"top":0.28666666,"width":0.013888889,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CLICKS","depth":12,"bounds":{"left":0.39652777,"top":0.28666666,"width":0.025,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"KEYS","depth":12,"bounds":{"left":0.55069447,"top":0.28666666,"width":0.018055556,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SWITCHES","depth":12,"bounds":{"left":0.6715278,"top":0.28666666,"width":0.036805555,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TOTAL","depth":12,"bounds":{"left":0.8784722,"top":0.28666666,"width":0.022222223,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"bounds":{"left":0.16527778,"top":0.31666666,"width":0.02638889,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2130","depth":12,"bounds":{"left":0.39652777,"top":0.31666666,"width":0.01875,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"323","depth":12,"bounds":{"left":0.55069447,"top":0.31666666,"width":0.015277778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9","depth":12,"bounds":{"left":0.6715278,"top":0.31666666,"width":0.0055555557,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2462","depth":12,"bounds":{"left":0.8784722,"top":0.31666666,"width":0.020833334,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":12,"bounds":{"left":0.16527778,"top":0.34888887,"width":0.027083334,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"41","depth":12,"bounds":{"left":0.39652777,"top":0.34888887,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"46","depth":12,"bounds":{"left":0.55069447,"top":0.34888887,"width":0.010416667,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4","depth":12,"bounds":{"left":0.6715278,"top":0.34888887,"width":0.0055555557,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"91","depth":12,"bounds":{"left":0.8784722,"top":0.34888887,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"bounds":{"left":0.16527778,"top":0.38111112,"width":0.02638889,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":12,"bounds":{"left":0.39652777,"top":0.38111112,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":12,"bounds":{"left":0.55069447,"top":0.38111112,"width":0.008333334,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"5","depth":12,"bounds":{"left":0.6715278,"top":0.38111112,"width":0.0048611113,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"30","depth":12,"bounds":{"left":0.8784722,"top":0.38111112,"width":0.010416667,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"bounds":{"left":0.16527778,"top":0.41333333,"width":0.04236111,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":12,"bounds":{"left":0.39652777,"top":0.41333333,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3","depth":12,"bounds":{"left":0.55069447,"top":0.41333333,"width":0.0048611113,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3","depth":12,"bounds":{"left":0.6715278,"top":0.41333333,"width":0.0055555557,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19","depth":12,"bounds":{"left":0.8784722,"top":0.41333333,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"APP","depth":12,"bounds":{"left":0.16527778,"top":0.28666666,"width":0.013888889,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":12,"bounds":{"left":0.16527778,"top":0.31666666,"width":0.02638889,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Claude","depth":12,"bounds":{"left":0.16527778,"top":0.34888887,"width":0.027083334,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":12,"bounds":{"left":0.16527778,"top":0.38111112,"width":0.02638889,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Boosteroid","depth":12,"bounds":{"left":0.16527778,"top":0.41333333,"width":0.04236111,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"CLICKS","depth":12,"bounds":{"left":0.39652777,"top":0.28666666,"width":0.025,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2130","depth":12,"bounds":{"left":0.39652777,"top":0.31666666,"width":0.01875,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"41","depth":12,"bounds":{"left":0.39652777,"top":0.34888887,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":12,"bounds":{"left":0.39652777,"top":0.38111112,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"13","depth":12,"bounds":{"left":0.39652777,"top":0.41333333,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"KEYS","depth":12,"bounds":{"left":0.55069447,"top":0.28666666,"width":0.018055556,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"323","depth":12,"bounds":{"left":0.55069447,"top":0.31666666,"width":0.015277778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"46","depth":12,"bounds":{"left":0.55069447,"top":0.34888887,"width":0.010416667,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":12,"bounds":{"left":0.55069447,"top":0.38111112,"width":0.008333334,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3","depth":12,"bounds":{"left":0.55069447,"top":0.41333333,"width":0.0048611113,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"SWITCHES","depth":12,"bounds":{"left":0.6715278,"top":0.28666666,"width":0.036805555,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"9","depth":12,"bounds":{"left":0.6715278,"top":0.31666666,"width":0.0055555557,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4","depth":12,"bounds":{"left":0.6715278,"top":0.34888887,"width":0.0055555557,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"5","depth":12,"bounds":{"left":0.6715278,"top":0.38111112,"width":0.0048611113,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3","depth":12,"bounds":{"left":0.6715278,"top":0.41333333,"width":0.0055555557,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TOTAL","depth":12,"bounds":{"left":0.8784722,"top":0.28666666,"width":0.022222223,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2462","depth":12,"bounds":{"left":0.8784722,"top":0.31666666,"width":0.020833334,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"91","depth":12,"bounds":{"left":0.8784722,"top":0.34888887,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"30","depth":12,"bounds":{"left":0.8784722,"top":0.38111112,"width":0.010416667,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"19","depth":12,"bounds":{"left":0.8784722,"top":0.41333333,"width":0.009027778,"height":0.016666668},"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
7509232803326282589
|
6394062717667187529
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Generate Report
No AI needed — pure data
📅 SESSION — 2026-04-12
📅 SESSION — 2026-04-12
11:35
START
00:10
END
12.6h
TOTAL SPAN
4.6h
ACTIVE
8.0h
BREAKS (3)
Sessions:
Session 1: 11:35 → 11:46 (11.1m)
Session 2: 12:10 → 13:13 (63.3m)
Session 3: 15:09 → 16:37 (87.1m)
Session 4: 22:16 → 00:10 (113.9m)
Breaks:
Break: 11:46 → 12:10 (23.8m)
Break: 13:13 → 15:09 (116.5m)
Break: 16:37 → 22:16 (339.6m)
🖥️ APP TIME BY CATEGORY
🖥️ APP TIME BY CATEGORY
ℹ️
Active time
above = wall clock duration of recording sessions (including tiny gaps between frames).
App totals
below = recorded frames × 2s each — these will be less than active time.
💻 code
26.8m total
iTerm2
26.8m
Code
0m
🌐 browser
124.5m total
Firefox
124.5m
🤖 ai
49.9m total
Claude
49.9m
📦 other
60.4m total
Boosteroid
59.8m
Alfred
0.6m
Preview
0m
⚙️ system
9.0m total
System Settings
8.7m
Control Centre
0.3m
Activity Monitor
0m
🌐 WEBSITES BY DOMAIN
🌐 WEBSITES BY DOMAIN
screenpi.pe/onboarding
screenpi.pe/onboarding
0.6m
dennikn.sk
dennikn.sk
0.3m
screenpi.pe/ideas
screenpi.pe/ideas
0.2m
nas.lakylak.xyz/desktop/#/
nas.lakylak.xyz/desktop/#/
0.2m
screenpi.pe/why
screenpi.pe/why
0.2m
jiminny.atlassian.net/jira/software/c/pr
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-18909
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20543
jiminny.atlassian.net/jira/software/c/projects/JY/boards/37
0.2m
www.reddit.com/r/software/comments/1fjfw
www.reddit.com/r/software/comments/1fjfwg0/comment/lnr7nqd/
www.reddit.com/r/software/comments/1fjfwg0/screenpipe_open_source_247_screen_audio_capture
0.1m
app.dev.jiminny.com
app.dev.jiminny.com
0.1m
addons.mozilla.org/en-US/firefox/?utm_so
addons.mozilla.org/en-US/firefox/?utm_source=firefox-browser&utm_medium=firefox-browser&ut
0.1m
screenpi.pe/resources
screenpi.pe/resources
0.1m
screenpi.pe
screenpi.pe
0.1m
mail.google.com/mail/u/0/#inbox
mail.google.com/mail/u/0/#inbox
0.1m
localhost:3030
http://localhost:3030
0.1m
addons.mozilla.org/en-US/firefox/addon/p
addons.mozilla.org/en-US/firefox/addon/proxy-switcher-and-manager/?utm_source=addons.mozil
0.1m
www.rtings.com/projector/reviews/dangbei
www.rtings.com/projector/reviews/dangbei/atom-laser-projector
0m
⌨️ UI ACTIVITY (CLICKS / KEYSTROKES / APP SWITCHES)
⌨️ UI ACTIVITY (CLICKS / KEYSTROKES / APP SWITCHES)
APP
CLICKS
KEYS
SWITCHES
TOTAL
Firefox
2130
323
9
2462
Claude
41
46
4
91
iTerm2
13
12
5
30
Boosteroid
13
3
3
19
APP
Firefox
Claude
iTerm2
Boosteroid
CLICKS
2130
41
13
13
KEYS
323
46
12
3
SWITCHES
9
4
5
3
TOTAL
2462
91
30
19...
|
7751
|
|
7754
|
144
|
66
|
2026-04-13T16:22:33.399469+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097353399_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Generate Report
No AI needed — pure data
📅 SESSION — 2026-04-12
📅 SESSION — 2026-04-12
11:35
START
00:10
END
12.6h
TOTAL SPAN
4.6h
ACTIVE
8.0h
BREAKS (3)
Sessions:...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXButton","text":"Generate Report","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"No AI needed — pure data","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXHeading","text":"📅 SESSION — 2026-04-12","depth":9,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"📅 SESSION — 2026-04-12","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"11:35","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"START","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"00:10","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"END","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12.6h","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"TOTAL SPAN","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"4.6h","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"ACTIVE","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8.0h","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"BREAKS (3)","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Sessions:","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-3066228927512798114
|
5806625237992573008
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Generate Report
No AI needed — pure data
📅 SESSION — 2026-04-12
📅 SESSION — 2026-04-12
11:35
START
00:10
END
12.6h
TOTAL SPAN
4.6h
ACTIVE
8.0h
BREAKS (3)
Sessions:...
|
7753
|
|
7756
|
NULL
|
0
|
2026-04-13T16:22:36.540440+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097356540_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Search across all your screen activity…
Search
Source
App
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
Enter a query and press Search (or Enter)....
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"Search across all your screen activity…","depth":8,"help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"Search","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Source","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"App","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Date","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dd","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"mm","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"yyyy","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"(blank = all dates)","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"From","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FTS tip: single words work best · \"exact phrase\" · term1 OR term2","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Enter a query and press Search (or Enter).","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-5350242344730927340
|
1199160656987654256
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Search across all your screen activity…
Search
Source
App
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
Enter a query and press Search (or Enter)....
|
7755
|
|
7757
|
145
|
0
|
2026-04-13T16:22:44.078741+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097364078_m1.jpg...
|
Firefox
|
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po re Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N — Personal...
|
True
|
dennikn.sk/5272239/ukrajinu-vidi-ako-obet-no-do-eu dennikn.sk/5272239/ukrajinu-vidi-ako-obet-no-do-eu-ju-pusti-az-po-referende-co-vitazstvo-magyara-znamena-pre-kyjiv/...
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Close tab
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXButton","text":"Mute tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false}]...
|
4948160349203384775
|
5810881997251119184
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Mute tab
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Close tab
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)...
|
NULL
|
|
7759
|
145
|
2
|
2026-04-13T16:22:50.048695+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097370048_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Red plus
Search
Source
App
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
36 results
Play
Mute
11:39
OCR
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...
Play
Mute
18:29
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:28
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:26
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:25
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:23
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:18
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:17
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
15:53
OCR
QuickTime Player
/ compact_monitor_1_1775908431491.mp4
...Let me try the keyword search tool instead.#rec1910 • screenpipe - Keyword Search (MCP)(q: "WD
Red
Plus
6TB", limit: 20)CODECompl• screenpipe - Keyword Search (MCP)(q: "
Red
Plus
6TB", limit...
Play
Mute
21:25
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:24
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:21
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2
/ ✳ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2Shell|Edit|ViewSessionScriptsProfilesWindowHelp100%
8Thu 9 Apr 21:20:25DOCKERDEV (-zsh)APP (-zsh)* Research Western Digital
Red
Plus
pricing* Research Western Digital
Red
...X4-zsh• screenpipe - Search Content (MCP)(q: "Western...
21:20
Typed
iTerm2
click
→
Slack
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...500) ⎿ Interrupted · What should Claude do instead?
red
plus
…
show more
show more
21:18
Typed
clipboard
What was the cheapest Western Digital
Red
Plus
?
21:18
Typed
iTerm2
key
21:17
Typed
iTerm2
click
→
✳ Find cheapest WD Red Plus 6TB price (claude)
21:17
Typed
text
red
plus
21:16
Typed
text
red
plus
20:56
Typed
iTerm2
click
→
-zsh
20:55
Typed
iTerm2
click
→
shell
Play
Mute
20:54
OCR
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lnh100% <478Thu 9 Apr 20:54:17DOCKERX1DEV (-zsh)182To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD
Red
Plus
6TB price...
Play
Mute
20:54
OCR...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"Red plus","depth":8,"value":"Red plus","help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":true,"is_selected":false},{"role":"AXButton","text":"Search","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Source","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"App","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Date","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dd","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"mm","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"yyyy","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"(blank = all dates)","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"From","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FTS tip: single words work best · \"exact phrase\" · term1 OR term2","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"36 results","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"11:39","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:29","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...21:19 · iTerm2 / ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...was the cheapest Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...20) ⏺ screenpipe...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:28","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:26","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:25","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:23","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:19","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:19","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...21:19 · iTerm2 / ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...was the cheapest Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...20) ⏺ screenpipe...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:18","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:17","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"15:53","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"QuickTime Player","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ compact_monitor_1_1775908431491.mp4","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...Let me try the keyword search tool instead.#rec1910 • screenpipe - Keyword Search (MCP)(q: \"WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB\", limit: 20)CODECompl• screenpipe - Keyword Search (MCP)(q: \"","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB\", limit...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.0,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.0,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:25","depth":10,"bounds":{"left":0.23333333,"top":0.0,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.0,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27916667,"top":0.0,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ -zsh","depth":10,"bounds":{"left":0.30833334,"top":0.0,"width":0.020833334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.0,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.0,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.0,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.0,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.0,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.0,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.02,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.02,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:24","depth":10,"bounds":{"left":0.23333333,"top":0.0044444446,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.006666667,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27916667,"top":0.0044444446,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ -zsh","depth":10,"bounds":{"left":0.30833334,"top":0.0044444446,"width":0.020833334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.028888889,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.028888889,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.028888889,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.028888889,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.028888889,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.028888889,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.10555556,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.10555556,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:21","depth":10,"bounds":{"left":0.23333333,"top":0.09,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25902778,"top":0.09222222,"width":0.013194445,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27847221,"top":0.09,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ⠐ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30694443,"top":0.09,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.11444444,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.11444444,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.11444444,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.11444444,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.11444444,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.11444444,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.19111112,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.19111112,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:20","depth":10,"bounds":{"left":0.23333333,"top":0.17555556,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.17777778,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27916667,"top":0.17555556,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ✳ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30833334,"top":0.17555556,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.2,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.2,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.2,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.2,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.2,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.2,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.27666667,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.27666667,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:20","depth":10,"bounds":{"left":0.23333333,"top":0.2611111,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.26333332,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2Shell|Edit|ViewSessionScriptsProfilesWindowHelp100%","depth":10,"bounds":{"left":0.23333333,"top":0.28555554,"width":0.2625,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8Thu 9 Apr 21:20:25DOCKERDEV (-zsh)APP (-zsh)* Research Western Digital","depth":11,"bounds":{"left":0.4965278,"top":0.28555554,"width":0.3298611,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":12,"bounds":{"left":0.82708335,"top":0.28555554,"width":0.015972223,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":12,"bounds":{"left":0.8472222,"top":0.28555554,"width":0.018055556,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing* Research Western Digital","depth":11,"bounds":{"left":0.8659722,"top":0.28555554,"width":0.13402778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":12,"bounds":{"left":0.23402777,"top":0.3077778,"width":0.015972223,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...X4-zsh• screenpipe - Search Content (MCP)(q: \"Western...","depth":11,"bounds":{"left":0.25069445,"top":0.3077778,"width":0.25625,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:20","depth":10,"bounds":{"left":0.16388889,"top":0.35222223,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.19027779,"top":0.35444444,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21527778,"top":0.35222223,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24375,"top":0.35333332,"width":0.015277778,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.25902778,"top":0.35222223,"width":0.011805556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Slack","depth":11,"bounds":{"left":0.27083334,"top":0.35222223,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.41444445,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.41444445,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:19","depth":10,"bounds":{"left":0.23333333,"top":0.3988889,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25902778,"top":0.40111113,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27847221,"top":0.3988889,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ⠐ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30694443,"top":0.3988889,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.42333335,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.42333335,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.42333335,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.42333335,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.42333335,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.42333335,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.5,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.5,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:19","depth":10,"bounds":{"left":0.23333333,"top":0.48444444,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25902778,"top":0.48666668,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27847221,"top":0.48444444,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ⠐ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30694443,"top":0.48444444,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...500) ⎿ Interrupted · What should Claude do instead?","depth":10,"bounds":{"left":0.23333333,"top":0.5088889,"width":0.23194444,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"red","depth":11,"bounds":{"left":0.46597221,"top":0.5088889,"width":0.013194445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"plus","depth":11,"bounds":{"left":0.48333332,"top":0.5088889,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"…","depth":10,"bounds":{"left":0.5013889,"top":0.5088889,"width":0.0125,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"show more","depth":10,"bounds":{"left":0.5138889,"top":0.51111114,"width":0.039583333,"height":0.015555556},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"show more","depth":11,"bounds":{"left":0.5138889,"top":0.51111114,"width":0.039583333,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:18","depth":10,"bounds":{"left":0.16388889,"top":0.57,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18958333,"top":0.57222223,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"clipboard","depth":10,"bounds":{"left":0.21388888,"top":0.5711111,"width":0.03125,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"What was the cheapest Western Digital","depth":10,"bounds":{"left":0.16388889,"top":0.59444445,"width":0.16736111,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.33194444,"top":0.59444445,"width":0.015972223,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.35208333,"top":0.59444445,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"?","depth":10,"bounds":{"left":0.37013888,"top":0.59444445,"width":0.0048611113,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:18","depth":10,"bounds":{"left":0.16388889,"top":0.6388889,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18958333,"top":0.64111114,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21388888,"top":0.6388889,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"key","depth":10,"bounds":{"left":0.24305555,"top":0.64,"width":0.011111111,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:17","depth":10,"bounds":{"left":0.16388889,"top":0.68666667,"width":0.018055556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18888889,"top":0.6888889,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21319444,"top":0.68666667,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24236111,"top":0.68777776,"width":0.015277778,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.2576389,"top":0.68666667,"width":0.011111111,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":11,"bounds":{"left":0.26875,"top":0.68666667,"width":0.17847222,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:17","depth":10,"bounds":{"left":0.16388889,"top":0.73333335,"width":0.018055556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18888889,"top":0.7355555,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"text","depth":10,"bounds":{"left":0.21319444,"top":0.73444444,"width":0.013194445,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"red","depth":11,"bounds":{"left":0.16458334,"top":0.75777775,"width":0.013194445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"plus","depth":11,"bounds":{"left":0.18194444,"top":0.75777775,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:16","depth":10,"bounds":{"left":0.16388889,"top":0.80222225,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18958333,"top":0.80444443,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"text","depth":10,"bounds":{"left":0.21388888,"top":0.80333334,"width":0.0125,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"red","depth":11,"bounds":{"left":0.16458334,"top":0.82666665,"width":0.013194445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"plus","depth":11,"bounds":{"left":0.18194444,"top":0.82666665,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"20:56","depth":10,"bounds":{"left":0.16388889,"top":0.8711111,"width":0.021527778,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.19236112,"top":0.87333333,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21666667,"top":0.8711111,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24513888,"top":0.87222224,"width":0.015972223,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.2611111,"top":0.8711111,"width":0.011111111,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"-zsh","depth":11,"bounds":{"left":0.27222222,"top":0.8711111,"width":0.015972223,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"20:55","depth":10,"bounds":{"left":0.16388889,"top":0.91888887,"width":0.020833334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.19166666,"top":0.9211111,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21666667,"top":0.91888887,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24513888,"top":0.92,"width":0.015277778,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.26041666,"top":0.91888887,"width":0.011805556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"shell","depth":11,"bounds":{"left":0.27222222,"top":0.91888887,"width":0.016666668,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.9811111,"width":0.020833334,"height":0.01888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.9811111,"width":0.020833334,"height":0.01888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"20:54","depth":10,"bounds":{"left":0.23333333,"top":0.96555555,"width":0.021527778,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.26180556,"top":0.9677778,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lnh100% <478Thu 9 Apr 20:54:17DOCKERX1DEV (-zsh)182To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD","depth":10,"bounds":{"left":0.23333333,"top":0.99,"width":0.76666665,"height":0.00999999},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.34513888,"top":1.0,"width":0.016666668,"height":-0.012222171},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.36597222,"top":1.0,"width":0.017361112,"height":-0.012222171},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price...","depth":10,"bounds":{"left":0.38402778,"top":1.0,"width":0.05138889,"height":-0.012222171},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":1.0,"width":0.020833334,"height":-0.07222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":1.0,"width":0.020833334,"height":-0.07222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"20:54","depth":10,"bounds":{"left":0.23333333,"top":1.0,"width":0.021527778,"height":-0.056666613},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.26180556,"top":1.0,"width":0.013888889,"height":-0.058888912},"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
660986860392894242
|
6263949366639887248
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Red plus
Search
Source
App
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
36 results
Play
Mute
11:39
OCR
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...
Play
Mute
18:29
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:28
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:26
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:25
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:23
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:18
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:17
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
15:53
OCR
QuickTime Player
/ compact_monitor_1_1775908431491.mp4
...Let me try the keyword search tool instead.#rec1910 • screenpipe - Keyword Search (MCP)(q: "WD
Red
Plus
6TB", limit: 20)CODECompl• screenpipe - Keyword Search (MCP)(q: "
Red
Plus
6TB", limit...
Play
Mute
21:25
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:24
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:21
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2
/ ✳ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2Shell|Edit|ViewSessionScriptsProfilesWindowHelp100%
8Thu 9 Apr 21:20:25DOCKERDEV (-zsh)APP (-zsh)* Research Western Digital
Red
Plus
pricing* Research Western Digital
Red
...X4-zsh• screenpipe - Search Content (MCP)(q: "Western...
21:20
Typed
iTerm2
click
→
Slack
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...500) ⎿ Interrupted · What should Claude do instead?
red
plus
…
show more
show more
21:18
Typed
clipboard
What was the cheapest Western Digital
Red
Plus
?
21:18
Typed
iTerm2
key
21:17
Typed
iTerm2
click
→
✳ Find cheapest WD Red Plus 6TB price (claude)
21:17
Typed
text
red
plus
21:16
Typed
text
red
plus
20:56
Typed
iTerm2
click
→
-zsh
20:55
Typed
iTerm2
click
→
shell
Play
Mute
20:54
OCR
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lnh100% <478Thu 9 Apr 20:54:17DOCKERX1DEV (-zsh)182To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD
Red
Plus
6TB price...
Play
Mute
20:54
OCR...
|
NULL
|
|
7761
|
145
|
4
|
2026-04-13T16:22:53.906365+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097373906_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Red plus
Search
Source
App
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
36 results
Pause
Mute
11:39
OCR
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...
Play
Mute
18:29
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:28
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:26
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:25
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:23
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:18
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:17
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
15:53
OCR
QuickTime Player
/ compact_monitor_1_1775908431491.mp4
...Let me try the keyword search tool instead.#rec1910 • screenpipe - Keyword Search (MCP)(q: "WD
Red
Plus
6TB", limit: 20)CODECompl• screenpipe - Keyword Search (MCP)(q: "
Red
Plus
6TB", limit...
Play
Mute
21:25
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:24
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:21
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2
/ ✳ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2Shell|Edit|ViewSessionScriptsProfilesWindowHelp100%
8Thu 9 Apr 21:20:25DOCKERDEV (-zsh)APP (-zsh)* Research Western Digital
Red
Plus
pricing* Research Western Digital
Red
...X4-zsh• screenpipe - Search Content (MCP)(q: "Western...
21:20
Typed
iTerm2
click
→
Slack
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...500) ⎿ Interrupted · What should Claude do instead?
red
plus
…
show more
show more
21:18
Typed
clipboard
What was the cheapest Western Digital
Red
Plus
?
21:18
Typed
iTerm2
key
21:17
Typed
iTerm2
click
→
✳ Find cheapest WD Red Plus 6TB price (claude)
21:17
Typed
text
red
plus
21:16
Typed
text
red
plus
20:56
Typed
iTerm2
click
→
-zsh
20:55
Typed
iTerm2
click
→
shell
Play
Mute
20:54...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"Red plus","depth":8,"value":"Red plus","help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Source","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"App","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Date","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dd","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"mm","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"yyyy","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"(blank = all dates)","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"From","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FTS tip: single words work best · \"exact phrase\" · term1 OR term2","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"36 results","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Pause","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"11:39","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:29","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...21:19 · iTerm2 / ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...was the cheapest Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...20) ⏺ screenpipe...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:28","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:26","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:25","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:23","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:19","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:19","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...21:19 · iTerm2 / ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...was the cheapest Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...20) ⏺ screenpipe...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:18","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:17","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"15:53","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"QuickTime Player","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ compact_monitor_1_1775908431491.mp4","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...Let me try the keyword search tool instead.#rec1910 • screenpipe - Keyword Search (MCP)(q: \"WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB\", limit: 20)CODECompl• screenpipe - Keyword Search (MCP)(q: \"","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB\", limit...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.0,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.0,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:25","depth":10,"bounds":{"left":0.23333333,"top":0.0,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.0,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27916667,"top":0.0,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ -zsh","depth":10,"bounds":{"left":0.30833334,"top":0.0,"width":0.020833334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.0,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.0,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.0,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.0,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.0,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.0,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.02,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.02,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:24","depth":10,"bounds":{"left":0.23333333,"top":0.0044444446,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.006666667,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27916667,"top":0.0044444446,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ -zsh","depth":10,"bounds":{"left":0.30833334,"top":0.0044444446,"width":0.020833334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.028888889,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.028888889,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.028888889,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.028888889,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.028888889,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.028888889,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.10555556,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.10555556,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:21","depth":10,"bounds":{"left":0.23333333,"top":0.09,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25902778,"top":0.09222222,"width":0.013194445,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27847221,"top":0.09,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ⠐ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30694443,"top":0.09,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.11444444,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.11444444,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.11444444,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.11444444,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.11444444,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.11444444,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.19111112,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.19111112,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:20","depth":10,"bounds":{"left":0.23333333,"top":0.17555556,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.17777778,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27916667,"top":0.17555556,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ✳ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30833334,"top":0.17555556,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.2,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.2,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.2,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.2,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.2,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.2,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.27666667,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.27666667,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:20","depth":10,"bounds":{"left":0.23333333,"top":0.2611111,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.26333332,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2Shell|Edit|ViewSessionScriptsProfilesWindowHelp100%","depth":10,"bounds":{"left":0.23333333,"top":0.28555554,"width":0.2625,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8Thu 9 Apr 21:20:25DOCKERDEV (-zsh)APP (-zsh)* Research Western Digital","depth":11,"bounds":{"left":0.4965278,"top":0.28555554,"width":0.3298611,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":12,"bounds":{"left":0.82708335,"top":0.28555554,"width":0.015972223,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":12,"bounds":{"left":0.8472222,"top":0.28555554,"width":0.018055556,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing* Research Western Digital","depth":11,"bounds":{"left":0.8659722,"top":0.28555554,"width":0.13402778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":12,"bounds":{"left":0.23402777,"top":0.3077778,"width":0.015972223,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...X4-zsh• screenpipe - Search Content (MCP)(q: \"Western...","depth":11,"bounds":{"left":0.25069445,"top":0.3077778,"width":0.25625,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:20","depth":10,"bounds":{"left":0.16388889,"top":0.35222223,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.19027779,"top":0.35444444,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21527778,"top":0.35222223,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24375,"top":0.35333332,"width":0.015277778,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.25902778,"top":0.35222223,"width":0.011805556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Slack","depth":11,"bounds":{"left":0.27083334,"top":0.35222223,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.41444445,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.41444445,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:19","depth":10,"bounds":{"left":0.23333333,"top":0.3988889,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25902778,"top":0.40111113,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27847221,"top":0.3988889,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ⠐ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30694443,"top":0.3988889,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.42333335,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.42333335,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.42333335,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.42333335,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.42333335,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.42333335,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.5,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.5,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:19","depth":10,"bounds":{"left":0.23333333,"top":0.48444444,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25902778,"top":0.48666668,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27847221,"top":0.48444444,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ⠐ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30694443,"top":0.48444444,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...500) ⎿ Interrupted · What should Claude do instead?","depth":10,"bounds":{"left":0.23333333,"top":0.5088889,"width":0.23194444,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"red","depth":11,"bounds":{"left":0.46597221,"top":0.5088889,"width":0.013194445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"plus","depth":11,"bounds":{"left":0.48333332,"top":0.5088889,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"…","depth":10,"bounds":{"left":0.5013889,"top":0.5088889,"width":0.0125,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"show more","depth":10,"bounds":{"left":0.5138889,"top":0.51111114,"width":0.039583333,"height":0.015555556},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"show more","depth":11,"bounds":{"left":0.5138889,"top":0.51111114,"width":0.039583333,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:18","depth":10,"bounds":{"left":0.16388889,"top":0.57,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18958333,"top":0.57222223,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"clipboard","depth":10,"bounds":{"left":0.21388888,"top":0.5711111,"width":0.03125,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"What was the cheapest Western Digital","depth":10,"bounds":{"left":0.16388889,"top":0.59444445,"width":0.16736111,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.33194444,"top":0.59444445,"width":0.015972223,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.35208333,"top":0.59444445,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"?","depth":10,"bounds":{"left":0.37013888,"top":0.59444445,"width":0.0048611113,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:18","depth":10,"bounds":{"left":0.16388889,"top":0.6388889,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18958333,"top":0.64111114,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21388888,"top":0.6388889,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"key","depth":10,"bounds":{"left":0.24305555,"top":0.64,"width":0.011111111,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:17","depth":10,"bounds":{"left":0.16388889,"top":0.68666667,"width":0.018055556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18888889,"top":0.6888889,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21319444,"top":0.68666667,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24236111,"top":0.68777776,"width":0.015277778,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.2576389,"top":0.68666667,"width":0.011111111,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":11,"bounds":{"left":0.26875,"top":0.68666667,"width":0.17847222,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:17","depth":10,"bounds":{"left":0.16388889,"top":0.73333335,"width":0.018055556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18888889,"top":0.7355555,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"text","depth":10,"bounds":{"left":0.21319444,"top":0.73444444,"width":0.013194445,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"red","depth":11,"bounds":{"left":0.16458334,"top":0.75777775,"width":0.013194445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"plus","depth":11,"bounds":{"left":0.18194444,"top":0.75777775,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:16","depth":10,"bounds":{"left":0.16388889,"top":0.80222225,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18958333,"top":0.80444443,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"text","depth":10,"bounds":{"left":0.21388888,"top":0.80333334,"width":0.0125,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"red","depth":11,"bounds":{"left":0.16458334,"top":0.82666665,"width":0.013194445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"plus","depth":11,"bounds":{"left":0.18194444,"top":0.82666665,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"20:56","depth":10,"bounds":{"left":0.16388889,"top":0.8711111,"width":0.021527778,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.19236112,"top":0.87333333,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21666667,"top":0.8711111,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24513888,"top":0.87222224,"width":0.015972223,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.2611111,"top":0.8711111,"width":0.011111111,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"-zsh","depth":11,"bounds":{"left":0.27222222,"top":0.8711111,"width":0.015972223,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"20:55","depth":10,"bounds":{"left":0.16388889,"top":0.91888887,"width":0.020833334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.19166666,"top":0.9211111,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21666667,"top":0.91888887,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24513888,"top":0.92,"width":0.015277778,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.26041666,"top":0.91888887,"width":0.011805556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"shell","depth":11,"bounds":{"left":0.27222222,"top":0.91888887,"width":0.016666668,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.9811111,"width":0.020833334,"height":0.01888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.9811111,"width":0.020833334,"height":0.01888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"20:54","depth":10,"bounds":{"left":0.23333333,"top":0.96555555,"width":0.021527778,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
4522338686785141593
|
6263949366639887248
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Red plus
Search
Source
App
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
36 results
Pause
Mute
11:39
OCR
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...
Play
Mute
18:29
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:28
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:26
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:25
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:23
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:18
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:17
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
15:53
OCR
QuickTime Player
/ compact_monitor_1_1775908431491.mp4
...Let me try the keyword search tool instead.#rec1910 • screenpipe - Keyword Search (MCP)(q: "WD
Red
Plus
6TB", limit: 20)CODECompl• screenpipe - Keyword Search (MCP)(q: "
Red
Plus
6TB", limit...
Play
Mute
21:25
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:24
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:21
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2
/ ✳ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2Shell|Edit|ViewSessionScriptsProfilesWindowHelp100%
8Thu 9 Apr 21:20:25DOCKERDEV (-zsh)APP (-zsh)* Research Western Digital
Red
Plus
pricing* Research Western Digital
Red
...X4-zsh• screenpipe - Search Content (MCP)(q: "Western...
21:20
Typed
iTerm2
click
→
Slack
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...500) ⎿ Interrupted · What should Claude do instead?
red
plus
…
show more
show more
21:18
Typed
clipboard
What was the cheapest Western Digital
Red
Plus
?
21:18
Typed
iTerm2
key
21:17
Typed
iTerm2
click
→
✳ Find cheapest WD Red Plus 6TB price (claude)
21:17
Typed
text
red
plus
21:16
Typed
text
red
plus
20:56
Typed
iTerm2
click
→
-zsh
20:55
Typed
iTerm2
click
→
shell
Play
Mute
20:54...
|
NULL
|
|
7764
|
145
|
7
|
2026-04-13T16:22:56.775348+00:00
|
/Users/lukas/.screenpipe/data/data/2026-04-13/1776 /Users/lukas/.screenpipe/data/data/2026-04-13/1776097376775_m1.jpg...
|
Firefox
|
Screenpipe Dashboard — Personal
|
True
|
http://100.73.206.126:8766
|
monitor_1
|
NULL
|
NULL
|
NULL
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Red plus
Search
Source
App
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
36 results
Play
Mute
11:39
OCR
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...
Play
Mute
18:29
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:28
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:26
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:25
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:23
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:18
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:17
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
15:53
OCR
QuickTime Player
/ compact_monitor_1_1775908431491.mp4
...Let me try the keyword search tool instead.#rec1910 • screenpipe - Keyword Search (MCP)(q: "WD
Red
Plus
6TB", limit: 20)CODECompl• screenpipe - Keyword Search (MCP)(q: "
Red
Plus
6TB", limit...
Play
Mute
21:25
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:24
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:21
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2
/ ✳ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2Shell|Edit|ViewSessionScriptsProfilesWindowHelp100%
8Thu 9 Apr 21:20:25DOCKERDEV (-zsh)APP (-zsh)* Research Western Digital
Red
Plus
pricing* Research Western Digital
Red
...X4-zsh• screenpipe - Search Content (MCP)(q: "Western...
21:20
Typed
iTerm2
click
→
Slack
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...500) ⎿ Interrupted · What should Claude do instead?
red
plus
…
show more
show more
21:18
Typed
clipboard
What was the cheapest Western Digital
Red
Plus
?
21:18
Typed
iTerm2
key
21:17
Typed
iTerm2
click
→
✳ Find cheapest WD Red Plus 6TB price (claude)
21:17
Typed
text
red
plus
21:16
Typed
text
red
plus
20:56
Typed
iTerm2
click
→
-zsh
20:55
Typed
iTerm2
click
→
shell
Play
Mute
20:54
OCR
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lnh100% <478Thu 9 Apr 20:54:17DOCKERX1DEV (-zsh)182To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD
Red
Plus
6TB price...
Play
Mute
20:54
OCR
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lhl100%
8Thu 9 Apr 20:54:13DOCKERX1DEV (-zsh)182To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD
Red
Plus
6TB price...
Play
Mute
20:54
OCR
iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERX1DEV (-zsh)982To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD
Red
Plus...
|
[{"role":"AXRadioButton","text [{"role":"AXRadioButton","text":"DXP4800PLUS-B5F8","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Inbox - kovaliklukas@gmail.com - Gmail","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Like Father, Like Daughter • HBO Max","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Like Father, Like Daughter • HBO Max","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Machines - Tailscale","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Machines - Tailscale","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe Dashboard","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":true},{"role":"AXStaticText","text":"Screenpipe Dashboard","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Close tab","depth":5,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXRadioButton","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Поръчка","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Поръчка","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXRadioButton","text":"google maps timeline export - Google Search","depth":4,"help_text":"","role_description":"tab","subrole":"AXTabButton","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"google maps timeline export - Google Search","depth":5,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"New Tab","depth":4,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Customize sidebar","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open Google Gemini (⌃X)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open history (⇧⌘H)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Open bookmarks (⌘B)","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXCheckBox","text":"Bitwarden","depth":6,"help_text":"","role_description":"toggle button","subrole":"AXToggle","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXHeading","text":"Screenpipe","depth":7,"help_text":"","role_description":"heading","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Screenpipe","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Activity","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Audio","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Work Report","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"AI Summary","depth":7,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Date","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"12","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"04","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":8,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"2026","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXTextField","text":"Red plus","depth":8,"value":"Red plus","help_text":"","role_description":"text field","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Search","depth":8,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"Source","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"App","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Date","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"dd","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"mm","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"yyyy","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Calendar","depth":9,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false,"is_expanded":false},{"role":"AXStaticText","text":"(blank = all dates)","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"From","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"To","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":":","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"--","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"FTS tip: single words work best · \"exact phrase\" · term1 OR term2","depth":9,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"36 results","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":false,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"11:39","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:29","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...21:19 · iTerm2 / ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...was the cheapest Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...20) ⏺ screenpipe...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:28","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:26","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:25","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:23","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:19","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:19","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...21:19 · iTerm2 / ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...was the cheapest Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ...20) ⏺ screenpipe...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:18","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"18:17","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Firefox","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ Screenpipe Dashboard — Personal","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"http://100.73.206.126:8766","depth":10,"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"http://100.73.206.126:8766","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...New Tab ✳ Claude Code ⠂ Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price ⠂ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing ⠐ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing Personal: GitHub - scree… ✳ Research Western Digital","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"15:53","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"QuickTime Player","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ compact_monitor_1_1775908431491.mp4","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...Let me try the keyword search tool instead.#rec1910 • screenpipe - Keyword Search (MCP)(q: \"WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB\", limit: 20)CODECompl• screenpipe - Keyword Search (MCP)(q: \"","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB\", limit...","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.0,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.0,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:25","depth":10,"bounds":{"left":0.23333333,"top":0.0,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.0,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27916667,"top":0.0,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ -zsh","depth":10,"bounds":{"left":0.30833334,"top":0.0,"width":0.020833334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.0,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.0,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.0,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.0,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.0,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.0,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.02,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.02,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:24","depth":10,"bounds":{"left":0.23333333,"top":0.0044444446,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.006666667,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27916667,"top":0.0044444446,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ -zsh","depth":10,"bounds":{"left":0.30833334,"top":0.0044444446,"width":0.020833334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.028888889,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.028888889,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.028888889,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.028888889,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.028888889,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.028888889,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.10555556,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.10555556,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:21","depth":10,"bounds":{"left":0.23333333,"top":0.09,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25902778,"top":0.09222222,"width":0.013194445,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27847221,"top":0.09,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ⠐ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30694443,"top":0.09,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.11444444,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.11444444,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.11444444,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.11444444,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.11444444,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.11444444,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.19111112,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.19111112,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:20","depth":10,"bounds":{"left":0.23333333,"top":0.17555556,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.17777778,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27916667,"top":0.17555556,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ✳ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30833334,"top":0.17555556,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.2,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.2,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.2,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.2,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.2,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.2,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.27666667,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.27666667,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:20","depth":10,"bounds":{"left":0.23333333,"top":0.2611111,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25972223,"top":0.26333332,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2Shell|Edit|ViewSessionScriptsProfilesWindowHelp100%","depth":10,"bounds":{"left":0.23333333,"top":0.28555554,"width":0.2625,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8Thu 9 Apr 21:20:25DOCKERDEV (-zsh)APP (-zsh)* Research Western Digital","depth":11,"bounds":{"left":0.4965278,"top":0.28555554,"width":0.3298611,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":12,"bounds":{"left":0.82708335,"top":0.28555554,"width":0.015972223,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":12,"bounds":{"left":0.8472222,"top":0.28555554,"width":0.018055556,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"pricing* Research Western Digital","depth":11,"bounds":{"left":0.8659722,"top":0.28555554,"width":0.13402778,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":12,"bounds":{"left":0.23402777,"top":0.3077778,"width":0.015972223,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...X4-zsh• screenpipe - Search Content (MCP)(q: \"Western...","depth":11,"bounds":{"left":0.25069445,"top":0.3077778,"width":0.25625,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:20","depth":10,"bounds":{"left":0.16388889,"top":0.35222223,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.19027779,"top":0.35444444,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21527778,"top":0.35222223,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24375,"top":0.35333332,"width":0.015277778,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.25902778,"top":0.35222223,"width":0.011805556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Slack","depth":11,"bounds":{"left":0.27083334,"top":0.35222223,"width":0.019444445,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.41444445,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.41444445,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:19","depth":10,"bounds":{"left":0.23333333,"top":0.3988889,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25902778,"top":0.40111113,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27847221,"top":0.3988889,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ⠐ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30694443,"top":0.3988889,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...⏺","depth":10,"bounds":{"left":0.23333333,"top":0.42333335,"width":0.013194445,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.24722221,"top":0.42333335,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.26527777,"top":0.42333335,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.28402779,"top":0.42333335,"width":0.016666668,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.30208334,"top":0.42333335,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...","depth":10,"bounds":{"left":0.3201389,"top":0.42333335,"width":0.007638889,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.5,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.5,"width":0.020833334,"height":0.044444446},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"21:19","depth":10,"bounds":{"left":0.23333333,"top":0.48444444,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.25902778,"top":0.48666668,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.27847221,"top":0.48444444,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"/ ⠐ Research Western Digital Red Plus pricing","depth":10,"bounds":{"left":0.30694443,"top":0.48444444,"width":0.16458334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"...500) ⎿ Interrupted · What should Claude do instead?","depth":10,"bounds":{"left":0.23333333,"top":0.5088889,"width":0.23194444,"height":0.018888889},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"red","depth":11,"bounds":{"left":0.46597221,"top":0.5088889,"width":0.013194445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"plus","depth":11,"bounds":{"left":0.48333332,"top":0.5088889,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"…","depth":10,"bounds":{"left":0.5013889,"top":0.5088889,"width":0.0125,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXLink","text":"show more","depth":10,"bounds":{"left":0.5138889,"top":0.51111114,"width":0.039583333,"height":0.015555556},"help_text":"","role_description":"link","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"show more","depth":11,"bounds":{"left":0.5138889,"top":0.51111114,"width":0.039583333,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:18","depth":10,"bounds":{"left":0.16388889,"top":0.57,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18958333,"top":0.57222223,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"clipboard","depth":10,"bounds":{"left":0.21388888,"top":0.5711111,"width":0.03125,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"What was the cheapest Western Digital","depth":10,"bounds":{"left":0.16388889,"top":0.59444445,"width":0.16736111,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.33194444,"top":0.59444445,"width":0.015972223,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.35208333,"top":0.59444445,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"?","depth":10,"bounds":{"left":0.37013888,"top":0.59444445,"width":0.0048611113,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:18","depth":10,"bounds":{"left":0.16388889,"top":0.6388889,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18958333,"top":0.64111114,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21388888,"top":0.6388889,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"key","depth":10,"bounds":{"left":0.24305555,"top":0.64,"width":0.011111111,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:17","depth":10,"bounds":{"left":0.16388889,"top":0.68666667,"width":0.018055556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18888889,"top":0.6888889,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21319444,"top":0.68666667,"width":0.027083334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24236111,"top":0.68777776,"width":0.015277778,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.2576389,"top":0.68666667,"width":0.011111111,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"✳ Find cheapest WD Red Plus 6TB price (claude)","depth":11,"bounds":{"left":0.26875,"top":0.68666667,"width":0.17847222,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:17","depth":10,"bounds":{"left":0.16388889,"top":0.73333335,"width":0.018055556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18888889,"top":0.7355555,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"text","depth":10,"bounds":{"left":0.21319444,"top":0.73444444,"width":0.013194445,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"red","depth":11,"bounds":{"left":0.16458334,"top":0.75777775,"width":0.013194445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"plus","depth":11,"bounds":{"left":0.18194444,"top":0.75777775,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"21:16","depth":10,"bounds":{"left":0.16388889,"top":0.80222225,"width":0.01875,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.18958333,"top":0.80444443,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"text","depth":10,"bounds":{"left":0.21388888,"top":0.80333334,"width":0.0125,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"red","depth":11,"bounds":{"left":0.16458334,"top":0.82666665,"width":0.013194445,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"plus","depth":11,"bounds":{"left":0.18194444,"top":0.82666665,"width":0.017361112,"height":0.017777778},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"20:56","depth":10,"bounds":{"left":0.16388889,"top":0.8711111,"width":0.021527778,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.19236112,"top":0.87333333,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21666667,"top":0.8711111,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24513888,"top":0.87222224,"width":0.015972223,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.2611111,"top":0.8711111,"width":0.011111111,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"-zsh","depth":11,"bounds":{"left":0.27222222,"top":0.8711111,"width":0.015972223,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"20:55","depth":10,"bounds":{"left":0.16388889,"top":0.91888887,"width":0.020833334,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Typed","depth":10,"bounds":{"left":0.19166666,"top":0.9211111,"width":0.01875,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2","depth":11,"bounds":{"left":0.21666667,"top":0.91888887,"width":0.02638889,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"click","depth":10,"bounds":{"left":0.24513888,"top":0.92,"width":0.015277778,"height":0.014444444},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"→","depth":10,"bounds":{"left":0.26041666,"top":0.91888887,"width":0.011805556,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"shell","depth":11,"bounds":{"left":0.27222222,"top":0.91888887,"width":0.016666668,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":0.9811111,"width":0.020833334,"height":0.01888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":0.9811111,"width":0.020833334,"height":0.01888889},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"20:54","depth":10,"bounds":{"left":0.23333333,"top":0.96555555,"width":0.021527778,"height":0.015555556},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.26180556,"top":0.9677778,"width":0.013888889,"height":0.012222222},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lnh100% <478Thu 9 Apr 20:54:17DOCKERX1DEV (-zsh)182To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD","depth":10,"bounds":{"left":0.23333333,"top":0.99,"width":0.76666665,"height":0.00999999},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"bounds":{"left":0.34513888,"top":1.0,"width":0.016666668,"height":-0.012222171},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"bounds":{"left":0.36597222,"top":1.0,"width":0.017361112,"height":-0.012222171},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price...","depth":10,"bounds":{"left":0.38402778,"top":1.0,"width":0.05138889,"height":-0.012222171},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"bounds":{"left":0.17083333,"top":1.0,"width":0.020833334,"height":-0.07222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"bounds":{"left":0.19861111,"top":1.0,"width":0.020833334,"height":-0.07222223},"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"20:54","depth":10,"bounds":{"left":0.23333333,"top":1.0,"width":0.021527778,"height":-0.056666613},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"bounds":{"left":0.26180556,"top":1.0,"width":0.013888889,"height":-0.058888912},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lhl100%","depth":10,"bounds":{"left":0.23333333,"top":1.0,"width":0.28125,"height":-0.08111107},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"8Thu 9 Apr 20:54:13DOCKERX1DEV (-zsh)182To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD","depth":11,"bounds":{"left":0.23333333,"top":1.0,"width":0.7659722,"height":-0.08111107},"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":12,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"6TB price...","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXButton","text":"Play","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXButton","text":"Mute","depth":10,"help_text":"","role_description":"button","subrole":"AXUnknown","is_enabled":true,"is_focused":false,"is_selected":false},{"role":"AXStaticText","text":"20:54","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"OCR","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERX1DEV (-zsh)982To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD","depth":10,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Red","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"},{"role":"AXStaticText","text":"Plus","depth":11,"help_text":"","role_description":"text","subrole":"AXUnknown"}]...
|
-2593790101604842700
|
-2995449181782768752
|
click
|
accessibility
|
NULL
|
DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Fat DXP4800PLUS-B5F8
Inbox - [EMAIL] - Gmail
Like Father, Like Daughter • HBO Max
Like Father, Like Daughter • HBO Max
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Ukrajinu vidí ako obeť, no do EÚ ju pustí až po referende. Čo víťazstvo Magyara znamená pre Kyjiv — Denník N
Machines - Tailscale
Machines - Tailscale
Screenpipe Dashboard
Screenpipe Dashboard
Close tab
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Western Digital Red Plus 3.5 6TB 5400rpm 256MB SATA3 (WD60EFPX) от 239,76 € (468,93 лв.) Вътрешен хард диск Western Digital - Pazaruvaj.com
Поръчка
Поръчка
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
Screenpipe: Open Source 24/7 Screen & Audio Capture : r/software
google maps timeline export - Google Search
google maps timeline export - Google Search
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Open history (⇧⌘H)
Open bookmarks (⌘B)
Bitwarden
Screenpipe
Screenpipe
Activity
Search
Audio
Work Report
AI Summary
Date
12
/
04
/
2026
Calendar
Red plus
Search
Source
App
Date
dd
/
mm
/
yyyy
Calendar
(blank = all dates)
From
--
:
--
To
--
:
--
FTS tip: single words work best · "exact phrase" · term1 OR term2
36 results
Play
Mute
11:39
OCR
...
Red
Plus
3.5 6TB 5400rpm 256MB SATA3(WD60EFPX) Описание: Високопроизводител ни външни hdd дискове,създадени за надеждност и енергийна... Пълно описаниеВарианти на продукта:2000 GB3000 Gb4000 Gb6000 GB8000 Gb6твwestem...
Play
Mute
18:29
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:28
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:26
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:25
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:23
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:19
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...21:19 · iTerm2 / ⠂ Research Western Digital
Red
Plus
pricing ...was the cheapest Western Digital
Red
Plus
? Western Digital ... 21:20 · iTerm2 / ⠐ Research Western Digital
Red
Plus
pricing ...20) ⏺ screenpipe...
Play
Mute
18:18
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
18:17
OCR
Firefox
/ Screenpipe Dashboard — Personal
http://[IP_ADDRESS]:8766
http://[IP_ADDRESS]:8766
...New Tab ✳ Claude Code ⠂ Find cheapest WD
Red
Plus
6TB price ⠂ Research Western Digital
Red
Plus
pricing ⠐ Research Western Digital
Red
Plus
pricing Personal: GitHub - scree… ✳ Research Western Digital
Red
...
Play
Mute
15:53
OCR
QuickTime Player
/ compact_monitor_1_1775908431491.mp4
...Let me try the keyword search tool instead.#rec1910 • screenpipe - Keyword Search (MCP)(q: "WD
Red
Plus
6TB", limit: 20)CODECompl• screenpipe - Keyword Search (MCP)(q: "
Red
Plus
6TB", limit...
Play
Mute
21:25
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:24
OCR
iTerm2
/ -zsh
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:21
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2
/ ✳ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:20
OCR
iTerm2Shell|Edit|ViewSessionScriptsProfilesWindowHelp100%
8Thu 9 Apr 21:20:25DOCKERDEV (-zsh)APP (-zsh)* Research Western Digital
Red
Plus
pricing* Research Western Digital
Red
...X4-zsh• screenpipe - Search Content (MCP)(q: "Western...
21:20
Typed
iTerm2
click
→
Slack
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...⏺
Red
Plus
Red
Plus
...
Play
Mute
21:19
OCR
iTerm2
/ ⠐ Research Western Digital Red Plus pricing
...500) ⎿ Interrupted · What should Claude do instead?
red
plus
…
show more
show more
21:18
Typed
clipboard
What was the cheapest Western Digital
Red
Plus
?
21:18
Typed
iTerm2
key
21:17
Typed
iTerm2
click
→
✳ Find cheapest WD Red Plus 6TB price (claude)
21:17
Typed
text
red
plus
21:16
Typed
text
red
plus
20:56
Typed
iTerm2
click
→
-zsh
20:55
Typed
iTerm2
click
→
shell
Play
Mute
20:54
OCR
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lnh100% <478Thu 9 Apr 20:54:17DOCKERX1DEV (-zsh)182To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD
Red
Plus
6TB price...
Play
Mute
20:54
OCR
iTerm2ShellEditViewSessionScriptsProfilesWindowHelp>0 lhl100%
8Thu 9 Apr 20:54:13DOCKERX1DEV (-zsh)182To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD
Red
Plus
6TB price...
Play
Mute
20:54
OCR
iTerm2ShellEditViewSessionScriptsProfilesWindowHelpDOCKERX1DEV (-zsh)982To get this back, try restarting Screenpipe and then ask again.APP (-zsh)• Find cheapest WD
Red
Plus...
|
7763
|