fushatech / tahir

Browser extension to avoid haram images & videos on the Internet
The Unlicense
54 stars 9 forks source link

Feature Request: Unblur on Hover Only #10

Open fushatech opened 6 years ago

fushatech commented 6 years ago

Users have requested the ability to unblur an image on mouse hover only. For example, an image should be unblured if the user hovers over it for X milliseconds. Currently unblur requires mouse hover & Alt-K command.

The way to implement is by checking a users mouse movement. If the user stops moving the mouse for X milliseconds (adjustable), Tahir would automatically try to unblur whatever is underneath the mouse. Unless there is another way to implement this, I am worried this will add lag to each page -- since code will be executing almost every time the mouse moves & pauses.

Not sure if we should implement this, or implement and leave it up to the user to turn it on in settings.