Page Time Tracker with Summary and Pie Chart

Page time statistics

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
gura8390
Daily installs
0
Total installs
24
Ratings
0 0 0
Version
1.8
Created
2024-07-08
Updated
2025-02-07
Size
246 KB
License
MIT
Applies to
All sites

Page Time Tracker with Summary and Pie Chart

This script is a Tampermonkey userscript designed to display the time spent on the current page in the browser's title bar. It groups the data by domain and shows a daily summary with a pie chart including percentages. Users can also delete all data via menu commands.

Features

  • Time Tracking: Displays the time spent on the current page in the title bar in real-time.
  • Data Storage: Stores visit data upon page unload, including URL, page title, time spent, and visit date.
  • Data Grouping: Groups visit data by domain and calculates total time spent for each domain.
  • Daily Summary: Displays a daily summary page, including a table of time spent by domain and a pie chart with percentages.
  • Data Management: Provides menu commands to view the daily summary and delete all data.

Usage

  • Install the Tampermonkey browser extension.
  • Create a new userscript and paste the script code.
  • Save and enable the script.
  • While browsing, the page title will display the time spent on the current page.
  • Use the Tampermonkey menu to view the daily summary or delete all data.

Please note that any data collected by this script can be deleted by the user and is not transmitted to the cloud, remaining only on the user's local machine.