Skip to content
View iiiGerardoiii's full-sized avatar
💭
jdimsa
💭
jdimsa

Block or report iiiGerardoiii

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. mpv-hold-to-speedup mpv-hold-to-speedup Public

    An MPV script that speeds up the video when left-click or spacebar is held for 0.5 seconds and reverts it to normal speed when released.

    Lua 4

  2. Edge-like scrolling on Firefox Edge-like scrolling on Firefox
    1
    general.smoothScroll.currentVelocityWeighting: 0
    2
    general.smoothScroll.mouseWheel.durationMaxMS: 150
    3
    general.smoothScroll.stopDecelerationWeighting; 0.82
    4
    mousewheel.min_line_scroll_amount: 25
  3. mpv-hold-to-reverse mpv-hold-to-reverse Public

    An mpv script that changes the direction of the video to "backward" when "," is held for 0.2 seconds and reverts it to "forward" when released.

    Lua 2

  4. freepik-watermark-remover freepik-watermark-remover Public

    Remove the watermark of freepik images with this one simple trick.

    1

  5. AHK script that mutes your default m... AHK script that mutes your default microphone when you mute your speakers or have volume at zero. (RIP PowerToys' Conference Mute).
    1
    #Requires AutoHotkey v2.0
    2
    #SingleInstance Force
    3
    
                  
    4
    ; Monitor the system for volume changes every 250ms
    5
    SetTimer(SyncOnlyDefaultDevices, 250)