skip to Main Content

Ubuntu – Why are the scroll bars in Chrome and Firefox so different. How do I make the scrollbars in Chrome look more like the ones in Firefox

Image How do I make the scrollbars in Chrome look more like the ones in Firefox. CSS Code : :root { --color-primary: #6741d9; --color-primary-light: #7950f2; --color-text: #dee2e6; --color-text-dark: #adb5bd; --color-background-100: #343a40; --color-background-500: #2b3035; --color-background-900: #212529; --color-red: #fa5252; --color-red-dark: #e03131; }…

VIEW QUESTION

Javascript – Chrome extensions CSP (for external scripts)

I want to create a similar chrome extensions https://chromewebstore.google.com/detail/jetradar-cheap-flights-ai/bbdcobeilglncnnogiogdiagjflekean I have this code: <script async src="https://tp.media/content?currency=usd&trs=291038&shmarker=21549&combine_promos=101_7873&show_hotels=true&powered_by=true&locale=en_us&searchUrl=search.jetradar.com&color_button=%2332a8dd&color_icons=%2332a8dd&dark=%23262626&light=%23FFFFFF&secondary=%23FFFFFF&special=%23C4C4C4&color_focused=%2332a8dd&border_radius=0&no_labels=&plain=true&promo_id=7879&campaign_id=100" charset="utf-8"></script> But it gives out security errors every time: Refused to load the script 'https://tp.media/content?currency=usd&trs=291038&shmarker=21549&combine_promos=101_7873&show_hotels=true&powered_by=true&locale=en_us&searchUrl=search.jetradar.com&color_button=%2332a8dd&color_icons=%2332a8dd&dark=%23262626&light=%23FFFFFF&secondary=%23FFFFFF&special=%23C4C4C4&color_focused=%2332a8dd&border_radius=0&no_labels=&plain=true&promo_id=7879&campaign_id=100' because it violates the following Content Security Policy directive:…

VIEW QUESTION
Back To Top
Search