Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Caner Demirci
Caner Demirci

Posted on

     

Netflix-My Wish-English

I struggle with English for years. I read books, articles, news... listen, talk, watch movies, series in English. Netflix has subtitles but I want them with two seconds delay. I wrote to Netflix about this but they didn't hear me! Then I wrote this code. (Saved into browser's code snippets). I'm watching video for ten seconds without reading subtitles then code rewinds the video ten seconds and I'm listening and reading subtitles.

setInterval(function(){constvideoCanvas=document.querySelector('[data-uia="player"]');videoCanvas.click();setTimeout(function(){constprevBtn=document.querySelector('[data-uia="control-back10"]');prevBtn.click();},1000);},20000);
Enter fullscreen modeExit fullscreen mode

Top comments(2)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss
CollapseExpand
 
dmahely profile image
Doaa Mahely
Software engineer and web developer. I like to code.
  • Location
    UTC+4
  • Education
    B.S. in Software Engineering
  • Work
    Developer
  • Joined

That’s a creative way to reinforce language learning. You might want to look into making it a browser plugin as I believe it will be beneficial to many.

CollapseExpand
 
canerdemirci profile image
Caner Demirci
I write code as a hobby for now. * C#, Flutter, Unity, HTML-CSS-JS *
  • Location
    Bursa, Turkey
  • Work
    Fabric Associate at Vivense A.Ş.
  • Joined

Yes plugin is a good idea.

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

I write code as a hobby for now. * C#, Flutter, Unity, HTML-CSS-JS *
  • Location
    Bursa, Turkey
  • Work
    Fabric Associate at Vivense A.Ş.
  • Joined

More fromCaner Demirci

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp