Skip to content
View RellikJaeger's full-sized avatar
:octocat:
Learning...
:octocat:
Learning...
Block or Report

Block or report RellikJaeger

Report abuse

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

Report abuse

Pinned Loading

  1. Add "Open with Sublime Text" (Sublim... Add "Open with Sublime Text" (Sublime Text 4) to Windows Explorer Context Menu (Please run as administrator)
    1
    @echo off
    2
    set path=%ProgramFiles%\Sublime Text\sublime_text.exe
    3
     
    4
    rem add it for all file types
    5
    reg add "HKCR\*\shell\Open with Sublime Text" /t REG_SZ /v "" /d "Open with Sublime Text" /f
  2. Remove "Open with Sublime Text" from... Remove "Open with Sublime Text" from Windows Explorer Context Menu (Please run as administrator)
    1
    @echo off
    2
    
                  
    3
    rem delete it for all file types
    4
    reg delete "HKCR\*\shell\Sublime" /f
    5
    reg delete "HKCR\*\shell\Open with Sublime Text" /f
  3. yt yt Public

    yt is just a YouTube video download script

    Batchfile 4 2

  4. AnimePahe auto downloader for Tamper... AnimePahe auto downloader for Tampermonkey
    1
    // ==UserScript==
    2
    // @name         AnimePahe auto downloader
    3
    // @namespace    https://gist.github.com/RellikJaeger/cdbf58eec030a87235fd20703527ff0f
    4
    // @version      0.5.3
    5
    // @description  AnimePahe auto downloader
  5. adb-loop adb-loop Public

    Force ADB over WiFi TCP/IP

    Batchfile 3

  6. exext exext Public

    exext is just a script for batch transcoding multimedia files using FFmpeg

    Batchfile 1