This repository has been archived by the owner on Jun 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e818a10
Showing
9 changed files
with
1,123 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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== |
Oops, something went wrong.