ettoolong

Results 29 comments of ettoolong

Please rebase you code and push them to correct branch, thanks.

I hope it can support every site (but always have exceptions) If it can't work on specific web site, report to me. I will TRY to fix it. thanks.

@chrisjschultz Sorry, the WebExtension API does not support changing the window icon. ref: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/windows/update Thanks for your feedback.

Do you mean fullscreen or maximize window ?

I can maximize pop-up window (only once), but the maximize button is disabled (Depend on #6). If you double click on window's title bar, the window will restore to normal...

Hi @Luxian, The main function in this add-on is convert YouTube URL from **watch?v=videoID** to **embed/videoID** and call [window API](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/windows/create) to create popup with the new URL. Seems YouTube Keyboard...

Update version 0.0.10, Support - Space - toggle pause/play - End - to end - Home - to start, - Left arrow - backward - Right arrow - forward -...

Title bar can't be hidden, or do you just want to remove the title text? Note: site domain can't be remove.

@mosharawy Can you describe what kind of usage scenarios that you need this feature? You can't drag and move window if no title bar.

I think this is a limitation of WebExtension APIs.