Skip to content

Loading…

[Chromium] Opening up Developer Tools logs to the request log #666

Closed
my-password-is-password opened this Issue · 4 comments

2 participants

@my-password-is-password

I was looking through the request log for a youtube video and I saw a .xml file, https://r2---sn-8xgp1vo-uv5z.googlevideo.com/crossdomain.xml, logged as image.

ublockxmlimage

Opened the .xml in a new tab to look at it and see if would log correctly but it logged it as inline-script. Then I opened the Developer Tools and every time you open it it logs to the request log.

ublockinspectlogging

Chrome 40.0.2214.94 m
Windows XP x64
uBlock 0.8.6.0 ( store )

@gorhill

For the inline-script thing, this is this issue. Currently, inline-script is logged regardless of whether there are really any inline script tags.

For the extra request when opening the dev console, well, Chromium is firing that request, so uBlock will report it. If you think Chromium should not fire that request, you will have to open an issue with them.

@my-password-is-password

Firing that request means making a new request? I opened up Fiddler and there are no new request being made each time I open the dev console.

@gorhill

I mean Chrome API is calling the onBeforeRequest handler:

a

@my-password-is-password

Oh, ok. Gonna close this since its a chromium issue.

Sorry

@andre-hub andre-hub pushed a commit to andre-hub/uBlock that referenced this issue
@gorhill gorhill this fixes #666 fbf3fa9
@ahmadassaf ahmadassaf added a commit to ahmadassaf/uBlock that referenced this issue
@ahmadassaf ahmadassaf Merge branch 'master' of https://github.com/gorhill/uBlock
* 'master' of https://github.com/gorhill/uBlock: (125 commits)
  brought information up to date
  interim version for dev build
  this fixes #672
  this fixes #678
  translation work from https://crowdin.com/project/ublock
  vAPI.net.registerListeners(): code review
  translation work from https://crowdin.com/project/ublock
  interim version for dev build
  this fixes #668, #669
  this fixes #667
  this fixes #666
  translation work from https://crowdin.com/project/ublock
  this fixes #654
  translation work from https://crowdin.com/project/ublock
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  Update README.md
  chrisaljoudi#1528: apply fix to element picker
  ...
51d9b2c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.