This file contains 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 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 |
This file contains 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
#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 |
This file contains 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 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 |
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.
This file contains 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 Auto-Hide Yomichan Popups | |
// @description Auto-hides yomichan popups after your mouse leaves the window | |
// @namespace auto.hide.yomichan.popups | |
// @version 1.0.0 | |
// @author You | |
// @match https://anacreondjt.gitlab.io/texthooker.html | |
// @grant none | |
// @run-at document-idle | |
// ==/UserScript== |
This file contains 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
// ==PREPROCESSOR== | |
// @name "Volbar with GdiDrawText (Triangle mod)" | |
// @author "T.P Wang & Onurtag mod" | |
// @import "%fb2k_component_path%docs\flags.txt" | |
// @import "%fb2k_component_path%docs\helpers.txt" | |
// ==/PREPROCESSOR== | |
var g_font = gdi.Font("Segoe UI", 10, 0); | |
var g_drag = 0; | |
var ww = 0, wh = 0; |
This file contains 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
<!-- | |
Youtube Email Notification Template | |
Here are the required DUMMY Values with examples to be replaced with their real values. | |
dummy value (example) | |
___________ _________ | |
DUMMYCHANNELNAME (My Channel) |
This file contains 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 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== |
This file contains 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 Prevent Youtube Audio Normalization | |
// @namespace asdcawdcawcdkacja2333332 | |
// @version 1.5 | |
// @description Prevent Youtube Audio Normalization | |
// @author asdcawdcawcdkacja2333332 | |
// @match https://www.youtube.com/* | |
// @grant none | |
// ==/UserScript== |
NewerOlder