This file contains hidden or 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 New Beerz | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-01-13 | |
// @description Add button to filter for new beeeeeeeerz. | |
// @author MatyiFKBT | |
// @match https://untappd.com/v/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=untappd.com | |
// @grant GM_addStyle |
This file contains hidden or 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/bash | |
echo "yay bash" |
This file contains hidden or 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
#SingleInstance force ; Replace an existing script | |
#NoEnv ; Don't check empty variables to see if they are environment variables | |
SetDefaultMouseSpeed, 0 ; Move mouse instantly | |
; Changes the tray icon's tooltip (displayed when mouse hovers over it) | |
Menu, tray, Tip, Hearthstone Hotkeys | |
; Show Tooltip in the tray that the script is active | |
;TrayTip, Hearthstone Hotkeys, running...,,1 | |
; Makes subsequent hotkeys only function if specified window is active |