Skip to content
View xettri's full-sized avatar
🍻
Chill And Code
🍻
Chill And Code

Organizations

@nepsho

Block or report xettri

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. web-tool-kit/libwiz web-tool-kit/libwiz Public

    A powerful CLI tool for building modern JavaScript and TypeScript libraries

    TypeScript 1

  2. postcss-remove-duplicate-values postcss-remove-duplicate-values Public

    A PostCSS plugin that removes duplicate CSS property values within rules, optimizing stylesheet size and improving maintainability.

    JavaScript 1

  3. html-compressor html-compressor Public

    Middleware to compress the HTML content while serving.

    JavaScript 1

  4. vscode-css-js-prefixer vscode-css-js-prefixer Public

    vscode extension to convert css into js with browser compatibility

    JavaScript 1

  5. Simple nodejs http proxy, works with... Simple nodejs http proxy, works with https and http forwarding
    1
    const http = require("http");
    2
    const https = require("https");
    3
    
                  
    4
    // Ignore SSL error
    5
    process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";