Skip to content

Instantly share code, notes, and snippets.

View Onurtag's full-sized avatar

Onurtag

View GitHub Profile
// ==UserScript==
// @name No YouTube Volume Normalization
// @namespace https://gist.github.com/abec2304
// @match https://www.youtube.com/*
// @grant none
// @version 2.1
// @author abec2304
// @description Enjoy YouTube videos at their true volume
// @inject-into content
// @run-at document-start
@Onurtag
Onurtag / ToastNotification_Windows10.ps1
Last active September 3, 2022 16:35 — forked from IISResetMe/ToastNotification_Windows10.ps1
Windows 10 toast notification sample
#Original source: https://gist.github.com/IISResetMe/79b38678ecf6339ed4f222caeae8d490
function Show-ToastNotification {
<#
.Synopsis
Show a notification toast.
.DESCRIPTION
Show a notification toast.
.EXAMPLE
Show-ToastNotification -Title "Toast Title" -Message "Message 11111","Message 22222" -Thumbnail "C:\test.png" -AppName "Toast App Name"
.EXAMPLE
@Onurtag
Onurtag / README.md
Last active January 19, 2022 20:29 — forked from lpchaim/VocaDB.src
MP3Tag - VocaDB Tag Source
@Onurtag
Onurtag / steam_quick_queue.user.js
Last active June 27, 2020 17:39 — forked from xPaw/steam_quick_queue.user.js
⚠ This script has been integrated into SteamDB browser extension!
// ==UserScript==
// @name Steam Queue Auto Discoverer
// @description Discover the Steam queue ONCE to get the sale cards
// @version 2.3.1
// @namespace https://gist.github.com/xPaw/73f8ae2031b4e528abf7
// @updateURL https://gist.github.com/xPaw/73f8ae2031b4e528abf7/raw/steam_quick_queue.user.js
// @icon https://store.steampowered.com/favicon.ico
// @match https://store.steampowered.com/explore*
// @grant none
// ==/UserScript==