pradeep-mishra / tab_suspender_firefox

A very lightweight tab suspender that reduces an overall memory usage of firefox, uses firefox native discard api
MIT License
75 stars 14 forks source link

"dirty" forms are not recognized/restored #3

Open yacc143 opened 4 years ago

yacc143 commented 4 years ago

Hi!

The Tab suspender works great, but it seems to miss a critical functionality: It does not detect that a tab contains a half-filled form, e.g. I start typing a Tweet, switch away to another tab, and the tweet is gone if the twitter tab gets suspended.

Thanks,

yacc

pradeep-mishra commented 4 years ago

That would require access to the content of page. and i am avoiding adding that permission for privacy sake.