Skip to content
View ItsFlash10's full-sized avatar
🎯
Focusing
🎯
Focusing
  • India
Block or Report

Block or report ItsFlash10

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

Pinned Loading

  1. Code that will help you find the tot... Code that will help you find the total expenditure on Zomato and Swiggy so far.
    1
    /**
    2
    The below code will help you find the total expenditure on Zomato and Swiggy so far.
    3
    For Zomato: 
    4
       Step 1: Go to zomato.com, 
    5
       Step 2: Go to "Profile", click on "Zomato Credits", you'll be directed to a new page, click on "Order History" 
  2. Script to widthdraw connection reque... Script to widthdraw connection requests from LinkedIn.
    1
    var button1 = document.getElementsByClassName("invitation-card__action-btn artdeco-button artdeco-button--muted artdeco-button--3 artdeco-button--tertiary ember-view")
    2
    var button2 = document.getElementsByClassName("artdeco-modal__confirm-dialog-btn artdeco-button artdeco-button--2 artdeco-button--primary ember-view")
    3
    setInterval(()=>{
    4
        for(var i=0;i<button1.length;i++){
    5
            button1[i].click()
  3. Keeper-App Keeper-App Public

    It's an app developed using Hooks and States in React.js which will be useful for note-taking of several tasks you gotta perform in day-to-day life.

    JavaScript 1

  4. CryptoTracker CryptoTracker Public

    Implemented concepts of JavaScript which include Web Scrapping using a library named Cheerio. Fetched data includes its Current Price, Today’s Lowest Price, Today’s Highest Price, About the Coin in…

    JavaScript 3

  5. JIRA-App JIRA-App Public template

    Made a clone app of the JIRA app that lets you add issues, assign work, check on tasks, make comments, and much more. Implemented concepts of HTML, CSS and JavaScript.

    JavaScript 4

  6. Project-Report Project-Report Public

    Brand-Imaging using mining of Brand-related User-Generated content on Social Networking Services using Textual and Visual data inputs

    1