Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
github
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Toggl Button for Firefox
github
Commits
ae642e34
Commit
ae642e34
authored
8 years ago
by
Vasili Gulevich
Browse files
Options
Downloads
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
github.user.js
+3
-6
3 additions, 6 deletions
github.user.js
with
8 additions
and
6 deletions
README.md
0 → 100644
+
5
−
0
View file @
ae642e34
# 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
This diff is collapsed.
Click to expand it.
github.user.js
+
3
−
6
View file @
ae642e34
// ==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
());
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment