I'm building a browser extension and I want to use bootstrap in it. Problem is the bootstrap css is colliding with the page's css messing up some websites.
Is there a way to separate the content script css from the web page's css? Is there some known solution to this?