Skip to content

Instantly share code, notes, and snippets.

@MatyiFKBT
MatyiFKBT / README.md
Created February 26, 2026 12:43
Useful oneliners

Useful One-liner scripts

Win 10 Context menu

Enable

reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve; taskkill /f /im explorer.exe; start explorer.exe
@MatyiFKBT
MatyiFKBT / newbeerz.user.js
Created January 13, 2025 15:04
Show new beers on Untappd - quick userscript might use later
// ==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
@MatyiFKBT
MatyiFKBT / index.sh
Last active February 7, 2020 07:59 — forked from zkat/index.js
npx is cool
#!/bin/bash
echo "yay bash"
#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