Skip to content

Instantly share code, notes, and snippets.

View Onurtag's full-sized avatar

Onurtag

View GitHub Profile
@Onurtag
Onurtag / ExploreEverything.ahk
Last active February 25, 2024 07:23
ExploreEverything.ahk: An autohotkey (ahk v1) script that allows you to search the current explorer folder, your desktop and more using Everything
#SingleInstance Force
#NoTrayIcon ;Comment this line by adding a ; in front of # if you want the tray icon to be visible. Like ;#NoTrayIcon
EverythingPath := "C:\Program Files\Everything\Everything.exe" ;Set this to your everything.exe path. Keep the quotes.
;---Optional setup for special folders---
MyRecycleBin := "Recycle Bin" ;If your OS is not English, go to your explorer's "Recycle Bin" (🚮) folder and change this to the title of that window. Keep the quotes.
MyThisPC := "This PC" ;If your OS is not English, go to your explorer's "This PC" (💻) folder and change this to the title of that window. Keep the quotes.
MyHome := "Home" ;(Windows 11) If your OS is not English, go to your explorer's "Home" (🏠) folder and change this to the title of that window. Keep the quotes.
@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 / Auto-Hide Yomichan Popups.user.js
Last active April 14, 2023 23:41
Auto hides yomichan popups when your mouse leaves the window.
// ==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==
// ==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 / 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 / README.md
Last active January 19, 2022 20:29 — forked from lpchaim/VocaDB.src
MP3Tag - VocaDB Tag Source
@Onurtag
Onurtag / Volbar with GdiDrawText (Triangle mod).js
Last active February 23, 2021 01:09
Foobar2k Triangular JScript Panel volume bar (example)
// ==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;
@Onurtag
Onurtag / 7Backup.ahk
Last active August 31, 2020 23:15
Backup a folder, a game save, a file or whatever you want every x seconds with the help of 7-zip.
#NoEnv
#SingleInstance Force
SetWorkingDir %A_ScriptDir%
FileEncoding, UTF-8
SetFormat, float, 0.3
;7Backup: https://gist.github.com/Onurtag/6e99802131a1995f5946c310643d331e
;For this script, YOU NEED 7z.exe (https://www.7-zip.org/) . Copy that exe from your 7-zip installation to the script's folder or add your 7z folder to path (environment variables).
@Onurtag
Onurtag / Youtube Email Notification Template.html
Last active August 29, 2020 08:00
Youtube Email Notification Template
<!--
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)