Skip to content

Instantly share code, notes, and snippets.

@leocb
Last active March 20, 2019 19:01
Show Gist options
  • Select an option

  • Save leocb/72b984a2548a44e9d2e1785860b60b98 to your computer and use it in GitHub Desktop.

Select an option

Save leocb/72b984a2548a44e9d2e1785860b60b98 to your computer and use it in GitHub Desktop.

Revisions

  1. leocb revised this gist Mar 20, 2019. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions Trello Frost Lists background.md
    Original 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)"
    }
    }
    }
  2. leocb revised this gist Mar 20, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Trello Frost Lists background.md
    Original 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(3px)",
    "backdrop-filter":"blur(6px)",
    "background-color":"rgba(255,255,255,0.6)"
    }
    }
  3. leocb revised this gist Mar 20, 2019. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Trello Frost Lists background.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,9 @@

    ## Enable Experimental Web Platform Features

    chrome://flags/#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

  4. leocb renamed this gist Mar 20, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. leocb revised this gist Mar 20, 2019. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions Instructions.md
    Original file line number Diff line number Diff line change
    @@ -2,13 +2,12 @@

    ## 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:
    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":{
  6. leocb renamed this gist Mar 20, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. leocb created this gist Mar 20, 2019.
    24 changes: 24 additions & 0 deletions gistfile1.txt
    Original 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)"
    }
    }
    }
    }
    ```