Last active
March 20, 2019 19:01
-
-
Save leocb/72b984a2548a44e9d2e1785860b60b98 to your computer and use it in GitHub Desktop.
Revisions
-
leocb revised this gist
Mar 20, 2019 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,6 +18,13 @@ Then Enable the feature "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)" } } } -
leocb revised this gist
Mar 20, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Then Enable the feature "_enabled":true, "_rules":{ "div.list.js-list-content":{ "backdrop-filter":"blur(6px)", "background-color":"rgba(255,255,255,0.6)" } } -
leocb revised this gist
Mar 20, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,9 @@ ## 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 -
leocb renamed this gist
Mar 20, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
leocb revised this gist
Mar 20, 2019 . 1 changed file with 2 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,13 +2,12 @@ ## Enable Experimental Web Platform Features chrome://flags/#enable-experimental-web-platform-features ## 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":{ -
leocb renamed this gist
Mar 20, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
leocb created this gist
Mar 20, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ # Instructions are only for Chrome ## Enable Experimental Web Platform Features Enable it here: chrome://flags/#enable-experimental-web-platform-features ## Install Stylebot chrome extension https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha then import the following style: ```json { "trello.com":{ "_enabled":true, "_rules":{ "div.list.js-list-content":{ "backdrop-filter":"blur(3px)", "background-color":"rgba(255,255,255,0.6)" } } } } ```