gitgift / minimalist

Automatically exported from code.google.com/p/minimalist
0 stars 0 forks source link

Cannot delete module #124

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the problem? Describe completely:

Minimalist version   - 0.5.17
Relevant core module -
Chrome version       -
Operating System     -
Language             -
Google Apps user?    -
Other extensions     -

Please provide any additional information below and attach screenshots if
relevant.

At times I cannot rename any custom module, and now I cannot delete any custom 
module, they confirm/yes, and disappear, but they reappear restarting Chrome 
and/or extension.

Where are custom modules saved to? as I'd like to nuke them and start again but 
cannot find anything in the extension's folder.

Original issue reported on code.google.com by david.ri...@gmail.com on 4 Dec 2011 at 2:42

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
Thanks; 1-6 works great.

Original comment by david.ri...@gmail.com on 4 Dec 2011 at 5:19

GoogleCodeExporter commented 8 years ago
Reset button added in 0.5.18.

Original comment by anst...@gmail.com on 12 Jan 2012 at 7:02

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
For anyone who can't find "background.html" --- enable developer mode!

Original comment by yitzchok...@gmail.com on 2 Feb 2012 at 2:19

GoogleCodeExporter commented 8 years ago
Issue 196 has been merged into this issue.

Original comment by anst...@gmail.com on 23 Jan 2013 at 12:27