Stop Wasting Time Copying and Pasting Code Snippets from CHATGPT- Use This!

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 52

  • @jonathanduran3442
    @jonathanduran3442 Год назад +32

    Fun fact: You can put your javascript in a bookmark so that when you click it, the javascript runs. This way you can save the code in a bookmark and click it everytime you open chatgpt. A poor man's chrome extension XD

    • @automatemylife00
      @automatemylife00  Год назад +1

      haha that is correct.

    • @MrJr0455
      @MrJr0455 Год назад +4

      this man is paying 5D chess #salute

    • @unit-spe7558
      @unit-spe7558 Год назад

      Don't work at all with me. ;( anyway thx a lot for that tuto

    • @EternalNico1
      @EternalNico1 Год назад +1

      @@unit-spe7558 then u did it wrong

    • @Tronkh01
      @Tronkh01 Год назад

      @@unit-spe7558 you have to tell chatgpt to make a bookmarklet out of your code, then you can paste it in trhe url section of a new bookmark

  • @scottmiller2591
    @scottmiller2591 Год назад +9

    "Use ChatGPT to write all your code never write code again!"
    Spends the rest of their career debugging ChatGPT code.
    Seriously, I enjoyed this video. I don't know javascript, so it was interesting seeing how to inject and debug code for the ChatGPT window in the ChatGPT window, dawg.

  • @ThatNiceDutchGuy
    @ThatNiceDutchGuy Год назад +2

    You even provided the code. Awesome! Thank you. Thank you. Thank you.

  • @juelz2808
    @juelz2808 Год назад +10

    I appreciate this content. Really top notch tech advice 🤙

  • @PATRICIOcomplex
    @PATRICIOcomplex Год назад +2

    Thanks, I needed a project, and this is perfect!

  • @sameerjoshi5766
    @sameerjoshi5766 Год назад

    Which vs code icon them are you using for file icons?

  • @bryyfryy
    @bryyfryy Год назад

    You are king! Thank you for sharing this.

  • @tradingwithwill7214
    @tradingwithwill7214 Год назад +7

    getting chagpt to create a button on its own page…genius

    • @ColinTimmins
      @ColinTimmins Год назад +1

      Like really, I've come up with lots of odd and novel ideas and that was NOT one of them. I am usually not impress with coders using GPT. I don't know how to code well so I kinda skip that step but I have trouble putting the "pieces" together because I have memory issues dyslexia and a host of other issues. It's like a book writer that can't bind his pages together, because he writes and isn't' a book binder.

  • @littlegravitas9898
    @littlegravitas9898 Год назад +1

    Hey, could one use a modified version of this to scrape the while conversation in a given instance and save it to to folder?

    • @automatemylife00
      @automatemylife00  Год назад +1

      Yes, I don't see why not. I suppose you would have to target the "p" element of the webpage.

    • @littlegravitas9898
      @littlegravitas9898 Год назад

      @@automatemylife00 awesome, thanks! Really great channel

  • @AiEnthusiast999
    @AiEnthusiast999 Год назад

    thank you for sharing, you could also add .dart extension if you find time to do that.

  • @sprinteroz2239
    @sprinteroz2239 Год назад +1

    Hi, have you made this into a public chrome extension I can install?

    • @automatemylife00
      @automatemylife00  Год назад

      Yes the link is in the description

    • @danyelle6974
      @danyelle6974 Год назад

      @@automatemylife00 Sorry but I can't find the link to the Chrome extension. Can you link it here please? :D

    • @danyelle6974
      @danyelle6974 Год назад

      Found the chrome extension - thanks! I would like the code please so I can add php extension. Pls let me know if possible. Thanks

    • @sprinteroz2239
      @sprinteroz2239 Год назад

      @@danyelle6974 lol for the life of me i can not find the extension i must be blind or something

    • @danyelle6974
      @danyelle6974 Год назад +1

      @@sprinteroz2239 it wudnt let me link here lol but if you click the top link in the description it goes to his other video (and playlist) and there is a link to the chrome extension there. Doesn't do PHP or JSON links though so I would prefer to have the code so I can mod it :/ but overall it is a fab lil button so thanks to OP :)

  • @ojikutu
    @ojikutu Год назад +4

    Got yourself a sub. 👍

  • @MarekJergner
    @MarekJergner Год назад +1

    What if ChatGPT cuts a code and when i ask it to continue, it just writes it all over again?

    • @automatemylife00
      @automatemylife00  Год назад

      try copying the code then pasting it back into chatgpt then saying "only provide the missing part of the code". if not, try a new chat. hope this helps.

  • @oliverhernandez3275
    @oliverhernandez3275 Год назад +1

    Brilliant!

  • @NickWindham
    @NickWindham Год назад +3

    This is cool and I subbed but don’t you still have to go back and forth between ChatGPT and VS Code? How is this faster than copying and pasting?

    • @automatemylife00
      @automatemylife00  Год назад +1

      Thanks! I guess it would deepened on the project you are working on. if you are asking chatgpt for a lot of code it would just be easier to just save the file instead of having to create , copy , paste then save each one.

  • @ozorg
    @ozorg Год назад +1

    great stuff!

  • @PatrickMetzdorf
    @PatrickMetzdorf Год назад +1

    I'm sorry but this makes little sense as a tip. Wouldn't you just use an IDE extension to work on your code files with a chatGPT plugin that directly operates on your code repository etc? Yes, if you're a developer you would.

  • @uklife7390
    @uklife7390 Год назад

    please add audio button for search also so that not need to write.

  • @HaseebHeaven
    @HaseebHeaven Год назад +2

    I mean we need automation but not for literally everything. It takes 1s to copy code back and forth from ChatGPT to VsCode.
    Don’t be that lazy man. 😅
    Appreciate the effort you put in though

  • @youdontneedmyrealname
    @youdontneedmyrealname Год назад +1

    If only chatgpt would finish the code in one response.

    • @automatemylife00
      @automatemylife00  Год назад

      it sucks when that happens, what I tend to do is either type "continue from: (I then copy the last 2 sentences and paste it in)" or you can say "only provide the rest of the code: " (then copy the whole code and feed it back to it). hope that helps.

    • @DrayNoR1
      @DrayNoR1 Год назад

      Well... chatgpt updated itself, and now it works with that :D

  • @spicer41282
    @spicer41282 Год назад

    This is F'n Right-ous! Loop!
    Got yourself a Sub! and a 👍like.
    Please do another?
    Using the same technique for a quick dmall Scraping project?
    ...But only if you feel like 👍it.

    • @automatemylife00
      @automatemylife00  Год назад

      Thanks for sub! Love the energy and sure, I will add that to the list.

  • @lennysmileyface
    @lennysmileyface Год назад +1

    or you could wait for gpt4 api

  • @decencies
    @decencies Год назад

    Ok so, don’t copy the code from chatgpt but download an extension to save it to a file for you 😂 what’s the difference

  • @vishallondhe8946
    @vishallondhe8946 5 месяцев назад

    😅

  • @MrJr0455
    @MrJr0455 Год назад

    this guy is almost too cleaver