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.

[Bug] Devtools don't work in the latest commit

See original GitHub issue

Bug Report

Bug Description

Load the latest commit into firefox, Open darkreader’s dev tools. Add a simple but obvious fix like add * into the INVERT section of *:

*

INVERT
.jfk-bubble.gtx-bubble
.captcheck_answer_label > input + img
span#closed_text > img[src^="https://www.gstatic.com/images/branding/googlelogo"]
span[data-href^="https://www.hcaptcha.com/"] > #icon
#bit-notification-bar-iframe
::-webkit-calendar-picker-indicator
*

See that it’s not saved, the background page is erroring about a message: (destructured parameter) is undefined image

Expected Behavior

See desc.

Actual Behavior

See desc.

Screenshots

See desc.

System Information

Additional Context

I will run a bisect onto this and see which commit is the faulty.

@bershanskiy You’ve done a lot of refactoring with messaging between UI and background and content script so just pinging you in case.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
alexanderbycommented, Aug 12, 2021

There’s a problem with Dev Tools in Chrome too.

0reactions
Gustedcommented, Aug 12, 2021

#6495 solves to at least apply correct CSS. Reset button seems broken and @alexanderby mentions chromium is broken so Ill have a check to that as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

arrow_drop_down - Monorail
Restrict-AddIssueComment-Commit. Issue 415: page https://ib24.csob.cz/ doesn't work. Reported by schedule kocva. ... new web address.
Read more >
Vuex does not commit changes until it's committed manually ...
Your code is fine and Vuex is successfully "committing" your data to the store. The issue you're experiencing is coming from the fact...
Read more >
Redux DevTools: Tips and tricks for faster debugging
In order to analyze those bugs, we might need to see the trail of actions or current state of our application when the...
Read more >
Don't git revert that last commit, git reset instead | TheServerSide
However, if you git reset --soft, the head will move back to a point at a prior commit, but none of the files...
Read more >
7 devtool Quick Reference - the Yocto Project Documentation
devtool uses a “Workspace” layer in which to accomplish builds. This layer is not specific to any single devtool command but is rather...
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