Skip to content
Snippets Groups Projects
Commit ae642e34 authored by Vasili Gulevich's avatar Vasili Gulevich
Browse files

Merge branch 'master' of gitlab.paragon-es.de:toggl-button/github into 2-linkToGithub

Conflicts:
	github.user.js
parents edd5a7f8 9e09cf51
No related branches found
No related tags found
1 merge request!2A link to the origin from timer entry
# Toggl Button for Greasemonkey/Firefox: GitHub
This is a plugin for the [Core Toggl Button][1] and should go there for instructions on how to install, configure and use this system.
[1]: https://gitlab.paragon-es.de/toggl-button/core
// ==UserScript== // ==UserScript==
// @name Toggl-Button GitHub // @name Toggl-Button GitHub
// @namespace https://gitlab.paragon-es.de/toggl-button // @namespace https://gitlab.paragon-es.de/toggl-button
// @version 1.5 // @version 1.6
// @include http*://github.com/*/*/issues/* // @include http*://github.com/*
// @include http*://github.com/*/*/poll/*
// @include http*://github.com/*/*/issues/new
// @include https://toggl.com/app/timer
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @grant GM_addStyle // @grant GM_addStyle
// @grant GM_getResourceText // @grant GM_getResourceText
...@@ -42,4 +39,4 @@ const coreObject = new TogglButtonGM('#partial-discussion-header', function (ele ...@@ -42,4 +39,4 @@ const coreObject = new TogglButtonGM('#partial-discussion-header', function (ele
coreObject.tryDecorateTimer(); coreObject.tryDecorateTimer();
GM_registerMenuCommand("Try decorating timer", () => coreObject.tryDecorateTimer()); GM_registerMenuCommand("Try decorating timer", () => coreObject.tryDecorateTimer());
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment