How to remove a word from Chrome's Dictionary

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

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

  • @iloveyouamberappel
    @iloveyouamberappel 10 месяцев назад +3

    I don't know the spelling of the word as I corrected after I accidently saved it. What now?

    • @wonked
      @wonked  10 месяцев назад +4

      If you've forgotten the incorrect word you added you can run this to display all saved words:
      chrome.languageSettingsPrivate.getSpellcheckWords((w) => { words = w; console.info(words); });

  • @groundmandpt
    @groundmandpt 16 дней назад +2

    super useful, crazy its this complex to get to it

    • @Autonomous15
      @Autonomous15 7 дней назад

      easier to just go to settings, then select "languages" on the right. then go down the list and select "customize spell check"

  • @AdamTimmerberg
    @AdamTimmerberg 8 месяцев назад +1

    Thank you for the quick and straightforward answer. 10/10

  • @gamesturbator
    @gamesturbator Год назад +5

    Incredibly useful and funny. But in the current version of Chrome, no words appear in that first section you point out. Nothing I type in the console brings up anything. I am almost certain I just added an incorrectly spelled word and I can't remember the exact spelling. Whoopsie!

  • @bluebowser3347
    @bluebowser3347 5 месяцев назад +2

    Thank you, so clear and straight to the point. I'm leaving a comment and subscribing for the algorithm.

  • @lumenarius
    @lumenarius 21 день назад

    Thank you for documenting but what an absolutely INSANE method for removing words. So frustrating they made it like this.

  • @TheN8DaGr8
    @TheN8DaGr8 4 месяца назад +1

    THANK YOU!!!!
    Wow, what a horrible design on Chrome's part.

  • @tanjajosipovic
    @tanjajosipovic 3 месяца назад

    Thanks for the video, it was helpful

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

    You save my day , Thank You

  • @MichaelScott-oi3gx
    @MichaelScott-oi3gx Год назад +1

    Thank you so much for this!

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

    This worked! thanks very much.

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

    Great video! Wish this had more views, none of the answers on the web work

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

      Glad this was helpful!

  • @TerenceCole
    @TerenceCole 4 месяца назад

    Dude, thank you so much!

  • @ttrev007
    @ttrev007 7 месяцев назад

    Thank You. Your a life saver.

  • @ArtChannel80
    @ArtChannel80 8 месяцев назад

    ***Chrome must have changed the method, but I was able to figure it out by watching your video. Now the editDictionary link does nothing but take you to regular settings. Below is the method that worked for me***
    To fix:
    Go to settings
    Click Languages
    Click Customize Spell Check
    Find your word in the list and remove.

    • @wonked
      @wonked  8 месяцев назад

      Nice! Looks like those steps work on Windows. Unfortunately there's still no 'Customize Spell Check' option on the MacOS version of Chrome =(.

    • @SinthNat
      @SinthNat Месяц назад

      Thanks, this helped me find where it is on ChromeOS.
      You need to go to the OS settings, and it's under Device instead of Languages. Specifically, Devices -> Keyboard and inputs -> Input settings -> Customize spell check

  • @ejshafer
    @ejshafer Месяц назад

    Thank You SO MUCH

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

    How do you find the word you misspelled if you forgot because you quickly deleted? 🤦‍♂

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

      Try this:
      var words;
      chrome.languageSettingsPrivate.getSpellcheckWords((w) => { words=w; console.info(words); });

  • @SammyKake1
    @SammyKake1 22 дня назад

    Nice, perfect.

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

    Thank you for this. WTF is wrong with Google. This is a 101 level feature that has been removed from chrome on Mac. I'd like to have a word with the smoothbrain product manager who thought this was ok to do

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

      I am glad you said it because I made this mistake of quickly adding in a misspelled word and wanted to fix it. Looks like I can't. Has anyone found a solution?

  • @Extys
    @Extys 2 месяца назад

    Thank you!

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

    Hello sir Can you help with any old keyboard i need a keyboard for study and i want to learn touch typing please help me with one keyboard if you can. please

  • @yellowdandelions7760
    @yellowdandelions7760 11 месяцев назад

    Thanks! :D

  • @17Tomtac
    @17Tomtac 11 месяцев назад

    Thx! 😊

  • @abuyousufmuhammadsolaiman671
    @abuyousufmuhammadsolaiman671 2 месяца назад

    Thank you

  • @blakespower
    @blakespower 7 месяцев назад

    thanks I accidentally added the as teh and I was sick of it never correcting it

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

    God Send.

  • @cescalove
    @cescalove 9 месяцев назад

    Thank you!!