I'm currently trying to make a chrome extension but I'm a bit lost -_-
I have two questions, my first one is how do I go about seeing if a user is on a certain website and execute the code ?
I have this so far:
if(href == "instagram") {
console.warn("You are on instagram !!")
}
But it doesn't seem to be working.
my second question is how do I add a chrome extension, I followed a tutorial but I it does not match what i see on my screen