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
Loading
# 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==
// @name Toggl-Button GitHub
// @namespace https://gitlab.paragon-es.de/toggl-button
// @version 1.5
// @include http*://github.com/*/*/issues/*
// @include http*://github.com/*/*/poll/*
// @include http*://github.com/*/*/issues/new
// @include https://toggl.com/app/timer
// @version 1.6
// @include http*://github.com/*
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
// @grant GM_getResourceText
......@@ -42,4 +39,4 @@ const coreObject = new TogglButtonGM('#partial-discussion-header', function (ele
coreObject.tryDecorateTimer();
GM_registerMenuCommand("Try decorating timer", () => coreObject.tryDecorateTimer());
\ No newline at end of file
GM_registerMenuCommand("Try decorating timer", () => coreObject.tryDecorateTimer());
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