Youtube - dismiss sign-in

Hide the "sign-in" and cookies dialogs. Prevent the dialogs from pausing the video.

< Feedback on Youtube - dismiss sign-in

Question/comment

§
Posted: 2020-10-09

Thanks !

Work for Waterfox, but don't work for Palemoon (search bar not working). Please update !

AchernarAuthor
§
Posted: 2020-10-09

I've solved the problem. Update the script.

What was happening is a race condition where the script gives up looking for the placeholder of the dialog before it appears in the html code. And then was only hiding the dialog and not dismissing it. That's why you could not focus on the search input field. Apparently Palemoon is slower to render the page on the same computer compared to FF or chrome.

I've modified the code to use another method of getting hold of the html element.
It should work properly now. Don't hesitate to post a new message.

Post reply

Sign in to post a reply.