Hi folks,
I have a problem with my simple chrome extension project.
In my content.js file, I am removing a "div" tag with classname "1Lk-Z" from a specific web page.
But the problem is, when I navigate in the web site (for example by clicking back button of the browser or just simply click home page) and then go back this specific page again, it seems the div tag is not removed.. But after refreshing the page, the div tag is removed again without any problem..
Any idea what is wrong with my implementation?
Thanks.