Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Watilin committed Jun 11, 2018
0 parents commit e818a10
Show file tree
Hide file tree
Showing 9 changed files with 1,123 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
TODO.txt

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
24 changes: 24 additions & 0 deletions ABDestination.meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// ==UserScript==
// @name ABDestination
// @namespace fr.kergoz-panic.watilin
// @description Choisissez une destination et ce script vous dira quelle direction prendre et quand vous arriverez.
// @version 2.1
//
// @author Watilin
// @license GPLv2; http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
// @supportURL https://github.com/Watilin/ABDestination/issues
//
// @downloadURL https://raw.githubusercontent.com/Watilin/ABDestination/master/ABDestination.user.js
// @updateURL https://raw.githubusercontent.com/Watilin/ABDestination/master/ABDestination.meta.js
//
// @include http://www.alphabounce.com/
// @include http://www.alphabounce.com/user/*
// @nocompat
//
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_getResourceText
//
// @resource ui-html ui.html?v=2.1
// @resource ui-css ui.css?v=2.1
// ==/UserScript==
Loading

0 comments on commit e818a10

Please sign in to comment.