当我启动我的chrome扩展时,它的CSS风格会影响我访问的网站的风格,是否有解决问题的解决方案。
我想也许在扩展程序和网站上有相同的类或ID,所以css冲突了! 那么,我该如何处理我的css文件以避免这个问题?
the html in extension <div class="btn">balabala...</btn> and the html in websites <a class="btn">balabla...</a>
the css file may be like this in extension file:.btn{color:red};and like this in the websites .btn{color:green};