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.

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

Pinned Loading

  1. postcss-remove-duplicate-values Public

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

    JavaScript

  2. vscode-css-js-prefixer Public

    vscode extension to convert css into js with browser compatibility

    JavaScript 1

  3. Simple nodejs http proxy, works with...
    1
    const http = require("http");
    2
    const https = require("https");
    3
    
                  
    4
    // Ignore SSL error
    5
    process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0";
  4. The solution of how to play video in...
    1
    '''
    2
    Author: BCrazyDreamer
    3
    License: MIT
    4
    Language: Python3
    5
    '''
  5. uploadFile.js
    1
    export const uploadFile = ({
    2
      api,
    3
      fileId,
    4
      payload,
    5
      onSuccess: _onSuccess,
  6. html-compressor Public

    Middleware to compress the HTML content while serving.

    JavaScript 1