Skip to content
View matthewseat449's full-sized avatar

Block or report matthewseat449

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. recordScreen.ps1 recordScreen.ps1
    1
    # Simple PowerShell script that just records your screen. Must have FFMPEG installed and on PATH.
    2
    
                  
    3
    # Set the filename with timestamp
    4
    $timestamp = Get-Date -Format "yyyy-MM-dd_HH-mm-ss"
    5
    $outputFile = "screen_recording_$timestamp.mp4"
  2. My-Dotfiles My-Dotfiles Public

    Forked from matts0613/mybashrc

    Shell

  3. screenshot.js screenshot.js
    1
    // this script loads the modules needed and then takes a screenshot of the entire site. I made this to capture screenshots purely in the Chrome Developer Tools console, with nothing else needed.
    2
    (function () {
    3
        const src = 'https://cdnjs.cloudflare.com/ajax/libs/html2canvas/0.4.1/html2canvas.js';
    4
        const script = document.createElement('script');
    5
        script.type = 'text/javascript';
  4. IPGEO.py IPGEO.py Public

    Forked from matts0613/IPGEO

    Gives your public IP, region of world/country, country, city, and org.

    Python

  5. Proof-of-concept-key-logging-user-script Proof-of-concept-key-logging-user-script Public

    Forked from matts0613/Proof-of-concept-key-logging-user-script

    JavaScript