Last active
August 29, 2015 14:14
-
-
Save gabeio/5c162bc0c64f1d3fb9e3 to your computer and use it in GitHub Desktop.
My Browser, Website Mods
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 characters
| window.location.href = window.location.href.split('www.amazon.com')[0]+"smile.amazon.com"+window.location.href.split('www.amazon.com')[1]; |
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 characters
| .boards-drawer{ | |
| width:200px !important; | |
| } | |
| body.pinned-drawer.extra-large-window:not(.promo-page) #surface, body.pinned-drawer.large-window:not(.promo-page) #surface | |
| { | |
| margin-left:200px !important; | |
| } | |
| .list.add-list.idle | |
| { | |
| visible:hidden; | |
| display:none; | |
| } | |
| .js-recent-boards | |
| { | |
| visible:hidden; | |
| display:none; | |
| } | |
| .list | |
| { | |
| width:300px !important; | |
| } |
Author
Author
trello.css removes the add-list list that always hangs there; instead just click anywhere.
also adjusts board list size to not take up half the screen.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
amazon.js forces smile.amazon.com instead.