Alessandro

Results 118 comments of Alessandro
trafficstars

@ryanmusante but bad news not quite sure how to implement it :( ``` document.getElementsByClassName('billboard-row')[0].setAttribute('style', 'display:none') ```

I found a hacky solution that would work well with some cool new features coming.. stay tuned

``` QString code ="try { " \ "billboard = document.querySelector('.billboard-row');"\ "if (billboard) {" \ "var video = document.querySelector('video');" \ "video.muted = true;"\ "video.playbackRate = 0;"\ "video.setAttribute('preload', 0);"\ "video.setAttribute('autoplay', 'false');"\ "video.pause();"\...

![netflix](https://user-images.githubusercontent.com/9098121/50678380-499b7c00-0fb3-11e9-90b0-a2b8661daa06.png) Here is how it looks now just need to find a way for users to opt in.

I think option 2 is the best just have a command line argument like -na for no auto play. Will work on this today, I'll let you know when it...

@ryanmusante qtwebflix has command line arguments, just haven't implemented this yet sorry :( maybe this weekend

Wow thanks for the pull request, I will definitely be taking a look!

I like it a lot but two things. 1. We should have default key binds to play-pause etc. and write them to the conf file if they do not exist....

It should not be too difficult, I will take a look this weekend.

Well it was supposed to be easy, https://doc.qt.io/qt-5/qtwebengine-webenginewidgets-maps-example.html. Unfortunately it is not working on my machine. I also tested with a popular qtwebegine browser called Falkon https://www.falkon.org/ Can you try...