You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Local Development Server](#local-development-server)
19
20
-[💖 Support](#-support)
@@ -143,6 +144,21 @@ Access settings through by clicking the cogwheel icon. Located next to the "Crea
143
144
144
145
---
145
146
147
+
### 🧾 Aditro: HR Calendar Flex Fix
148
+
149
+
**Description:** Cleans up and highlights flexible working hour entries on Aditro/HR calendar pages. The script normalizes verbose transaction text to a compact `Flex in/out X.XX h`, applies color styling, and prints a small console summary of total flex hours.
150
+
151
+
-**Script:**`scripts/aditro.js`
152
+
-**Match:**`https://hr.aditro.com/*`
153
+
-**Features:**
154
+
- Normalizes calendar transaction text to `Flex in` / `Flex out` with hours
155
+
- Applies green/red styling to entries for quick visual scanning
156
+
- Calculates total flex and logs a console table with day/type/hours
157
+
- Runs on a 3s interval to update dynamically loaded content
158
+
-**Install:** Add the script via Tampermonkey using the raw URL:
0 commit comments