Skip to content

Instantly share code, notes, and snippets.

@jallers
jallers / gist:cebaab7fd85b7cb7877ee3f0a1d69d1e
Created February 8, 2022 12:52
Autohotkey script - left click with toggle on and off
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#SingleInstance Force
global runAutoClicker := false
global clickCount := 0
global runInitialWarning := true
@jallers
jallers / FixGithubGoToFile
Last active June 17, 2021 17:59
User script to fix 'Go to File' button for Github branch names that break
// ==UserScript==
// @name Fix 'Go to File' on Github
// @namespace Violentmonkey Scripts
// @match https://github.com/*
// @match https://github.com/*
// @require https://cdn.jsdelivr.net/npm/@violentmonkey/dom@1
// @grant none
// @version 1.0
// @author Jim Allers
// @description 6/10/2021, 2:00:07 PM
// ==UserScript==
// @name Pause SVG When Tab Hidden
// @namespace http://github.com/jallers
// @version 0.1
// @author jallers
// @description Pause SVG Animations When Tab Hidden
// @grant none
// @match *://*/*
// ==/UserScript==
(function() {