Skip to content
View VictorXLR's full-sized avatar
🏠
🏠

Highlights

  • Pro
Block or Report

Block or report VictorXLR

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
VictorXLR/README.md

Pinned

  1. Hello-World Hello-World Public

    👋Hello World In Every Programming Language

    CSS

  2. ScreenFetch-Powershell ScreenFetch-Powershell Public

    ScreenFetch for windows users made in powershell, because I wanted one.

    PowerShell

  3. Simple Keylogger.js Simple Keylogger.js
    1
    // get the HTML tag of the page
    2
    var obj = document.documentElement
    3
    
                  
    4
    // event listener for keypress
    5
    obj.addEventListener('keypress', pushedKey)
  4. Welick Welick Public

    A browser game which is based on text games with some added content

    CSS

  5. Spotify_Tweet Spotify_Tweet Public

    This tool should tweet your currently playing song on Windows with the Windows Applicaton [Deprecated]

    Python

  6. TwitterDownloader TwitterDownloader Public

    A quick project to serve mp4 links for apple shortcuts, which allows me to download videos from Twitter.com

    JavaScript 1