# Instructions are only for Chrome ## Enable Experimental Web Platform Features Copy and paste this on your chrome URL/searchbar thingy: > `chrome://flags/#enable-experimental-web-platform-features` Then Enable the feature ## Install Stylebot chrome extension 1. Download the extension from the chrome webstore [here](https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha) 2. Import the following style in the extension: ```json { "trello.com":{ "_enabled":true, "_rules":{ "div.list.js-list-content":{ "backdrop-filter":"blur(6px)", "background-color":"rgba(255,255,255,0.6)" }, "div.window-overlay":{ "background-color":"rgba(0, 0, 0, 0.25)" }, "div.window":{ "backdrop-filter":"blur(15px)", "background-color":"rgba(255,255,255,0.7)" } } } } ```