MisterPhilip / omnibug

Omnibug is an extension for Firefox and most Chromium-based browsers to ease implementing and debugging digital marketing tools.
https://omnibug.io/
MIT License
93 stars 42 forks source link

Omnibug does not load when looking at a new Chrome tab #219

Open rkadi-discovery opened 1 year ago

rkadi-discovery commented 1 year ago

https://github.com/MisterPhilip/omnibug/assets/78671428/bf6177f0-e734-40ac-99a6-f078919a9319

Screenshot 2023-06-07 at 4 58 20 PM

Hi, I installed omnibug extension on my google chrome browser a couple years ago and it has been working fine, howeever, I m no longer able to get it to work. I do not see omnibug option in devtools when I launch dev tools for chrome, please help fix this for me.

Thanks, so much Reena

cmcclamroch commented 1 year ago

I'm having the same issue. Chrome Version 114.0.5735.110 (Official Build) (64-bit)

cmcclamroch commented 1 year ago

HI @rkadi-discovery. I was able to resolve this by doing the following. Maybe it will work for you?

  1. Removing the extension from chrome.
  2. Then clear all cookies and cache, and close chrome.
  3. Reinstalling the extension, and close browser again.
  4. Open chrome again. It works now.
MisterPhilip commented 1 year ago

I'm investigating, but it looks like Google may have changed it so that DevTool panels (e.g., Omnibug) cannot be added to any of the chrome:// URLs, which includes the blank new tab (chrome://new-tab-page)

rjpisc20 commented 1 year ago

I guess it's similar, but it's only an issue for me in an incognito window/tab.

jpool-cf commented 10 months ago

Right now the only way I can consistently get Omnibug to appear in Chrome or Edge v115 is: open a new tab > change address to about:blank > open devtools

MisterPhilip commented 10 months ago

Interesting that it works on about: pages but not chrome://. It's still unfortunately blocked with Google to fix :(