When i'm on a specific page im console logging an obj called obj and it logs it. when doing the same thing in a script injected using a chrome extension it shows an error "obj is not defined"
How can i get that object to use in the content script?
tried using the console log to log the object and got an error