Skip to content

Instantly share code, notes, and snippets.

View AlexJoom's full-sized avatar

Alexandros Tzoumas AlexJoom

View GitHub Profile
@AlexJoom
AlexJoom / asana-time-calculator-greasemonkey
Last active June 9, 2017 23:28
A greasemonkey script for asana tasks. 1. Download greasemonkey 2. Name your tasks like "5h | Create birthday cake" "2h | Buy the present" and the total hours per person will be calculated and presented in the top of the page, under the project's description
// ==UserScript==
// @name Asana tasks helper
// @namespace test
// @description test
// @include https://app.asana.com/*
// @version 1
// @grand none
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==