Skip to content
View lrrsh's full-sized avatar
💭
Do one thing and do it well.
💭
Do one thing and do it well.

Block or report lrrsh

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 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. rtw rtw Public

    A Minecraft Fabric mod that synchronizes in-game time, weather, and moon phases with real-world data. Includes a configurable client-side settings screen and supports modpack inclusion.

    Java 1

  2. Remove all twitter/x message requests Remove all twitter/x message requests
    1
    (async () => {
    2
      const sleep = (ms) => new Promise(r => setTimeout(r, ms));
    3
    
                  
    4
      // Find all "Options menu" buttons
    5
      const getOptionButtons = () =>
  3. typescript-project-template typescript-project-template Public template

    A comprehensive TypeScript project template with modern tooling for building, testing, and publishing TypeScript packages.

    JavaScript