OrionReed / dom3d

Browser extension to view and debug the DOM in 3D space.
GNU General Public License v3.0
501 stars 11 forks source link

Fixed Chrome! #4

Closed calebkreed closed 5 months ago

calebkreed commented 5 months ago

I realized that Firefox goes uses the "browser" namespace, but chrome uses the "chrome" namespace! Try it out when you get the chance @OrionReed :)

OrionReed commented 5 months ago

It does load/install but I can't seem to get it working. Have you been able to get it to work in your browser?

OrionReed commented 5 months ago

Oh I see! You changed the files in dist/*

The source files are outside of that, which are then built into the dist/ folders to account for any browser specific stuff. I'll move over the changes.

calebkreed commented 5 months ago

Yes I was able to get it working, did it work after you moved those files out?