pyload / pyload

The free and open-source Download Manager written in pure Python
https://pyload.net
Other
3.28k stars 709 forks source link

Display Captcha notifications in the browser tab (FavIcon) #3546

Open Forusim opened 4 years ago

Forusim commented 4 years ago

Describe the feature

I have my pyload browser tab pinned in Firefox. When there is a captcha request, I often miss it, because not checking it frequently. It would help a lot, to get a notification on the FavIcon, like most social media web pages do.

Is this related to a problem?

NA

Describe alternatives you've considered

NA

Additional references

NA

GammaC0de commented 4 years ago

pyload supports desktop notification on captch...

to get a notification on the FavIcon, like most social media web pages do

What exactly do you mean? can you take a shot video of it?

Forusim commented 4 years ago

Something like that (2nd icon from left): grafik

GammaC0de commented 4 years ago

pyLoad already has faveico: Untitled

StefftheEmperor2 commented 4 years ago

I think he is requesting that the favicon should change to some kind of badge which signals that there is user interaction required.

GammaC0de commented 4 years ago

Like https://www.cssscript.com/demo/create-dynamic-badges-for-favicons-tinycon-js/ and http://lab.ejci.net/favico.js/?

StefftheEmperor2 commented 4 years ago

Yes, exactly

Forusim commented 4 years ago

Something like that, some Website do not change the favicon, but use some other API to make this little blue dot.

GammaC0de commented 4 years ago

Something like that, some Website do not change the favicon, but use some other API to make this little blue dot.

They use API to modify the faveicon.

Here are examples: https://github.com/tommoor/tinycon/blob/master/tinycon.js https://github.com/ejci/favico.js/blob/master/favico.js