paulshryock / Clean-Up-the-Web

Clean Up the Web removes certain HTML elements from websites which provide an unpleasant user experience.
Other
0 stars 0 forks source link

Give the user controls/preferences #4

Open paulshryock opened 4 years ago

paulshryock commented 4 years ago

Add controls for the user to:

Explore what is the best method for storing user preferences (i.e., sessionStorage, localStorage, cookies, etc.) while using the least amount of resources, and giving the user the most control over what is saved, if anything.