[Bug] Devtools don't work in the latest commit
See original GitHub issueBug 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
Expected Behavior
See desc.
Actual Behavior
See desc.
Screenshots
See desc.
System Information
- OS: Linux(Arch Linux)
- Browser: Firefox nightlies 92.0a1 (2021-08-09)
- Dark Reader Version: https://github.com/darkreader/darkreader/commit/e06b96dd8b930980423e0636f55cbbafc11a5954
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:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top 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 >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
There’s a problem with Dev Tools in Chrome too.
#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.