MrOtherGuy / fx-autoconfig

Load custom javascript in browser context
Mozilla Public License 2.0
173 stars 11 forks source link

Don't clear startup-cache by default for restart menu-item #17

Closed MrOtherGuy closed 2 years ago

MrOtherGuy commented 2 years ago

Clearing startup-cache can have unforseen consequences especially regarding mv3 extensions.

Possibly the clearest way is to create a duplicate menuitem which says to restart and clear startup-cache. But this needs some thought.

MrOtherGuy commented 2 years ago

This was fixed some time ago in 9e105f67964d96459b853dbb840cecb3a3b26485 and there are now two separatr menuitems in tools menu.

For future work, it may still be necessary to add some further tweaks because modifying scripts generally required clearing startup-cache, but doing that might mess up suspendable mv3 event pages.