lawrencehook / remove-youtube-suggestions

A browser extension that removes YouTube suggestions, comments, shorts, and more
https://lawrencehook.com/rys/
Mozilla Public License 2.0
368 stars 32 forks source link

Feature Request: Profiles #116

Open konfitti opened 6 months ago

konfitti commented 6 months ago

I am a student, and I am switching between my own profiles with importing texts. If there is a "real" profile system that I can easily change my settings, it would be so cool. I want to use RYS when I am not studying too :).

lawrencehook commented 5 months ago

A good idea! I'm not sure how to implement without have a "registration + user auth" process. I'm hesitant to go down that route though because it feels unnecessary. Maybe I could add a "settings URL" which points to a text file with an rys_settings string. I'll think about it some more. Suggestions welcome!

porobertdev commented 3 months ago

A good idea! I'm not sure how to implement without have a "registration + user auth" process. I'm hesitant to go down that route though because it feels unnecessary. Maybe I could add a "settings URL" which points to a text file with an rys_settings string. I'll think about it some more. Suggestions welcome!

Why not just browser.storage.local since it's already used? and then grab everything for the export.

lawrencehook commented 3 months ago

Ahh I think I misunderstood the problem. Thanks for clarifying! Yes, a profile system where all the profiles are on the same computer would be very doable.