Blogger Post Scheduling Overlay
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
Blogger Post Scheduling Overlay scans the current page for Blogger post listings, extracting post titles, publication dates, scheduling statuses, and labels from Blogger dashboard and post management views. The floating panel shows scheduled posts with countdown timers, publishing calendar views, and post status summaries. Color-coded indicators (green for published, yellow for scheduled, red for draft) and a summary of scheduling activity provide quick visibility. Filter by post status and date range, and export scheduling data as CSV or text. Posts scheduled for today are highlighted, and publishing trends are tracked.
WHERE IT RUNS
Works on Blogger dashboard pages, including post lists, scheduling views, and post management interfaces. The script detects posts using Blogger-specific selectors and extracts scheduling metadata. It works best on Blogger dashboard post pages.
HOW TO USE
The panel displays a summary of post status counts (Published, Scheduled, Draft, Total) followed by scheduled posts with countdown timers showing days and hours until publication. Click "Scan Posts" to detect all posts on the current page. Each scheduled post shows its title, scheduled date, and countdown timer color-coded by urgency (yellow for upcoming, red for today). Export the scheduling data as text for planning or reporting. The panel automatically highlights posts scheduled for today.
MECHANISM — POST EXTRACTION WITH SCHEDULING COUNTDOWN
The script detects Blogger posts by finding post containers using selectors (.post-item, .blogger-post). From each container, it extracts the post title, status (published, scheduled, draft), publication date, and labels using targeted sub-selectors. Dates are parsed from various formats (Month DD, YYYY, MM/DD/YYYY) and compared to the current date to calculate days until publication. The countdown timer displays the time remaining in days and hours. Status color coding follows: green for published, yellow for scheduled, red for draft. Scheduled posts are highlighted with countdown timers, and posts scheduled for today are marked with urgency indicators. All extraction and calculation runs client-side with no network calls.
THE PANEL
The floating panel is fully draggable and remembers its position per domain. Click the minimize button to collapse it to a small bubble, or press Escape to hide it. The panel automatically adjusts to different screen sizes and can be resized to show more content. All settings, including default view and date format, are saved per domain. The panel integrates smoothly with any page layout using the BGPanel framework, maintaining clean separation from page content.
PLEASE NOTE
This script requires the free BotGentz extension to run. It does not send any data to external servers; all extracted post data and settings remain entirely local to your browser using GM_setValue. The script never reads password fields, hidden inputs, or file inputs. It stores only post titles, statuses, publication dates, and labels from publicly visible Blogger dashboard page content. Post detection depends on the page structure; if posts are not detected, use the "Scan Posts" button to refresh extraction. The script works on Blogger pages and detects pages by hostname. Scheduling dates are extracted from the page and may be affected by timezone differences. Data persists across browser sessions and is isolated per browser profile.