Temporary-containers: Allow resetting container number

Created on 2 Jul 2019  路  7Comments  路  Source: stoically/temporary-containers

When the "keep counting" option is enabled (which is the default), the container numbers eventually get so large they become less useful and take up more space in the location bar.

Can you add an option so the user can manually reset them to 1?

Or perhaps even an option to automatically reset them to 1 once they hit 4 digits?

enhancement

Most helpful comment

Another maybe useful setting might be "Reset after browser restart"

All 7 comments

I'll add the current container number together with a reset button to the statistics or general tab (if keep counting is active).

Sounds great! Thanks!

By the way, as a workaround until I get around to implement this, it's possible to reset the number by executing

tmp.storage.local.tempContainerCounter = 0;
tmp.storage.persist();

on the debug console.

Another maybe useful setting might be "Reset after browser restart"

Another maybe useful setting might be "Reset after browser restart"

That sounds like a great idea. :+1:

Added in v1.4beta1.

Thank you! I'll check it out soon.

Was this page helpful?
0 / 5 - 0 ratings