Closed GoogleCodeExporter closed 8 years ago
Shoot, will be fixed in the next update, sorry. The data is kept in a
client-side database. I don't know where Chrome keeps these (it's not in the
extensions folder). I will add a button for this soon but for now here is how
to nuke the settings:
1) Tools > Extensions
2) Click the expand arrow to the left of Minimalist for Everything
3) Click background.html
4) Hit [ Esc ] to open the Console.
5) Enter the command: "minDB.reset()" (without quotes) and hit [ Enter ].
(Should return "Undefined")
6) Enter the command: "window.location.reload()" to re-initialize the
background page.
That should work. But if it doesn't, also try
"localStorage.removeItem('Modules')", and "localStorage.removeItem('Legacy')".
(Should return "Undefined")
Original comment by anst...@gmail.com
on 4 Dec 2011 at 3:32
Thanks; 1-6 works great.
Original comment by david.ri...@gmail.com
on 4 Dec 2011 at 5:19
Reset button added in 0.5.18.
Original comment by anst...@gmail.com
on 12 Jan 2012 at 7:02
Cannot delete modules.
Minimalist version 0.5.20
Relevant core module
Chrome version 18.0.1003.1 dev-m
Operating System Windows 7 SP1 64bit
Original comment by jief...@gmail.com
on 12 Jan 2012 at 5:17
For anyone who can't find "background.html" --- enable developer mode!
Original comment by yitzchok...@gmail.com
on 2 Feb 2012 at 2:19
Issue 196 has been merged into this issue.
Original comment by anst...@gmail.com
on 23 Jan 2013 at 12:27
Original issue reported on code.google.com by
david.ri...@gmail.com
on 4 Dec 2011 at 2:42