We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

BEEP when page loaded

more options

I would like an add-on that simply generates a (very short) BEEP when any page is fully loaded, so that for example while I walk or I'm on the bus/train I don't have to always stare at the screen during page changes/loads waiting for them to be readable and ready.

Does such an add-on already exist?

If not, being a (beginner) developer myself, could you give me some directions about how to proceed to create such an add-on?

Thanks in advance

I would like an add-on that simply generates a (very short) BEEP when any page is fully loaded, so that for example while I walk or I'm on the bus/train I don't have to always stare at the screen during page changes/loads waiting for them to be readable and ready. Does such an add-on already exist? If not, being a (beginner) developer myself, could you give me some directions about how to proceed to create such an add-on? Thanks in advance

Усі відповіді (1)

more options

I'm not aware of any add-on like this. All browsers fire a load event, so in theory your add-on could listen for that. As for making a sound, I don't know what is required to do that on Android. Here are some general resources for further research and experimentation:

Edit: The add-ons site has its own forum which might be more helpful than this one.

https://forums.mozilla.org/addons/

Змінено jscher2000 - Support Volunteer