Skip to content
View g3luka's full-sized avatar

Block or report g3luka

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. editor-ai editor-ai Public

    WordPress Editor with Artificial Intelligence

    PHP 4

  2. whatsapp-bot-openai whatsapp-bot-openai Public

    Bot de WhatsApp integrado com ChatGPT/OpenAI

    TypeScript 1

  3. Images Lazy Loading Images Lazy Loading
    1
    const imageLazyLoad = (element) => {
    2
      const src = element.getAttribute('data-src');
    3
      element.setAttribute('src', src);
    4
      element.removeAttribute('data-src');
    5
    }