ettoolong

Results 29 comments of ettoolong

作業系統? Firefox 版本? 另外, 你有設定自動登入嗎? 還是直接在網址使用 ssh://[email protected] 登入的?

試試看把瀏覽紀錄清一清看看能不能解決. 感覺是你曾經在一些地方輸入 email 後被 Firefox 記住了.

Firefox 57 後只支援 WebExtension 套件了. 請見: https://github.com/ettoolong/BBSFox-E10S/wiki/NEWS

Hi @Luxian , You can use [document.querySelector('video')](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector), to find the video element Call [play or pause](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video) to play/pause video. Set **autoplay** parameter in [popup's URL](https://github.com/ettoolong/PopupVideo/blob/master/lib/get-youtube-url.js#L4) NOTE: Firefox maybe block this...

Hi @Luxian , If you need modify something in your notification email, you need permissions to do that. see: [content_scripts](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/content_scripts) you can add [match patterns](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Match_patterns) for your email service domain...

Update version 0.0.12, can you test it again? Known issue: Unable to detect Twitter video wrapped in iframe.  Thanks for your feedback.

There are many video on this site, can you provide more details about issue? (which page/video?) I tested some videos on homepage, it works fine.

@marcink7 No idea 🤔 I tested the live video and took some screenshots:

I uploaded a video to my google drive and test my add-on. I can't reproduce this problem. Can someone help test this issue?

After testing, I think this is a limitation (or bug? ) in Firefox. I can maximize pop-up window in Mac, but I can't maximize pop-up window in Win10. This add-on...