question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problem

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 and Not invert listed into two completely different lists.

Related #28, #615

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
Gustedcommented, Mar 3, 2021

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.

Both are possible and provided trough Dark Reader’s UI (Settings -> Manage Settings).

The “delete” button is very slow.

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

1reaction
mightbemynamecommented, Mar 3, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found