Clear whole list
See original GitHub issueProblem
I wanted to switch from Invert listed only
to Not invert listed
but the list is the same for both settings.
Since this behaviour is literally the opposite of what I want, I had to go through the whole list one by one and delete sites by manually selecting each item.
It would be nice if there was:
- A button to quickly delete all items in the list
- A button to quickly delete 1 item
- Split
Invert listed only
andNot invert listed
into two completely different lists.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Python List clear()
In this tutorial, we will learn about the Python List clear() method with the help of examples. The clear() method removes all items...
Read more >Different ways to clear a list in Python
Method #4: Using del : del can be used to clear the list elements in a range, if we don't give a range,...
Read more >Python List clear() Method
The clear() method removes all the elements from a list. Syntax. list.clear(). Parameter Values. No parameters. ❮ List Methods.
Read more >Different ways to clear a list in Python
Using del() ... The del() function you can selectively remove items at a given index or you can also remove all the elements,...
Read more >Different ways of clearing lists - python
There is a very simple way to clear a python list. Use del list_name[:]. For example: > ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Both are possible and provided trough Dark Reader’s UI (Settings -> Manage Settings).
Is it? If you have a small list ~50 entries, It will be around 7 a 8 seconds to spam click the delete button. I don’t find that particular slow. And for huge lists as an extreme of 250 It will be just better to export/import settings to handle it.
Regards, Gusted
There really does need to be a “delete all sites” button somewhere. Even if it’s in the dev console. The only practical ways to swap from inverted to normal are to either clear all settings, or download the settings file and edit it manually. The “delete” button is very slow.