Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions jira/jira-remove-harvest.user.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// ==UserScript==
// @name Jira: Remove Harvest time tracking widget
// @namespace https://moderntribe.atlassian.net/
// @version 0.0.1
// @version 0.0.2
// @description Customize and remove modules from Edit Screen
// @author Modern Tribe Products
// @include https://moderntribe.atlassian.net/browse/*
// @include https://moderntribe.atlassian.net/*
// @grant GM_addStyle
// @downloadURL https://raw.githubusercontent.com/moderntribe/tampermonkey-scripts/master/jira/jira-remove-harvest.user.js
// @run-at document-start
Expand All @@ -14,5 +14,4 @@
'use strict';

GM_addStyle( '#harvest__toggle-timer { display: none; }' );

})();