Skip to content

Instantly share code, notes, and snippets.

View Onurtag's full-sized avatar

Onurtag

View GitHub Profile
@Onurtag
Onurtag / README.md
Last active February 25, 2024 07:23
Anki bottom buttons user css

Anki bottom buttons user css
This is used with the Large And Colorful Buttons addon.

Styled according to my tastes, so you might not like it.

Not guaranteed to work with future versions. Check Anki version number below.

@Onurtag
Onurtag / README.md
Last active January 19, 2022 20:29 — forked from lpchaim/VocaDB.src
MP3Tag - VocaDB Tag Source
@Onurtag
Onurtag / HNES more comment pages.user.js
Last active March 18, 2022 11:09
Band-aid fix for the hidden "More" comment pages for HNES on Firefox
// ==UserScript==
// @name HNES more comment pages
// @namespace hnes.more.fix
// @version 1.0.0
// @description Fixes Hacker News Enhancement Suite comment pages for Firefox
// @author You
// @match https://news.ycombinator.com/item*
// @icon https://www.google.com/s2/favicons?domain=ycombinator.com
// @grant none
// @run-at document-start
@Onurtag
Onurtag / ToastNotification_Windows10.ps1
Last active November 5, 2024 20:13 — 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
// ==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