Skip to content
View hayden-greener's full-sized avatar

Block or report hayden-greener

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 Loading

  1. jncep-web-service jncep-web-service Public

    Flask wrapper for JNCEP CLI, enabling EPUB creation through HTTP requests

    Python

  2. HotkeylessAHK HotkeylessAHK Public

    Forked from sebinside/HotkeylessAHK

    Using the power of AutoHotkey - without hotkeys!

    CSS 2 1

  3. streamdeck-yt-dlp-automated streamdeck-yt-dlp-automated Public

    Streamdeck-YT-DLP Automated is a Python command-line utility for downloading video or audio from a URL copied to the clipboard. It's designed to be compatible with devices like a Stream Deck for ea…

    Python

  4. AHK v2 script defines a function cal... AHK v2 script defines a function called Full_Screen_Premiere(). The function implements a custom fullscreen toggle for Adobe Premiere Pro windows. It operates by removing or restoring the window's title bar, frame, and menu, effectively creating a borderless fullscreen mode. The script uses a temporary INI file to store the window's original state, allowing it to switch between fullscreen and normal modes seamlessly. This function is designed to work specifically with Premiere Pro and its associated window classes, providing a more immersive editing experience when activated.
    1
    
                  
    2
        Full_Screen_Premiere() {
    3
            stateFile := A_Temp . "\fullscreen_state.ini"
    4
        
    5
            currentWindow := WinExist("A")