Skip to content

Instantly share code, notes, and snippets.

View egorovli's full-sized avatar

Anton Egorov egorovli

  • Poznań, Poland
  • 14:29 (UTC +02:00)
View GitHub Profile
@egorovli
egorovli / main.js
Last active May 29, 2025 12:18
Inbox Zero, mobiDziennik edition • Automatically read all unread messages in mobiDziennik
/*
This JavaScript snippet automates achieving "inbox zero" in the mobiDziennik
school system by systematically opening all unread messages across multiple
pages. It runs in the browser console and automatically navigates through
paginated message lists, opening each individual message to mark it as read.
The script includes rate limiting and error handling to avoid overwhelming the
server while processing all messages.
Usage: