View viewvc-link-log-view.user.js
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 viewvc-link-log-view | |
// @version 0.1 | |
// @description Provides links to log view for directories in ViewVC until http://viewvc.tigris.org/issues/show_bug.cgi?id=470 is implemented | |
// @author Keegan Witt | |
// @include http://svn.*/viewvc/* | |
// ==/UserScript== | |
// a function that loads jQuery and calls a callback function when jQuery has finished loading | |
function addJQuery(callback) { |
View Guild_Wars_Drunkard_Bot.ahk
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
; Author: Keegan Witt | |
; Last Updated: 18 Jan 2011 | |
; Adapted from http://www.autohotkey.com/forum/topic22611-30.html | |
#NoEnv | |
#WinActivateForce | |
SendMode Input | |
MsgBox, 0, GW Drunkard Bot, You can press Ctrl-Q anytime to quit |
View Guild_Wars_Tonic_Bot.ahk
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
; Author: Keegan Witt | |
; Last Updated: 18 Jan 2011 | |
; Adapted from http://www.autohotkey.com/forum/topic55918.html | |
#NoEnv | |
#WinActivateForce | |
SendMode Input | |
MsgBox, 0, GW Tonic Bot, You can press Ctrl-Q anytime to quit |
View AutoClicker.ahk
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
; Author: Keegan Witt | |
; Last Updated: 18 Jan 2011 | |
#NoEnv | |
#WinActivateForce | |
hours := 0 | |
minutes := 0 | |
seconds := 0 |
NewerOlder