Skip to content

Commit b1beb7f

Browse files
committed
Added stealth mode 🔒 - Hide your browsing habits during presentations
- New Blank view hides all content but keeps controls visible - Dashboard remembers your view preference (hourly/intervals/notes/blank) - Updated README with direct, no-BS language - Fixed tab items visibility - buttons always show, content hides when needed - Zero data sent to cloud - your browsing habits stay local
1 parent 5154b83 commit b1beb7f

File tree

11 files changed

+5127
-34
lines changed

11 files changed

+5127
-34
lines changed

README.md

Lines changed: 43 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
# Web Activity Time Tracker <a href="https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm" rel="nofollow"><img src="https://user-images.githubusercontent.com/768070/51865757-87d45300-2347-11e9-84fd-bafff5b036b2.png" alt="Add to Chrome" style="max-width:100%;"></a>
1+
# Web Activity Time Tracker - Enhanced Fork
22

3-
⚠️⚠️⚠️ **Important notice! The Chrome extension has been sold. So I am not responsible for any changes to the functionality of the extension.** ⚠️⚠️⚠️
3+
## 🔍 About This Fork
44

5-
**The new version is available on the Chrome Store https://chromewebstore.google.com/detail/timespy-block-websites-po/ggomgkmpcnmfhgmpfaphkbmnokllflom**
5+
This is an enhanced fork of the original [Web Activity Time Tracker](https://github.com/Stigmatoz/web-activity-time-tracker/) by [Stigmatoz](https://github.com/Stigmatoz). All credit for the original extension goes to the original author.
66

7-
[![Chrome Web Store](https://img.shields.io/chrome-web-store/d/hhfnghjdeddcfegfekjeihfmbjenlomm.svg?&label=Chrome%20users&ogo=google-chrome&logoColor=white)](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm)
8-
[![Chrome Web Store](https://img.shields.io/chrome-web-store/rating/hhfnghjdeddcfegfekjeihfmbjenlomm?&logoColor=white;label=Rating)](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm)
9-
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/hhfnghjdeddcfegfekjeihfmbjenlomm.svg?&logo=google-chrome&logoColor=white)](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm)
107

11-
[![Microsoft Edge Store](https://img.shields.io/badge/dynamic/json?label=Edge%20users&query=%24.activeInstallCount&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Feepmlmdenlkkjieghjmedjahpofieogf&color=gree)](https://microsoftedge.microsoft.com/addons/detail/web-activity-time-tracker/eepmlmdenlkkjieghjmedjahpofieogf)
12-
[![Microsoft Edge Store](https://img.shields.io/badge/dynamic/json?label=Rating&suffix=/5&color=gree&query=%24.averageRating&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Feepmlmdenlkkjieghjmedjahpofieogf)](https://microsoftedge.microsoft.com/addons/detail/web-activity-time-tracker/eepmlmdenlkkjieghjmedjahpofieogf)
13-
[![Microsoft Edge Store](https://img.shields.io/badge/dynamic/json?label=Microsoft%20Edge&prefix=v&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Feepmlmdenlkkjieghjmedjahpofieogf&logo=microsoft-edge)](https://microsoftedge.microsoft.com/addons/detail/web-activity-time-tracker/eepmlmdenlkkjieghjmedjahpofieogf)
8+
This extension tracks your web time and shows you the cold, hard truth about your browsing habits. Set daily limits and get blocked when you've wasted enough time.
149

15-
Web Activity Time Tracker keeps track of how much time you spend on the web and presents the stats in a useful and intuitive way.
16-
You can set a daily visit limit for sites and block it after the expiration of the limit.
17-
18-
Extension uses only local [chrome.storage API](https://developer.chrome.com/apps/storage) chrome.storage API to store data and it doesn't send data anywhere.
10+
Your data stays on YOUR device. We use local [chrome.storage API](https://developer.chrome.com/apps/storage) only - no cloud uploads, no tracking, no judgment (well, maybe a little).
1911

2012
![image](https://user-images.githubusercontent.com/23387046/206865140-875bf7ab-a59e-42e3-bb9e-e348e8b85749.png) ![image](https://user-images.githubusercontent.com/23387046/206865174-aa409efe-495d-450e-a8ea-1d97024c9e23.png)
2113

@@ -29,18 +21,48 @@ And you can see your overall stats.
2921
![image](https://github.com/Stigmatoz/web-activity-time-tracker/assets/23387046/6ea4547e-8bc6-4df7-ba0c-b5b330117270)
3022

3123

32-
If you have suggestions or problems using the extension, please [submit a bug or a feature request](https://github.com/Stigmatoz/web-activity-time-tracker/issues).
24+
## ✨ New Features in This Fork
25+
26+
### Stats on New Tab = No More Excuses
27+
- Your daily usage stats hit you in the face every time you open a new tab
28+
- No need to click anything - perfect people who forgot to check stats after 3 days of installing the extension.
29+
30+
### Ticking Time Bomb on Your Toolbar
31+
- In the extension icon , Watch seconds count down on the extension icon in real-time.
32+
- Your personal productivity watchdog that silently judges your YouTube rabbit holes
33+
34+
### Stealth Mode Activated 🔒
35+
- One-click blank view that hides all your data but keeps controls visible
36+
- Perfect for when your boss walks by or during that all-hands Zoom call
37+
- Because what happens in your browser should stay in your browser
38+
39+
### Brain Dump Station 🧠
40+
- Jot down ideas without leaving your dashboard
41+
- Notes stick around between sessions (local storage magic)
42+
- Because alt-tabbing to another app is too much work
43+
44+
45+
46+
If you have suggestions or problems using the extension, please submit an issue in this repository.
47+
48+
# Installation Instructions
3349

34-
# Chrome Web Store
50+
## Option 1: Install from the dist folder (Easiest)
3551

36-
Web Activity Time Tracker is available via the official [Chrome Web Store](https://chrome.google.com/webstore/detail/web-activity-time-tracker/hhfnghjdeddcfegfekjeihfmbjenlomm).
52+
1. Download this repository by clicking the green "Code" button above and selecting "Download ZIP"
53+
2. Unzip the downloaded file to any location on your computer
54+
3. Open Chrome or Edge and go to `chrome://extensions/` (Chrome) or `edge://extensions/` (Edge)
55+
4. Enable "Developer mode" using the toggle in the top-right corner
56+
5. Click the "Load unpacked" button
57+
6. Browse to the **dist** folder inside the unzipped directory and click "Select Folder"
58+
7. The extension should now appear in your browser and be ready to use!
3759

38-
# Install as an extension from source
60+
## Option 2: Build from source
3961

40-
1. Download the latest available version and unarchive to your preferred location (whichever suits you).
41-
2. Using Google Chrome browser, navigate to chrome://extensions/ and enable "Developer mode" in the upper right corner.
42-
3. Click on the "Load unpacked extension..." button.
43-
4. Browse to the src directory of the unarchived folder and confirm.
62+
1. Clone this repository
63+
2. Install dependencies: `npm install` or `pnpm install`
64+
3. Build the extension: `npm run start -- --no-watch` or `pnpm run start -- --no-watch`
65+
4. Follow steps 3-6 from Option 1 to load the extension
4466

4567
# Run
4668

0 commit comments

Comments
 (0)