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
#!/bin/sh | |
. /lib/functions.sh | |
. /lib/functions/system.sh | |
# initialize defaults | |
RAMFS_COPY_BIN="" # extra programs for temporary ramfs root | |
RAMFS_COPY_DATA="" # extra data files | |
export MTD_CONFIG_ARGS="" | |
export INTERACTIVE=0 |
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
// ==UserScript== | |
// @name GC Tour | |
// @namespace madd.in | |
// @version 2.3 | |
// @build 14271 | |
// @description Cachetour planing made easy. Pick some Caches, sort the list and print it out. Free for all users of geocaching.com! | |
// @run-at document-end | |
// @include http*://www.geocaching.com/* | |
// @include http://gctour*.madd.in/map/show*#gui | |
// @exclude /^https?://www\.geocaching\.com/(login|about|articles)/ |
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
// ==UserScript== | |
// @name GC Tour | |
// @namespace madd.in | |
// @version 2.3 | |
// @build 14271 | |
// @description Cachetour planing made easy. Pick some Caches, sort the list and print it out. Free for all users of geocaching.com! | |
// @run-at document-end | |
// @include http*://www.geocaching.com/* | |
// @include http://gctour*.madd.in/map/show*#gui | |
// @exclude /^https?://www\.geocaching\.com/(login|about|articles)/ |