-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOM inspector #407
Comments
Sorry for my ignorance, how can I use this DOM inspector? I read through https://github.com/gorhill/uBlock/wiki/DOM-inspector but still have no idea how to access it (I suppose it's different from element picker?). |
Thanks, got it. |
Are you planing to work on this little more? For example here http://spottedlublin.pl/mniejsze-obowiazki-szkoleniowe-dla-operatorow-maszyn-budowlanych-od-1-kwietnia-2017/ when I want to find what filter is blocking article content:
Fx 52, UBO 1.10.5b9 Article content is blocked by |
There is often an issue launching the DOM inspector with Firefox's webext. I need to investigate why this happens -- same code works fine with Chromium. |
Quite probably related: https://bugzilla.mozilla.org/show_bug.cgi?id=1392067 |
Losing track of all that is left to do... I need to write down everything I can think of:
dom-highlight.js
anddom-layout.js
intodom-inspector.js
Renamedom-fingerprint.js
scriptlet todom-inspector-poke.js
, which returns the session id.dom-inspector.js
need to be flushed+reinjected.scrollIntoView
with custom solution. The current behavior ofscrollIntoView
is not compatible with the desirable behavior in the DOM inspector.The text was updated successfully, but these errors were encountered: