Skip to content
View dimasmiftah's full-sized avatar
πŸ’‘
πŸ’‘

Highlights

  • Pro
Block or Report

Block or report dimasmiftah

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

Hi there! I am using GitHub πŸ‘‹

Pinned Loading

  1. newsful newsful Public

    Chrome extension untuk menghilangkan paginasi pada artikel berita.

    JavaScript 41 7

  2. youtube-play-all-button youtube-play-all-button Public

    Play All button on a YouTube channel. Turn the entire channel's video into a playlist.

    JavaScript 1

  3. quantor-creative-agency quantor-creative-agency Public

    An awesome company profile website of Quantor - Creative Agency. #CollegeAssignment

    JavaScript 119 10

  4. links links Public

    πŸŽ— A bio link page

    HTML 66 14

  5. led-scroller led-scroller Public

    πŸ’‘ Led Scroller website for TikTok trends

    JavaScript 84 21

  6. whatsapp-spam | JavaScript code for ... whatsapp-spam | JavaScript code for spamming WhatsApp chat. https://vt.tiktok.com/ZSvHxrsX/
    1
    const input = document.querySelectorAll("[contenteditable='true']")[1];
    2
    
    
    3
    function dispatch(input, message) {
    4
      var evt = new InputEvent('input', {
    5
        bubbles: true,