Skip to content
View Onurtag's full-sized avatar

Organizations

@ahkscript
Block or Report

Block or report Onurtag

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ytbetternotifications ytbetternotifications Public

    YtBetterNotifications (Alpha) is a userscript that gives you a better view of your youtube desktop notifications

    JavaScript

  2. TSolidBackground TSolidBackground Public

    AIO Autohotkey script that can make any window pseudo-fullscreen by adding paddings over window borders and background. It can also move/resize windows and make them always on top.

    AutoHotkey 14 2

  3. ClipboardInserter_html ClipboardInserter_html Public

    Downloadable compact HTML page for the clipboard-inserter browser add-on

    HTML 1 1

  4. clipboard-inserter clipboard-inserter Public

    Forked from kmltml/clipboard-inserter

    Clipboard Inserter Redux is a modified version of the Clipboard Inserter addon.

    JavaScript 6 1

  5. ExploreEverything.ahk: An autohotkey... ExploreEverything.ahk: An autohotkey (ahk v1) script that allows you to search the current explorer folder, your desktop and more using Everything
    1
    #SingleInstance Force
    2
    #NoTrayIcon     ;Comment this line by adding a ; in front of # if you want the tray icon to be visible. Like ;#NoTrayIcon
    3
    
                  
    4
    EverythingPath := "C:\Program Files\Everything\Everything.exe"    ;Set this to your everything.exe path. Keep the quotes.
    5
    
                  
  6. DupliBackupX DupliBackupX Public archive

    One way to quickly create backups using Duplicati. Everything stays in a single folder.

    Python